Add missing header include.
[geany-mirror.git] / TODO
blobc04095398b4773912fbeceb35344ddf4f62ddba1
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 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 (support for adding plugin filetypes - SCI_LOADLEXERLIBRARY?)
17         o (selectable menu of arguments to use for Make, from Make Custom)
18         o (DBUS)
19         o (indent wrapped lines - SCI_SETWRAPINDENTMODE)
20         o (sci macro support)
21         o (better search & replace regex support e.g. multiline - use
22            SCI_GETCHARACTERPOINTER and GNU regex?)
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 (show autocompletion symbol icons - see SCI_REGISTERIMAGE)
26         o (pref for autocompletion of all words in the current document - see
27            complete_doc_word() in editor.c)
30         1.0:
31         o stable plugin ABI for the 1.0 series? (Split up geany_data, prefs,
32           GeanyKeyCommand enum into groups)
33         o review documentation
34         o review any hidden prefs/compile time constants that could be in the
35           Prefs dialog, e.g. invert_all syntax highlighting pref
38 Wishlist
39 --------
40 Note: these items might not get worked on.
42         o (calltip support for non-C-like languages that use
43            function_name(arguments) syntax - see python.c:parseArglist())
44         o (better tags support for popular languages? - this is a moving
45            target...)
46         o Some kind of support for CTags tags files
47         o Python plugin interface (different concept from Lua scripting)