NotepadNext
NotepadNext copied to clipboard
[Question] How to configure the editor?
%SUBJ%
- Where are the config files sitting?
- Which language they are in?
There's not an easy way to configure the editor currently. A fully functional preference dialog has not been implemented yet.
Where are the config files sitting?
If you are talking about building the code, the language settings are in https://github.com/dail8859/NotepadNext/tree/master/src/NotepadNext/languages and use lua.
There are also lots of hard coded values spread throughout the source code unfortunately.
There's not an easy way to configure the editor currently. A fully functional preference dialog has not been implemented yet.
Got it.
If you are talking about building the code, the language settings are in https://github.com/dail8859/NotepadNext/tree/master/src/NotepadNext/languages and use lua.
No, I talk about user settings.
There are also lots of hard coded values spread throughout the source code unfortunately.
OK. Waiting for them to go "out of shadow". :)
hello, i hope it’s okay if i jump in here since i don’t wanna open a new issue for this and it’s related, is there any way currently to change the font of the editor? :)
@magicalskye Currently no. If I get some time at a minimum, I'll try to at least see about adding something that can manually bet set in a config file.
Eventually I'd like to have it all configurable through the preferences.
much appreciated, thanks a lot!