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 update included regex library (and other CTags improvements)
18 o (better custom filetype support)
19 o (custom template insertion - so user can add licenses, etc)
20 o (selectable menu of arguments to use for Make, from Make Custom)
22 o (sci macro support - as a plugin?)
23 o (parsing tags from a memory buffer instead of a file on disk)
24 o (tango-like icons for the symbol list)
25 o (per-workspace instances with socket support - see
26 workspace-sockets branch)
30 o stable plugin ABI for the 1.0 series? (Split up geany_data, prefs,
31 GeanyKeyCommand enum into groups)
32 o review documentation
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 (support for adding plugin filetypes - SCI_LOADLEXERLIBRARY?)
44 o Some kind of support for CTags tags files
45 o Python plugin interface (different concept from Lua scripting)