SF.net SVN: geany: [1902] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Sep 25 15:19:47 UTC 2007


Revision: 1902
          http://geany.svn.sourceforge.net/geany/?rev=1902&view=rev
Author:   ntrel
Date:     2007-09-25 08:19:47 -0700 (Tue, 25 Sep 2007)

Log Message:
-----------
Updated for project and plugins improvements, and others.
Added wishlist items (which are unlikely to be worked on).

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-09-25 13:41:24 UTC (rev 1901)
+++ trunk/ChangeLog	2007-09-25 15:19:47 UTC (rev 1902)
@@ -6,6 +6,9 @@
    set the cursor position on the current word.
    Add symbols_goto_tag().
    Replace navqueue_append() with navqueue_goto_line().
+ * TODO:
+   Updated for project and plugins improvements, and others.
+   Added wishlist items (which are unlikely to be worked on).
 
 
 2007-09-24  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2007-09-25 13:41:24 UTC (rev 1901)
+++ trunk/TODO	2007-09-25 15:19:47 UTC (rev 1902)
@@ -2,11 +2,12 @@
 ----------
 (features included in () have lower priority)
 
+	Fix bugs:
+	o fix bug that prevents UTF-16, UTF-32 files from being loaded.
+	o tagmanager fails on UTF-16/32
 
 	Next version or later:
 
-	o fix bug that prevents UTF-16, UTF-32 files from being loaded.
-	o tagmanager fails on UTF-16/32
 	o make calltips show full function signature for C-like files (e.g.
 	  return type with const, [] for D, etc.)
 	o documentation: list and explain filetype modes
@@ -14,8 +15,29 @@
 	o line breaking mode to limit words 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 project session support
+	o project indentation settings support
+	o plugin management
+	o plugin keybindings
+	o file chooser sidebar plugin
 	o (DBUS)
 	o (startup notification)
 	o (indent wrapped lines  - Scintilla issue)
 	o (folder tree in the sidebar)
 	o (improved Windows support)
+	o (macro support)
+	o (better regex support)
+	o (better tags support for popular languages? - this is a moving
+	  target...)
+
+
+Wishlist
+--------
+Note: These items might not get worked on.
+
+	o Some kind of support for ctags files.
+	o Scope resolution for object members.
+	o Multiline regex support (requires work on Scintilla)
+	o Python scripting plugin? (not as efficient as Lua, but perhaps
+	  more widely known)
+	o Split window editing.


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