Replies: 2 comments 1 reply
-
This is the default behavior, Notepad2 currently (sine some years ago) search following folders in order to find INI files:
see the code at https://github.com/zufuliu/notepad2/blob/main/src/Notepad2.c#L6726 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great. That's enough then. Idea withdrawn. Thanks for the info. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice if a n2ini.loc (for example) file existed inside program dir. This file would contain a single line which would be the actual location of the INI file. That way, one could place the INI everywhere he wishes (i.e. under %USERPROFILE% folder) and the usage of the command-line parameter could be avoided.
If /f parameter has not been defined, the program could search for n2ini.loc in the program folder and if not found, proceed as it does today. If found, read the first line from it and if the folder (that should exist in there) does exist, read the INI from it.
Beta Was this translation helpful? Give feedback.
All reactions