Fonts and colours ( Advanced )
Closed this issue · 3 comments
Bielzebub1981 commented
You have options to customise from Scheme: Ada down to Scheme: XML
- Why is there no option to customise Plain Text ?
- Why is there no option to choose between Line End Markers active or not for every page you open ?
- Why is there no option to choose between Line Number active or not for every page you open ?
veganaize commented
- You can customize Plain Text by navigating to
Tools
->Options
->Fonts and Colours
... Which will allow you to set the Base Style (ie. for plain text). - You can set Line End Markers, per file, at
View
->Line End Markers
. To set them globally go toTools
->Options
->Defaults
and checkVisible Line Endings
. - You can set Line Numbers, per file, at
View
->Line Numbers
. To set them globally go toTools
->Options
->Defaults
and checkShow Line Numbers
.
Also note that you can open multiple (different) instances of Programmer's Notepad with the command-line option --allowmulti
, if need be.
Bielzebub1981 commented
veganaize commented
No problem! 👍