2005-11-22 11:51:30 +00:00
|
|
|
TODO List:
|
|
|
|
----------
|
2008-03-20 16:01:29 +00:00
|
|
|
Note: features included in brackets have lower priority.
|
2005-11-22 11:51:30 +00:00
|
|
|
|
2007-09-25 15:19:47 +00:00
|
|
|
Fix bugs:
|
|
|
|
o tagmanager fails on UTF-16/32
|
2005-11-22 11:51:30 +00:00
|
|
|
|
|
|
|
|
2008-02-26 16:36:24 +00:00
|
|
|
Next version or later:
|
2005-11-22 11:51:30 +00:00
|
|
|
o documentation: list and explain filetype modes
|
2008-01-02 13:42:22 +00:00
|
|
|
o common default highlighting styles configurable for all
|
|
|
|
programming languages
|
2008-01-11 13:07:57 +00:00
|
|
|
o configurable filetype and project make commands (e.g. using
|
|
|
|
bud for D)
|
2008-08-18 16:51:45 +00:00
|
|
|
o MRU documents switching
|
2008-10-02 11:43:48 +00:00
|
|
|
o (support for adding plugin filetypes - SCI_LOADLEXERLIBRARY?)
|
2008-03-20 16:01:29 +00:00
|
|
|
o (selectable menu of arguments to use for Make, from Make Custom)
|
2006-04-27 18:07:32 +00:00
|
|
|
o (DBUS)
|
2006-08-19 12:56:30 +00:00
|
|
|
o (indent wrapped lines - Scintilla issue)
|
2007-09-25 15:19:47 +00:00
|
|
|
o (macro support)
|
2008-10-02 11:43:48 +00:00
|
|
|
o (better search & replace regex support - use
|
|
|
|
SCI_GETCHARACTERPOINTER and GNU regex?)
|
2007-10-31 16:20:13 +00:00
|
|
|
o (parsing tags from a memory buffer instead of a file on disk)
|
2007-10-17 11:48:42 +00:00
|
|
|
o (calltip support for non-C-like languages that use
|
2008-10-02 11:43:48 +00:00
|
|
|
function_name(arguments) syntax)
|
2007-09-25 15:19:47 +00:00
|
|
|
o (better tags support for popular languages? - this is a moving
|
2008-10-02 11:43:48 +00:00
|
|
|
target...)
|
2007-10-12 12:06:25 +00:00
|
|
|
o (tango-like icons for the symbol list)
|
2007-10-31 13:31:22 +00:00
|
|
|
o (show autocompletion symbol icons - see SCI_REGISTERIMAGE)
|
2008-02-26 16:36:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
1.0:
|
|
|
|
o generating tags for latex/pascal/php
|
|
|
|
o stable plugin ABI for the 1.0 series? (Split up geany_data, prefs,
|
|
|
|
GeanyKeyCommand enum into groups)
|
|
|
|
o review documentation
|
2008-03-20 16:01:29 +00:00
|
|
|
o review any hidden prefs/compile time constants that could be in the
|
|
|
|
Prefs dialog, e.g. invert_all syntax highlighting pref
|
2007-09-25 15:19:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
Wishlist
|
|
|
|
--------
|
2008-03-20 16:01:29 +00:00
|
|
|
Note: these items might not get worked on.
|
2007-09-25 15:19:47 +00:00
|
|
|
|
2008-09-17 15:54:37 +00:00
|
|
|
o Some kind of support for CTags tags files
|
2008-03-20 16:01:29 +00:00
|
|
|
o Scope resolution for object members
|
2008-09-17 15:54:37 +00:00
|
|
|
o Python plugin interface (different concept from Lua scripting).
|