Feature #1396
Ininit editor split
Status: | Approved | Start date: | 03/27/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Zbigniew Rebacz | % Done: | 0% | |
Category: | IDE | Spent time: | - | |
Target version: | Release 2017.1 - NTH |
Description
We should be able to create ininit editors inside ide. Now we have got only two.
AssistEditor editor; CodeEditor editor2;
Should be something like that
Vector<AssistEditor> editors;
Moreover there are several problems with splinting. Font size probably should be per ide not per editor. Navigator shouldn't be moved between editors - this behaviour is upsetting.
History
#1 Updated by Zbigniew Rebacz about 9 years ago
- Assignee deleted (
Miroslav Fidler)
#2 Updated by Miroslav Fidler about 9 years ago
I disagree with this. More than 2 panes are inpractical anyway.
My plan is to have this as it is, but perhaps allow "launching" windows.
As for font, font is per ide, but you can define different font to be used when vertical split is active.
#3 Updated by Zbigniew Rebacz about 9 years ago
Well, the problem with font is that when you split vertically the font of both editors is smaller than normal. For me it should stay the same.
Moreover debug bar should be active on inactive bar. This interface flashing when switching is not user friendly.
#4 Updated by Miroslav Fidler about 9 years ago
You can set vertical split font to be the same as normal in Settings...
#5 Updated by Miroslav Fidler about 9 years ago
(agree about debug bar... :)
#6 Updated by Miroslav Fidler about 9 years ago
- Status changed from New to Ready for QA
- Assignee set to Zbigniew Rebacz
Visuals fixed. (Not ideal: It does not show breakpoints in inactive editor, but I can live with that...)
#7 Updated by Zbigniew Rebacz about 9 years ago
- Status changed from Ready for QA to Approved