Kaydet (Commit) bba3085a authored tarafından Nick Treleaven's avatar Nick Treleaven

Update and add item:

better file template {filename} wildcard replacement +{BASENAME}


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4899 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst c26dd54a
...@@ -7,14 +7,12 @@ Note: features included in brackets have lower priority. ...@@ -7,14 +7,12 @@ Note: features included in brackets have lower priority.
Next version or later: Next version or later:
o better file template {filename} wildcard replacement +{BASENAME}
o documentation: list and explain filetype modes o documentation: list and explain filetype modes
o common default highlighting styles configurable for all o common default highlighting styles configurable for all
programming languages (done for C-like filetypes using programming languages (done for C-like filetypes using
filetypes.common named styles) filetypes.common named styles)
o configurable filetype and project make commands (e.g. using
bud for D) - see the build-system SVN branch
o (better custom filetype support) o (better custom filetype support)
o (support for adding plugin filetypes - SCI_LOADLEXERLIBRARY?)
o (custom template insertion - so user can add licenses, etc) o (custom template insertion - so user can add licenses, etc)
o (selectable menu of arguments to use for Make, from Make Custom) o (selectable menu of arguments to use for Make, from Make Custom)
o (DBUS) o (DBUS)
...@@ -28,8 +26,6 @@ Note: features included in brackets have lower priority. ...@@ -28,8 +26,6 @@ Note: features included in brackets have lower priority.
o stable plugin ABI for the 1.0 series? (Split up geany_data, prefs, o stable plugin ABI for the 1.0 series? (Split up geany_data, prefs,
GeanyKeyCommand enum into groups) GeanyKeyCommand enum into groups)
o review documentation o review documentation
o review any hidden prefs/compile time constants that could be in the
Prefs dialog, e.g. invert_all syntax highlighting pref
Wishlist Wishlist
...@@ -40,5 +36,6 @@ Note: these items might not get worked on. ...@@ -40,5 +36,6 @@ Note: these items might not get worked on.
function_name(arguments) syntax - see python.c:parseArglist()) function_name(arguments) syntax - see python.c:parseArglist())
o (better tags support for popular languages? - this is a moving o (better tags support for popular languages? - this is a moving
target...) target...)
o (support for adding plugin filetypes - SCI_LOADLEXERLIBRARY?)
o Some kind of support for CTags tags files o Some kind of support for CTags tags files
o Python plugin interface (different concept from Lua scripting) o Python plugin interface (different concept from Lua scripting)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment