Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Each editor tab should maintain its own edit mode selection #87

Closed
10 tasks done
x87 opened this issue Nov 9, 2020 · 0 comments
Closed
10 tasks done

Each editor tab should maintain its own edit mode selection #87

x87 opened this issue Nov 9, 2020 · 0 comments
Milestone

Comments

@x87
Copy link
Collaborator

x87 commented Nov 9, 2020

After #74 each open document could have different active extensions which is difficult to implement if the edit mode configuration is shared.

  • edit mode data lives in editor (syntax manager)

  • closed files should restore edit mode on open

    • resolve a collision when a MRU file is opened via CLI with edit mode, CLI should control over settings.ini
  • new tab inherits currently selected edit mode

    • unclear behavior on opening a compiled script (there is no editor yet) - keep existing behavior, use currently active mode
  • hot reload modes.xml - update all tabs

  • test $O directive - ini reload

  • reload templates in all tabs when a new shared template is added

  • show ERR_0001, MSG_0003 only once per session

  • refresh models (IDE) when game path is updated for all tabs with the same mode (nice to have, could be a separate feature)

@x87 x87 added this to the v3.7.0 milestone Nov 9, 2020
@x87 x87 mentioned this issue Nov 12, 2020
32 tasks
@x87 x87 closed this as completed Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant