several changes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@53 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
95cc44a19c
commit
a47062adf3
19
ChangeLog
19
ChangeLog
@ -1,3 +1,20 @@
|
|||||||
|
2005-12-12 Enrico Troeger <enrico.troeger@uvena.de>
|
||||||
|
|
||||||
|
* src/callbacks.c: changed key binding to switch between open
|
||||||
|
documents from CTRL to ALT+Left/Right, so
|
||||||
|
CTRL+Left/Right moves the cursor to word boundaries
|
||||||
|
|
||||||
|
|
||||||
|
2005-12-11 Enrico Troeger <enrico.troeger@uvena.de>
|
||||||
|
|
||||||
|
* src/callbacks.c: added shortcut F6 to switch to the VTE widget
|
||||||
|
* doc/geany.docbook: described some of the compile time options in
|
||||||
|
geany.h and marked filename with <filename>-tag.
|
||||||
|
* src/interface.c, src/prefs.c, src/utils.c, src/callbacks.c,
|
||||||
|
src/geany.h, src/documents.c: made length of MRU list changeable
|
||||||
|
* bugfix: src/highlighting.c: fixed a wrong color value
|
||||||
|
|
||||||
|
|
||||||
2005-12-10 Enrico Troeger <enrico.troeger@uvena.de>
|
2005-12-10 Enrico Troeger <enrico.troeger@uvena.de>
|
||||||
|
|
||||||
* src/prefs.c, src/vte.c, src/keyfile.c, src/utils.c, src/callbacks.c:
|
* src/prefs.c, src/vte.c, src/keyfile.c, src/utils.c, src/callbacks.c:
|
||||||
@ -44,7 +61,7 @@
|
|||||||
|
|
||||||
* src/keyfile.c, src/prefs.c, src/interface.c, src/vte.c:
|
* src/keyfile.c, src/prefs.c, src/interface.c, src/vte.c:
|
||||||
added some options for the VTE to the preferences dialog
|
added some options for the VTE to the preferences dialog
|
||||||
* bugfix: src/sci_cb.h: fixed a small bug by auto closing }-brackets
|
* bugfix: src/sci_cb.c: fixed a small bug by auto closing }-brackets
|
||||||
* src/callbacks.c, src/main.c: added signal and handler for F12 key,
|
* src/callbacks.c, src/main.c: added signal and handler for F12 key,
|
||||||
pressed in the main widget
|
pressed in the main widget
|
||||||
|
|
||||||
|
|||||||
1
TODO
1
TODO
@ -18,7 +18,6 @@ TODO List:
|
|||||||
o latex build menu
|
o latex build menu
|
||||||
o store tag list per document instead of creating it "live"
|
o store tag list per document instead of creating it "live"
|
||||||
o command line option -e (editor mode)
|
o command line option -e (editor mode)
|
||||||
o fix bug in highlighting.c at style_init_c()
|
|
||||||
o BSD compatibility
|
o BSD compatibility
|
||||||
o check for inline-usage e.g. in sciwrappers.c
|
o check for inline-usage e.g. in sciwrappers.c
|
||||||
o (indent wrapped lines, but how?)
|
o (indent wrapped lines, but how?)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user