several changes

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@146 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2006-01-19 22:55:25 +00:00
parent c02322ae35
commit 1099202afb
2 changed files with 29 additions and 11 deletions

View File

@ -1,16 +1,31 @@
2006-01-18 Enrico Troeger <enrico.troeger@uvena.de>
* src/callbacks.c: it is now possible to insert a function description
(use right mouse button popup menu) without having
the cursor inside the { and } of a function
2006-01-17 Enrico Troeger <enrico.troeger@uvena.de>
* src/sci_cb.c: fixed two auto indention bugs
* geany.glade, src/interface.c: fixed incorrect size of Save as dialog
2006-01-16 Enrico Troeger <enrico.troeger@uvena.de>
* scintilla/*: updated Scintilla to version 1.67
* src/treeviews.c: added category class to the symbol list, changed
category names for filetype DocBook and LaTeX
* src/sci_cb.c: improved auto indention, now "for (...) {" works, too
* configure.in: set prefix if it was not specified
* geany.desktop.in: added GenericName[de]
2006-01-15 Enrico Troeger <enrico.troeger@uvena.de>
* configure.in, Makefile.am, desktop.in:
replaced geany.desktop by geany.desktop.in, some changes to the
desktop file like absolut icon path
desktop file like absolute icon path
* tagmanager/tex.c: added tags section, subsection and subsubsection
* tagmanager/docbook.c: complete rewrite, works great

23
TODO
View File

@ -5,20 +5,23 @@ TODO List:
Geany 0.5 or later:
o make keyboard shortcuts user-definable
o put default filetype extensions in the config file, read them in a GList
o inverting highlighting by selection
o src/sci_cb.c: improve auto completion(include local tags)
o filetype SQL
o filetype (O)Caml
o open files in a new tab in a already running instance
o encoding-bug in utils_convert_to_utf8()
o documentation: list and explain filetype modes
o src/interface.c: reorder the 'document' menu entry, differ between
document related and general settings, new submenu: View->Editor
o fix a really nasty bug which causes a segfault, but don't know
where, is it still existent?
o encoding-bug in utils_convert_to_utf8()
o command line option -e (editor mode)
o make keyboard shortcuts user-definable
o inverting highlighting by selection
o put default filetype extensions in the config file, read them in a GList
o src/sci_cb.c: improve auto completion(include local tags)
o src/sci_cb.c: do CSS multiline auto comments like at HTML
o property dialog in File->Properties like
http://developer.gnome.org/projects/gup/hig/2.0/images/property-window.png
o extend use of doc_list[].is_valid
o filetype SQL
o startup notification
o (command line option -e (editor mode))
o (startup notification)
o (indent wrapped lines, but how?)
o (project management)
o (folding)