e7e2c6056e
Change duplicate KB to Ctrl-D (Scintilla default). Change goto line KB to Ctrl-J (so Ctrl-L line cut Sci KB works). Remove default goto matching brace KB (doesn't work on all keyboards). git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1423 ea778897-0a13-0410-b9d1-a72fbfd435f5
25 lines
815 B
Plaintext
25 lines
815 B
Plaintext
TODO List:
|
|
----------
|
|
(features included in () have lower priority)
|
|
|
|
|
|
Next version or later:
|
|
|
|
o fix bug that prevents UTF-16, UTF-32 files from being loaded.
|
|
o make calltips show full function signature for C-like files (e.g.
|
|
return type with const, [] for D, etc.)
|
|
o Go to xxx - definable command
|
|
o documentation: list and explain filetype modes
|
|
o documentation: preferences
|
|
o user-definable construct completion
|
|
o allow use of custom global tags files
|
|
o project management
|
|
o word wrapping mode to limit chars on a line for e.g. XML content.
|
|
o common default highlighting for all programming languages
|
|
o fix parsing command line args after given filenames
|
|
o (DBUS)
|
|
o (startup notification)
|
|
o (indent wrapped lines - Scintilla issue)
|
|
o (folder tree in the sidebar)
|
|
o (improved Windows support)
|