Update; calltip return types, filetype templates.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1049 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2006-12-04 15:32:40 +00:00
parent 96cc367ecc
commit 47e17be093

8
TODO
View File

@ -7,14 +7,16 @@ TODO List:
o fix problems when loading global.tags and other tags files are
already loaded
o fix calltip return type to show pointers (and maybe const, etc.)
o Go to xxx - definable command
o documentation: list and explain filetype modes
o documentation: preferences
o user-definable auto completion structs
o don't override Scintilla keybindings by default
o user-definable construct completion
o don't override Scintilla keybindings by default (Ctrl-D, Ctrl-L)
o allow use of custom global tags files
o common default highlighting all in one config file
o project management
o filetype template support for all filetypes
o common default highlighting for all programming languages
o (DBUS)
o (startup notification)
o (indent wrapped lines - Scintilla issue)