Skip to content

Commit e631cae

Browse files
committed
commander: settings dialog, project files, symbols, icons
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.
1 parent 9bd6bc1 commit e631cae

File tree

2 files changed

+734
-76
lines changed

2 files changed

+734
-76
lines changed

commander/src/Makefile.am

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ geanyplugins_LTLIBRARIES = commander.la
66

77
commander_la_SOURCES = commander-plugin.c
88
commander_la_CPPFLAGS = $(AM_CPPFLAGS) \
9-
-DG_LOG_DOMAIN=\"Commander\"
9+
-DG_LOG_DOMAIN=\"Commander\" \
10+
-I$(top_srcdir)/utils/src
1011
commander_la_CFLAGS = $(AM_CFLAGS) \
1112
$(COMMANDER_CFLAGS)
1213
commander_la_LIBADD = $(COMMONLIBS) \
13-
$(COMMANDER_LIBS)
14+
$(COMMANDER_LIBS) \
15+
-lutil $(top_builddir)/utils/src/libgeanypluginutils.la
1416

1517

1618
include $(top_srcdir)/build/cppcheck.mk

0 commit comments

Comments
 (0)