Revision: 1297 http://svn.sourceforge.net/geany/?rev=1297&view=rev Author: ntrel Date: 2007-02-17 04:13:41 -0800 (Sat, 17 Feb 2007)
Log Message: ----------- Add items: fix bug that prevents UTF-16, UTF-32 files from being loaded. word wrapping mode to limit chars on a line for e.g. XML content.
Modified Paths: -------------- trunk/TODO
Modified: trunk/TODO =================================================================== --- trunk/TODO 2007-02-16 17:09:53 UTC (rev 1296) +++ trunk/TODO 2007-02-17 12:13:41 UTC (rev 1297) @@ -5,9 +5,9 @@
Next version or later:
- 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 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 @@ -16,6 +16,7 @@ o allow use of custom global tags files o project management o filetype template support for all filetypes + 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)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.