[Impovement] Do not reposition window with opened project
kurtontheway opened this issue · 7 comments
Do not reposition window of opened project
Expected behaviour
Keep the window position of opened project when "open project in new window", Just behaves like sublime's builtin "Open recent project".
Actual behaviour
Repositions windows of opened project when opens project in new window.
Steps to reproduce
open project either via command platte or keyboard shortcut.
Environment
Sublime Text 3.2.1.3207 on Windows 10 1903 18362.239
ProjectManager:
version: 0.7.15
installed via Package Control: True
Sublime Text:
channel: stable
version: 3207
platform: windows
portable: yes
architecture: x64
I don’t think sublime has an api to control it.
The additional problem that comes with this is a lost buffer. It seems that it closes already opened project and then re-opens it. It results in smaller window size and lost buffer.
Is there a way just to search through the currently opened projects and just focus them, without opening new or switching/replacing currently opened project? It would be useful. Pretend you have 1..10 opened projects - you would just need a drop down popup on a hotkey, to filter through currently opened projects and focusing one or another quickly?
Is there a way to do it?
It is certainly possible. It could be a valid feature request.
Great! Thanks!
It is certainly possible. It could be a valid feature request.
Any luck with that?
Any progress with it? 🙂
Not really.