@dummzeuch Can I take this chance to make a suggestion? - In the 'Memo' view of 'Library Path' and the porject options 'Search Path', as shown in @Primož Gabrijelčič
's posted screenshot, two things would increase the productivity:
Allow pressing [Ctrl + A] to select all text in the Memo.
Even better - to have a 'Edit with external text editor' button, which when being clicked, will open the system's default text editor to edit the search paths.
I guess this can be done with something like:
save the paths to a temp file with a unique name.
use the CreateProcess API to launch the text editor (the system's default one or can be specified by the user in GExperts), open the temp file.
After the text editor's closed (IIRC you can can notified with the CreateProcess win32 API), load the modified content from the temp file and put it into the 'Memo' view of the path editor.
Sorry for being off topic, I saw PG's screenshot and this idea came up :P