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

Do not allow to open one file in multiple editors/tabs #49

Closed
pellicus opened this issue Sep 14, 2018 · 1 comment
Closed

Do not allow to open one file in multiple editors/tabs #49

pellicus opened this issue Sep 14, 2018 · 1 comment

Comments

@pellicus
Copy link

I have multiple tabs on the same file X , let say t0 , t1 , t2
if i modify and save working on t1 i get a pop up saying me that the file in t0 is modified from an external
editor , after that i get another pop up for tab t2.

double clicking on the same file open multiple tabs

proposal:

  • double clicking on a already opened file just select the right tab.
  • adding a menu command to duplicate the current tab. (even if it's rarely useful)
  • avoid the pop up in case of saving from textosaurus (tracking the saved files in a map to clean after everything is saved and tabs are finally synced)
@martinrotter martinrotter self-assigned this Sep 17, 2018
@martinrotter martinrotter changed the title multi tabs on the same file make a popup issue Do not allow to open one file in multiple editors/tabs Sep 19, 2018
@martinrotter
Copy link
Owner

I added detection of already opened files which is now used to open file in existing tab if there is one. Please, test.

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

2 participants