Hi,
I'm looking for a replacement for Eclipse, and I recently discovered Geany. I've installed it and all of it's plugins from the Ubuntu 16 packages, and now I'm trying to understand it's interface. It seems to have most of the features of Eclipse, but a few major things are missing, so I'd hope someone can confirm these are missing or clarify where they are. Specifically:
1. Git integration
Eclipse's eGit plugin allows you to:
a. commit all changes in a project
b. view a graphical diff and resolve merges of all changes in a project
c. see all file changes and conflicts in a project's tree browser via folder/filename icons
Does Geany have a plugin that does this? There appears to a git-changebar plugin, but even though I created a project for my local git repo and enabled the plugin, there doesn't appear to be any git actions shown anywhere, nor is it reflecting any changes that are made. Unfortunately, the git-changebar doc site (
https://plugins.geany.org/git-changebar.html) has virtually no documentation on how to use the plugin.
2. Multiple project browsing