Is it possible to remove window tabs from Notepad++, and use windows task bar for switching between editors?
Is there any way to do this?
Or may be some other solution?
P.S. Its matter of usability. Eclipse is my primary editor. But I do edit files outside eclipse workspace (sometimes files inside ;) with notepad++. To switch between files I have to do two clicks...
I want to switch with one click... Its matter of usability.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't really understand the question. Do you want multiple instances of NPP? There's a command line switch to do that: "-multiInst". Check out the FAQ at the website linked on the help menu.
I don't know if the tabs can be removed, but if you only open NPP with that command line switch, it won't have multiple tabs for each file. Maybe you can change the file association entry in the registry; search for "notepad++.exe %1" or something like that and add the switch before the %1.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to remove window tabs from Notepad++, and use windows task bar for switching between editors?
Is there any way to do this?
Or may be some other solution?
P.S. Its matter of usability. Eclipse is my primary editor. But I do edit files outside eclipse workspace (sometimes files inside ;) with notepad++. To switch between files I have to do two clicks...
I want to switch with one click... Its matter of usability.
Thanks.
Hallo.
Got one question about tabs:
is it possible to change tab bar position at bottom and to have multiline tabs?
if not, then maybe it might be included in later release... =)
thanks.
I don't really understand the question. Do you want multiple instances of NPP? There's a command line switch to do that: "-multiInst". Check out the FAQ at the website linked on the help menu.
I don't know if the tabs can be removed, but if you only open NPP with that command line switch, it won't have multiple tabs for each file. Maybe you can change the file association entry in the registry; search for "notepad++.exe %1" or something like that and add the switch before the %1.