Add item: custom pipe-separated tags files support. Edit/update wishlist.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2959 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
d625394615
commit
98b2074c21
9
TODO
9
TODO
@ -28,6 +28,7 @@ Note: features included in brackets have lower priority.
|
|||||||
o (parsing tags from a memory buffer instead of a file on disk)
|
o (parsing tags from a memory buffer instead of a file on disk)
|
||||||
o (calltip support for non-C-like languages that use
|
o (calltip support for non-C-like languages that use
|
||||||
function_name(arguments) syntax)
|
function_name(arguments) syntax)
|
||||||
|
o (custom pipe-separated tags files support)
|
||||||
o (better tags support for popular languages? - this is a moving
|
o (better tags support for popular languages? - this is a moving
|
||||||
target...)
|
target...)
|
||||||
o (tango-like icons for the symbol list)
|
o (tango-like icons for the symbol list)
|
||||||
@ -50,8 +51,8 @@ Wishlist
|
|||||||
--------
|
--------
|
||||||
Note: these items might not get worked on.
|
Note: these items might not get worked on.
|
||||||
|
|
||||||
o Some kind of support for ctags files
|
o Some kind of support for CTags tags files
|
||||||
o Scope resolution for object members
|
o Scope resolution for object members
|
||||||
o Multiline regex support (requires work on Scintilla)
|
o Multiline regex support (may require work on Scintilla, or
|
||||||
o Split window editing
|
alternatively could perhaps use SCI_GETCHARACTERPOINTER)
|
||||||
o Python plugin interface
|
o Python plugin interface (different concept from Lua scripting).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user