2005-11-22 11:51:30 +00:00
|
|
|
TODO List:
|
|
|
|
----------
|
2006-04-27 18:07:32 +00:00
|
|
|
(features included in () have lower priority)
|
2005-11-22 11:51:30 +00:00
|
|
|
|
2007-09-25 15:19:47 +00:00
|
|
|
Fix bugs:
|
|
|
|
o fix bug that prevents UTF-16, UTF-32 files from being loaded.
|
|
|
|
o tagmanager fails on UTF-16/32
|
2005-11-22 11:51:30 +00:00
|
|
|
|
2006-10-01 16:14:45 +00:00
|
|
|
Next version or later:
|
2005-11-22 11:51:30 +00:00
|
|
|
|
|
|
|
o documentation: list and explain filetype modes
|
2006-07-04 20:20:45 +00:00
|
|
|
o documentation: preferences
|
2007-05-11 12:09:22 +00:00
|
|
|
o line breaking mode to limit words on a line for e.g. XML content.
|
2006-12-04 15:32:40 +00:00
|
|
|
o common default highlighting for all programming languages
|
2007-09-26 15:00:54 +00:00
|
|
|
o configurable default and project make commands
|
2007-09-25 15:19:47 +00:00
|
|
|
o project indentation settings support
|
|
|
|
o plugin keybindings
|
2006-04-27 18:07:32 +00:00
|
|
|
o (DBUS)
|
2006-01-19 22:55:25 +00:00
|
|
|
o (startup notification)
|
2006-08-19 12:56:30 +00:00
|
|
|
o (indent wrapped lines - Scintilla issue)
|
2006-01-14 22:43:34 +00:00
|
|
|
o (folder tree in the sidebar)
|
2007-09-25 15:19:47 +00:00
|
|
|
o (macro support)
|
|
|
|
o (better regex support)
|
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
|
|
|
|
function_name(arguments) syntax)
|
2007-09-25 15:19:47 +00:00
|
|
|
o (better tags support for popular languages? - this is a moving
|
|
|
|
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)
|
2007-09-25 15:19:47 +00:00
|
|
|
|
|
|
|
|
|
|
|
Wishlist
|
|
|
|
--------
|
|
|
|
Note: These items might not get worked on.
|
|
|
|
|
|
|
|
o Some kind of support for ctags files.
|
|
|
|
o Scope resolution for object members.
|
|
|
|
o Multiline regex support (requires work on Scintilla)
|
|
|
|
o Python scripting plugin? (not as efficient as Lua, but perhaps
|
|
|
|
more widely known)
|
|
|
|
o Split window editing.
|