r5118 | eht16 | 2010-08-05 22:54:18 +0100 (Thu, 05 Aug 2010) | 1 line
[geany-mirror.git] / TODO
blob0c5ebae2203026d9de50ae541567ec38e6141ebb
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 documentation: list and explain filetype modes
12         o common default highlighting styles configurable for all
13           programming languages (done for C-like filetypes using
14           filetypes.common named styles)
15         o (better custom filetype support)
16         o (custom template insertion - so user can add licenses, etc)
17         o (selectable menu of arguments to use for Make, from Make Custom)
18         o (DBUS)
19         o (sci macro support - as a plugin?)
20         o (parsing tags from a memory buffer instead of a file on disk)
21         o (tango-like icons for the symbol list)
22         o (per-workspace instances with socket support?)
25         1.0:
26         o stable plugin ABI for the 1.0 series? (Split up geany_data, prefs,
27           GeanyKeyCommand enum into groups)
28         o review documentation
31 Wishlist
32 --------
33 Note: these items might not get worked on.
35         o (calltip support for non-C-like languages that use
36            function_name(arguments) syntax - see python.c:parseArglist())
37         o (better tags support for popular languages? - this is a moving
38            target...)
39         o (support for adding plugin filetypes - SCI_LOADLEXERLIBRARY?)
40         o Some kind of support for CTags tags files
41         o Python plugin interface (different concept from Lua scripting)