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:
|
2010-05-11 11:56:55 +00:00
|
|
|
o better file template {filename} wildcard replacement +{BASENAME}
|
2010-11-02 15:09:02 +00:00
|
|
|
o improve line breaking mode
|
2010-07-01 16:48:56 +00:00
|
|
|
o print text size/zoom option
|
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
|
2009-06-22 15:26:44 +00:00
|
|
|
programming languages (done for C-like filetypes using
|
|
|
|
filetypes.common named styles)
|
2010-08-16 16:53:40 +00:00
|
|
|
o update included regex library (and other CTags improvements)
|
2009-08-31 16:11:46 +00:00
|
|
|
o (better custom filetype support)
|
2009-09-16 11:54:44 +00:00
|
|
|
o (custom template insertion - so user can add licenses, etc)
|
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)
|
2009-09-16 11:54:44 +00:00
|
|
|
o (sci macro support - as a plugin?)
|
2007-10-31 16:20:13 +00:00
|
|
|
o (parsing tags from a memory buffer instead of a file on disk)
|
2007-10-12 12:06:25 +00:00
|
|
|
o (tango-like icons for the symbol list)
|
2010-10-07 14:10:32 +00:00
|
|
|
o (per-workspace instances with socket support - see
|
|
|
|
workspace-sockets branch)
|
2008-02-26 16:36:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
1.0:
|
|
|
|
o stable plugin ABI for the 1.0 series? (Split up geany_data, prefs,
|
|
|
|
GeanyKeyCommand enum into groups)
|
|
|
|
o review documentation
|
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
|
|
|
|
2009-05-20 15:38:04 +00:00
|
|
|
o (calltip support for non-C-like languages that use
|
|
|
|
function_name(arguments) syntax - see python.c:parseArglist())
|
|
|
|
o (better tags support for popular languages? - this is a moving
|
|
|
|
target...)
|
2010-05-11 11:56:55 +00:00
|
|
|
o (support for adding plugin filetypes - SCI_LOADLEXERLIBRARY?)
|
2008-09-17 15:54:37 +00:00
|
|
|
o Some kind of support for CTags tags files
|
2009-04-28 16:34:11 +00:00
|
|
|
o Python plugin interface (different concept from Lua scripting)
|