New Feature Can't Be Found IN .prj Files
The option to use "put keywords in quotes" is not coming up in any of my .prj files. I have the latest version in SER.
In many of the .prj files this line is completely missing:
use quotes in se query=0
What causes these new features to get added to the .prj files? Is it only when we edit a project, or change priority, or have edited field or is it only once a project has run for a bit that it get's updated to the .prj files?
Comments
Then I change it in SER and save it.
Going back to N++ it will say that the file has been changed elsewhere and ask you to update? Click yes to update and you have the original (copy) and the updated file to compare.
Using the N++ plugin Compare (google notepad++ plugin compare) I then compare the files to see what was added. With compare it throws the files side by side with a navigator showing you the differences in an obvious way.
I then use that new knowledge of what has been added to do a global replace on all *.prj files in the projects folder including the new line that has to be added.
Sven mentions just copying it under the [options] section which you can locate in N++
I then use in N++ find in files / replace in files "[options]" with "[options]\nnew option to be added=1" ( minus the " of course)
Usually I will test the replace locally on a file to be sure I have what I want to happen and before I do a global replace I always backup the entire projects folder to idiot proof my latest changes in case I really muff it and can't reverse it easily.
I don't think the order matters. This only edits the projects files themselves and not the data associated with it (from what I understand)