Just looked into the source code and I've seen there's provisions made to allow multiple tab rows in the document editor of NP++ (see tabbar.cpp, code is: int multiLine = isMultiLine?(_isTraditional?TCS_MULTILINE:0):0;
).
So, apparently this feature is somehow available.
However, so far I didn't find the option in one or another menu. The only tab bar settings I can find, are located in the Preferences | Global | Tab Bar section.
But nothing that allows me to have multiple tab rows.
Any idea if:
1. this is possible?
2. this will be added as an option in a future release?
Best rgds,
--Geert
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Just looked into the source code and I've seen there's provisions made to allow multiple tab rows in the document editor of NP++ (see tabbar.cpp, code is: int multiLine = isMultiLine?(_isTraditional?TCS_MULTILINE:0):0;
).
So, apparently this feature is somehow available.
However, so far I didn't find the option in one or another menu. The only tab bar settings I can find, are located in the Preferences | Global | Tab Bar section.
But nothing that allows me to have multiple tab rows.
Any idea if:
1. this is possible?
2. this will be added as an option in a future release?
Best rgds,
--Geert
In my previous post, I meant: looked into the NP++ source code.
Forgot to mention this, sorry...
Best rgds,
--Geert