switching from code view to GUI always reloads everything?
george
18 May 2013, 18:55I'm wondering if there's some trick people use when switching from code view to GUI, or reloading libraries in general...my computer is not the fastest and there's a bit of a wait when I have to finish something in code view and go back to the GUI. Is there a way to selectively reload parts of the library?
sonic102
22 May 2013, 19:23Yep, there's a menu item on that.
Do you know the cut/copy/paste buttons when you make a script? Next to it will be a code view button. Clicking it will only change the script to code, so you can edit all you want, and turning it back is usually very fast, almost instantaneous.
Do you know the cut/copy/paste buttons when you make a script? Next to it will be a code view button. Clicking it will only change the script to code, so you can edit all you want, and turning it back is usually very fast, almost instantaneous.
Sora574
22 May 2013, 20:02sonic102 wrote:Yep, there's a menu item on that.
Do you know the cut/copy/paste buttons when you make a script? Next to it will be a code view button. Clicking it will only change the script to code, so you can edit all you want, and turning it back is usually very fast, almost instantaneous.
The only problem with this solution is that you can't do that for multi-line string attributes.
If that's what you're trying to do, then currently the only way to do it is by suffering through the wait of reloading all the libraries.
george
22 May 2013, 23:44Ahh I see, I've been hitting F9 so that must affect the whole project.
Perhaps a useful shortcut would be Shift-F9 to only code view the current script or something. I wonder if there's a way to add that shortcut to the GUI?
Perhaps a useful shortcut would be Shift-F9 to only code view the current script or something. I wonder if there's a way to add that shortcut to the GUI?