In large C files I use bookmarks to organize code in sections marked by conments that describe what the cose does.
Lately I started to write such comments in markdown, so that I get something similar to literate haskell but in C. However the bookmarks set at the beginning of each section are not preserved when I get changes from the git repository that other colleagues committed. Given that these bookmarks are always marked by a new markdown header in a comment I'd like to have them automatically detected on file open. That is: if the line match a regex, but a bookmark there. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/654
