Fix warnings
[geany-mirror.git] / TODO
blob947e2f825762d28651a038f8e777901fa22a570f
1 TODO List:
2 ----------
3 Note: features included in brackets have lower priority.
5         Fix bugs:
6         o tagmanager fails on UTF-16/32
9         Next version or later:
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)
23         o (DBUS)
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)
30         Someday:
31         o stable plugin ABI? (Split up geany_data, prefs, GeanyKeyCommand
32           enum into groups)
33         o review documentation
36 Wishlist
37 --------
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
43            target...)
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)