Geany is my favorite IDE, but sometimes I use VSCode in certain instances. One feature that I really wish was in Geany is the "Gutter Indicators" that show when a line is modified, deleted, or added.
Here is an example from VS Code
![image](https://user-images.githubusercontent.com/122637911/228015475-fa82d644-7b20-...)
This might be possible using the Scintilla margin API and [libgit2](https://libgit2.org/)
Or just use the existing plugin https://github.com/geany/geany-plugins/tree/master/git-changebar :).
This does exactly what you request.
You are right, it does. I needed to enable `show markers margin` in Preferences->Editor->Display. to get the "gutter" functionality
Closed #1244 as completed.
github-comments@lists.geany.org