commander: settings dialog, project files, symbols, icons#1498
commander: settings dialog, project files, symbols, icons#1498memstream wants to merge 19 commits intogeany:masterfrom
Conversation
|
I probably won't have time to review in coming week, but I'll try to look at this, thanks. One thing that'll I surely ask is whether it could be split into smaller commits, one for each feature. If you don't know how to do that, either learn :) or I'll try to do it when reviewing. But it's usually easiest when doing the changes themselves at first (for the future). |
I divided the commit into several others; in addition to new features, there were several fixes, I moved them into separate commits. |
|
I moved "file search" to GTask. Because the search was previously in the same thread as gtk, it could block gtk. |

Added settings to the plugin configuration dialog, allowing you to control the display of project files, symbols in the command panel and the size of the command panel. Added the ability to recursively search for project files using the installed file pattern. Added the ability to search for symbols. Added display of icons, for files and menus the icons are fixed, for symbols (tags) they are different depending on the type of symbol.
I'm not a C programmer, if someone does a review I'll be grateful. I haven't noticed any problems yet.