[Light Explorer] Saving folders with path containing [brackets] as favorites...
A plugin to improve Notepad++
Brought to you by:
jenslorenz
When saving a favorite with a path that contains brackets "[ ...]", it works OK on the current instance, but it doens't stay when restarting npp.
The problem is due that the lightExplorer.ini file, that contains the saved path, treats the word between brackets as a command, causing to not work.
I suggest someone to modify the reading ini engine to use other characters to define the commands like for example tags llike < and > instead of brackets [ and ], thus using forbidden filename characters for commands won't interfere with user path names.