Replies: 1 comment 2 replies
|
This decision was made because it involves a significant amount of effort to implement a save function for a script or file that isn't actually open in the script editor at the moment (only as a snapshot in split view). Enabling edit is easy, but the changes also need to be saved (Leading to questions like: When? How? Should this happen when the user saves, but only when the split script has focus?). The philosophy behind the plugin is that we want to avoid making major changes to the editor. As a result, the plugin has been extremely stable for years and typically works right away with every new version. If we can find a simple, non-invasive solution for this, we can certainly allow it! |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have seen that the split view is available but the split window is non editable.
Any reason why?
All reactions