NotepadNext icon indicating copy to clipboard operation
NotepadNext copied to clipboard

[Question] How to configure the editor?

Open dayfuaim opened this issue 2 years ago • 5 comments

%SUBJ%

  • Where are the config files sitting?
  • Which language they are in?

dayfuaim avatar Jun 05 '23 10:06 dayfuaim

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.

dail8859 avatar Jun 05 '23 18:06 dail8859

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". :)

dayfuaim avatar Jun 06 '23 07:06 dayfuaim

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 avatar Nov 02 '23 03:11 magicalskye

@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.

dail8859 avatar Nov 02 '23 12:11 dail8859

much appreciated, thanks a lot!

magicalskye avatar Nov 03 '23 13:11 magicalskye