several changes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@131 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
3da8d929c3
commit
b4bb667f68
18
ChangeLog
18
ChangeLog
@ -1,3 +1,21 @@
|
|||||||
|
2006-01-14 Enrico Troeger <enrico.troeger@uvena.de>
|
||||||
|
|
||||||
|
* bugfix: src/document.c, src/treeviews.c: update open file list entry
|
||||||
|
when "Saving as"
|
||||||
|
* bugfix: src/document.c: fixed wrong g_object_unref() which causes
|
||||||
|
crashes
|
||||||
|
* bugfix: src/geany.h, src/document.c, src/utils.c:
|
||||||
|
fixed wrong symbol list in files with tag support but without
|
||||||
|
exisiting symbols, added new boolean has_tags in document struct
|
||||||
|
* src/geany.h, src/document.c, src/utils.c:
|
||||||
|
removed unneeded utils_get_new_sci_number() and scid from document
|
||||||
|
struct
|
||||||
|
* src/treeviews.c, src/callbacks.c:
|
||||||
|
added popup menu to symbol list, added "Hide" and "Hide sidebar" to
|
||||||
|
symbol list popup and open files list popup, to quickly hide the list
|
||||||
|
or the whole sidebar
|
||||||
|
|
||||||
|
|
||||||
2006-01-10 Enrico Troeger <enrico.troeger@uvena.de>
|
2006-01-10 Enrico Troeger <enrico.troeger@uvena.de>
|
||||||
|
|
||||||
* bugfix: geany.glade, src/interface.c: added missing tooltip to
|
* bugfix: geany.glade, src/interface.c: added missing tooltip to
|
||||||
|
9
TODO
9
TODO
@ -5,17 +5,20 @@ TODO List:
|
|||||||
|
|
||||||
Geany 0.5 or later:
|
Geany 0.5 or later:
|
||||||
|
|
||||||
o sci_cb.c: improve auto completion(include local tags)
|
o geany.desktop: absolute icon path
|
||||||
|
o make keyboard shortcuts user-definable
|
||||||
|
o inverting highlighting by selection
|
||||||
|
o src/sci_cb.c: improve auto completion(include local tags)
|
||||||
o documentation: list and explain filetype modes
|
o documentation: list and explain filetype modes
|
||||||
o interface.c: reorder the 'document' menu entry, differ between
|
o src/interface.c: reorder the 'document' menu entry, differ between
|
||||||
document related and general settings, new submenu: View->Editor
|
document related and general settings, new submenu: View->Editor
|
||||||
o fix a really nasty bug which causes a segfault, but don't know
|
o fix a really nasty bug which causes a segfault, but don't know
|
||||||
where, is it still existent?
|
where, is it still existent?
|
||||||
o encoding-bug in utils_convert_to_utf8()
|
o encoding-bug in utils_convert_to_utf8()
|
||||||
o document_save -> update things only when not quitting
|
|
||||||
o command line option -e (editor mode)
|
o command line option -e (editor mode)
|
||||||
o extend use of doc_list[].is_valid
|
o extend use of doc_list[].is_valid
|
||||||
o (indent wrapped lines, but how?)
|
o (indent wrapped lines, but how?)
|
||||||
o (project management)
|
o (project management)
|
||||||
o (folding)
|
o (folding)
|
||||||
|
o (folder tree in the sidebar)
|
||||||
o (vim-like settings stored in files as comment)
|
o (vim-like settings stored in files as comment)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user