Hi, i have installed ST3(Sublie Text 3) by default for editing code files. But also, i have a portable version of ST3 and I want to use it as default editor for .txt files. This two versions of ST3 has a different settings and packages. The idea behind this is for separate editing .txt in portable version and write code in ST3 installed version, i.e. open .txt in a separate ST3 Portable window, while default version of ST3 is running with my code stuff projects.
The main problem is that, in Windows i can’t to assign second portable version of already installed program to edit .txt files by default. It’s anyway opens with installed version of an editor, not with portable. Even if i try through context to “Open with:” and set a path to portable Sublime executable file, it opens with installed ST3 version, not with portable. Seems Windows recognize portable version of ST3 as an installed version, i.e. for OS it’s no difference beetwen installed and second portable version.
Well, not cool, but ok. I have add second portable version of ST3 in context menu, and try to open .txt files through context menu. Now i can open .txt files with portable ST3 even if my installed vertion of ST3 is already running.
But the second problem:
when default and portable ST3 is running, and i’m trying to edit file, it’s opens in a last opened ST3 window, i.e. if last opened ST3 window is ST3 Portable, and i’m try to adit .php file, it’s opens with Portable ST3 version, which is for plain text. But I need it to opens with default ST3 version, which is for code stuff.
Maybe it’s a strange way to use ST3 like that, earlier i was using Notepad++ for .txt files, and for other types of temporary records. But few days ago I had try to do it with portable version of ST3 and like this way more.
Is there is a way to edit different versions of files in defferent versions of ST3 ? Or maybe i do something wrong ?