SF.net SVN: geany:[3894] trunk/TODO

ntrel at users.sourceforge.net ntrel at xxxxx
Wed Jun 24 12:27:48 UTC 2009


Revision: 3894
          http://geany.svn.sourceforge.net/geany/?rev=3894&view=rev
Author:   ntrel
Date:     2009-06-24 12:27:48 +0000 (Wed, 24 Jun 2009)

Log Message:
-----------
Add item: pref for autocompletion of all words in the current document.
Edit some items.

Modified Paths:
--------------
    trunk/TODO

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2009-06-24 12:26:09 UTC (rev 3893)
+++ trunk/TODO	2009-06-24 12:27:48 UTC (rev 3894)
@@ -12,17 +12,19 @@
 	  programming languages (done for C-like filetypes using
 	  filetypes.common named styles)
 	o configurable filetype and project make commands (e.g. using
-	  bud for D)
+	  bud for D) - see the build-system SVN branch
 	o (support for adding plugin filetypes - SCI_LOADLEXERLIBRARY?)
 	o (selectable menu of arguments to use for Make, from Make Custom)
 	o (DBUS)
-	o (indent wrapped lines  - Scintilla issue)
-	o (macro support)
-	o (better search & replace regex support - use
+	o (indent wrapped lines - SCI_SETWRAPINDENTMODE)
+	o (sci macro support)
+	o (better search & replace regex support e.g. multiline - use
 	   SCI_GETCHARACTERPOINTER and GNU regex?)
 	o (parsing tags from a memory buffer instead of a file on disk)
 	o (tango-like icons for the symbol list)
 	o (show autocompletion symbol icons - see SCI_REGISTERIMAGE)
+	o (pref for autocompletion of all words in the current document - see
+	   complete_doc_word() in editor.c)
 
 
 	1.0:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list