Unify Find Selection strings.
[geany-mirror.git] / TODO
blobe867db3555f5b11b929b5bc0f236e5524512f162
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 print text size/zoom option
12         o documentation: list and explain filetype modes
13         o common default highlighting styles configurable for all
14           programming languages (done for C-like filetypes using
15           filetypes.common named styles)
16         o update included regex library (and other CTags improvements)
17         o (better custom filetype support)
18         o (custom template insertion - so user can add licenses, etc)
19         o (selectable menu of arguments to use for Make, from Make Custom)
20         o (DBUS)
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)
26         1.0:
27         o stable plugin ABI for the 1.0 series? (Split up geany_data, prefs,
28           GeanyKeyCommand enum into groups)
29         o review documentation
32 Wishlist
33 --------
34 Note: these items might not get worked on.
36         o (calltip support for non-C-like languages that use
37            function_name(arguments) syntax - see python.c:parseArglist())
38         o (better tags support for popular languages? - this is a moving
39            target...)
40         o (support for adding plugin filetypes - SCI_LOADLEXERLIBRARY?)
41         o Some kind of support for CTags tags files
42         o Python plugin interface (different concept from Lua scripting)