Kaydet (Commit) be14d242 authored tarafından Enrico Tröger's avatar Enrico Tröger

several changes

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@319 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 2be53d0f
2006-05-10 Enrico Troeger <enrico.troeger@uvena.de>
* src/document.c, src/filetypes.c, src/templates.c, src/callbacks.c:
added template support for filetypes with comment character #,
updated GPL to the current address of the FSF
* tagmanager/python.c: fixed wrong identification of keyword class in
''' comments
* tagmanager/parse.c, tagmanager/python.c:
added code from anjuta to parse methods and functions separately
2006-05-09 Enrico Troeger <enrico.troeger@uvena.de>
* scintilla/ScintillaGTK.cxx: fixed encoding problem which causes many
problems with non-Ascii characters
* src/document.c: fixed a strange segfault at creating new file tabs
2006-05-08 Enrico Troeger <enrico.troeger@uvena.de>
* src/callbacks.c: save current file if it is executed
(e.g. shell scripts)
* src/highlighting.c: fixed a typo which prevented highlighting of
variables in Perl
* src/filetypes.c, tagmanager/Makefile.am, tagmanager/parsers.h,
tagmanager/css.c: added parser for CSS filetype
* tagmanager/ruby.c, tagmanager/Makefile.am, tagmanager/parsers.h,
scintilla/LexRuby.cxx, scintilla/Makefile.am, scintilla/KeyWords.cxx
src/filetypes.c, src/highlighting.c: added new filetype Ruby
2006-05-05 Enrico Troeger <enrico.troeger@uvena.de>
* src/callbacks.c: fix a crash when clicking in the compiler output
* src/dialogs.c: improved file permission display if they cannot be
read (e.g. on Windows)
2006-05-03 Enrico Troeger <enrico.troeger@uvena.de>
......
......@@ -12,7 +12,6 @@ Frank Lanitz <frank@partysoke.de>
Christoph Berg <Christoph.Berg@kpm-sport.de>
Nick Treleaven <nick.treleaven@btinternet.com> - many patches
Saleem Abdulrasool <compnerd@gentoo.org> - vte autoconf patch
Nick Treleaven <nick.treleaven@btinternet.com>
Marko Peric <cragwolf@gmail.com>
S Jagannathan <poojyum@gmail.com>
Colossus <colossus73@gmail.com>
......
......@@ -5,6 +5,9 @@ TODO List:
Geany 0.7 or later:
o test CSS parser
o improve scrolling
o expand tagmanager's perl parser to variable detection
o fix a freeze at switching between filetypes with files in
ISO-8859-x encoding (reported by Jörg Sommer)
o encoding-bug in utils_convert_to_utf8()
......@@ -14,7 +17,6 @@ TODO List:
o src/sci_cb.c: improve auto completion(include local tags)
o create filetype specific menus, read templates from filetypes.*
o template rework
o use of GTK 2.8's gtk_file_chooser_set_do_overwrite_confirmation()
o user-definable auto completion structs
o (PHP syntax check)
o (DBUS)
......
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