3 Note: features included in brackets have lower priority.
6 o tagmanager fails on UTF-16/32
10 o better file template {filename} wildcard replacement +{BASENAME}
11 o improve line breaking mode
12 o print text size/zoom option
13 o documentation: list and explain filetype modes
14 o common default highlighting styles configurable for all
15 programming languages (done for C-like filetypes using
16 filetypes.common named styles)
17 o use GRegex only and remove GNU regex
18 o asynchronous build commands on Windows
19 o (filetype-independent run command in build dialog & keybinding)
20 o (better custom filetype support)
21 o (custom template insertion - so user can add licenses, etc)
22 o (selectable menu of arguments to use for Make, from Make Custom)
24 o (sci macro support - as a plugin?)
25 o (tango-like icons for the symbol list)
26 o (per-workspace instances with socket support - see
27 workspace-sockets branch)
31 o stable plugin ABI? (Split up geany_data, prefs, GeanyKeyCommand
33 o review documentation
38 Note: these items might not get worked on.
40 o (calltip support for more non-C-like languages that use
41 function_name(arguments) syntax - see python.c:parseArglist())
42 o (better tags support for popular languages? - this is a moving
44 o (support for adding syntax highlighting dynamically?)
45 o Some kind of support for CTags tags files
46 o Python plugin interface (different concept from Lua scripting)