Cole_McDonald
Professor
5 hours agoUIv4 Module Code Editor/IDE funkiness
- code reverting (reproducable): If I make changes to some powershell in the new code editor, then change tabs/windows. When I change back to the window with my editor, it has reverted to the previous save point. An Undo will bring back my changes... but it's scary after making a few changes after staring at your code for longer than expected working through logic in your head.
- property source error output: In UIv3, there was side by side output vs. error screens. We now just get the little info bar at the bottom that states "couldn't do"... but not where/why/what that could be troubleshot. I'm having to add in a ton of troubleshooting output to the property definition to be able to expose the data I need to fix the scripts. The one I just completed is nearly 30% error output handling to be able to figure out what is wrong with it.
Other than those two things, I'm pretty happy with the changes from the old.