JavaPropertiesEditor
JavaPropertiesEditor copied to clipboard
Go to anything always pins highlighted tab
I found very annoying problem with plugin. When I press CTRL+P to search for file among a project, every file which name ends with .properties is immediately pinned to the editor as a new tab. E.g. I have files with names:
- messages_en_US
- messages_fr_FR
when I start typing into go to annything "mess" file for fr_FR is going to open, and after i add "en" the right one is appear, but the first one is still open, instead of being closed.
Without the plugin sublime text pins the element only after pressing Enter, and this is appropriate behavior.