As most of us, I work on several development projects. I have few copies of these source code, for different customers/processes etc.
I am looking for a file based note taking in Notepad++ or any other source code editor. The picture below explains what I am looking for.
Why am I requesting this when I can have version control?
- It makes it easy to track some local changes.
- It will help you when in future, you are looking at the customer specific file, of the changes that you made previously (history).
- There is no additional version control etc needed. Its just a flat file that is associated with each of your source code file.
- It loads the changes in the side bar and can be edited or new notes can be added.
I understand that all of the above can be done using a good version control system. But it is an overkill for what I am trying. And it just becomes an constant overhead for what I am trying to achieve.
Hope, I conveyed what I am looking for. Thank you for reading.
