3 Note: features included in brackets have lower priority.
6 o tagmanager fails on UTF-16/32
10 o documentation: list and explain filetype modes
11 o common default highlighting styles configurable for all
12 programming languages (done for C-like filetypes using
13 filetypes.common named styles)
14 o configurable filetype and project make commands (e.g. using
15 bud for D) - see the build-system SVN branch
16 o (better custom filetype support)
17 o (support for adding plugin filetypes - SCI_LOADLEXERLIBRARY?)
18 o (custom template insertion - so user can add licenses, etc)
19 o (selectable menu of arguments to use for Make, from Make Custom)
21 o (sci macro support - as a plugin?)
22 o (parsing tags from a memory buffer instead of a file on disk)
23 o (tango-like icons for the symbol list)
24 o (per-workspace instances with socket support?)
28 o stable plugin ABI for the 1.0 series? (Split up geany_data, prefs,
29 GeanyKeyCommand enum into groups)
30 o review documentation
31 o review any hidden prefs/compile time constants that could be in the
32 Prefs dialog, e.g. invert_all syntax highlighting pref
37 Note: these items might not get worked on.
39 o (calltip support for non-C-like languages that use
40 function_name(arguments) syntax - see python.c:parseArglist())
41 o (better tags support for popular languages? - this is a moving
43 o Some kind of support for CTags tags files
44 o Python plugin interface (different concept from Lua scripting)