several changes

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@30 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2005-12-01 22:49:12 +00:00
parent 623ab0957a
commit a10dcbbde8
2 changed files with 11 additions and 3 deletions

View File

@ -1,7 +1,17 @@
2005-12-01 Enrico Troeger <enrico.troeger@uvena.de>
* src/document.c, src/callbacks.c: extending HOME and END key default
behaviour, to jump back to previous
cursor position if pressed again
2005-11-30 Enrico Troeger <enrico.troeger@uvena.de>
* src/keyfile.c, src/prefs.c, src/interface.c, src/vte.c:
added some options for the VTE to the preferences dialog
* bugfix: src/sci_cb.h: fixed a small bug by auto closing }-brackets
* src/callbacks.c, src/main.c: added signal and handler for F12 key,
pressed in the main widget
2005-11-28 Enrico Troeger <enrico.troeger@uvena.de>

4
TODO
View File

@ -19,12 +19,10 @@ TODO List:
o latex build menu
o colourize the tags in the tag list widget to show if it's a
function, macro or whatever, build a real tree?
o fix { and } problems at some "special" lines where indentation
get broken
o command line option -e (editor mode)
o fix bug in highlighting.c at style_init_c()
o BSD compatibility
o remember cursor position at pressing END key (Oleg)
o check for inline-usage e.g. in sciwrappers.c
o (indent wrapped lines, but how?)
o (project management)
o (folding)