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

Add item: pref for autocompletion of all words in the current document.

Edit some items.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3894 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 3070616e
......@@ -12,17 +12,19 @@ Note: features included in brackets have lower priority.
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:
......
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