4669 Commits

Author SHA1 Message Date
Enrico Tröger
f0cfbf3b0b src/dialogs.c, src/about.c, src/callbacks.c, configure.in: rewrote about dialog to reduce code size, added subversion revision
src/highlighting.c: bugfix


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@352 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-21 17:51:22 +00:00
Enrico Tröger
374f4e7b4d added option to disable styling within preprocessor directives
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@351 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-21 14:53:04 +00:00
Enrico Tröger
57e78ec32d added menu_messagewindow and toggle_sidebar shortcuts
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@350 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-21 14:02:55 +00:00
Nick Treleaven
20047f7dab fix a segfault clicking on a compile error if the compiled file has been closed
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@348 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-20 20:03:34 +00:00
Nick Treleaven
74b7f7dfbb fix a segfault when commenting out lines with ctrl-d when no filetype is set
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@347 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-20 16:47:07 +00:00
Nick Treleaven
6c17ed1d83 fix pressing enter to open more than one file in the open file dialog
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@346 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-20 12:52:24 +00:00
Enrico Tröger
40690fc5d6 fixed a crash when clicking on the run button and no file is opened
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@345 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-19 19:49:17 +00:00
Enrico Tröger
ca803bc2c0 added code for creation of filedefs subdirectory
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@343 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-19 17:19:12 +00:00
Enrico Tröger
d47e10998f make keyboard shortcuts user-definable
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@342 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-19 17:18:06 +00:00
Enrico Tröger
d5fb7376b7 fixed small bug in sci_cb_show_calltip
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@341 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-19 16:52:09 +00:00
Enrico Tröger
dec031b3b5 fixed compiler warning, removed obsolete and commented code
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@340 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-17 18:29:29 +00:00
Enrico Tröger
a1baf148c0 enabled autocompletion for all filetypes, removed mmap()-code, fixed memory leak
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@336 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-16 19:06:08 +00:00
Enrico Tröger
df1b9fd010 new filetype Tcl/Tk, renamed tex.c
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@335 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-16 19:04:04 +00:00
Enrico Tröger
78eb7280b8 read the filetype definitions first from the configuration directory and then from the datadir (%prefix/share/geany)
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@334 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-15 19:49:30 +00:00
Enrico Tröger
f5a9d78fcc added previously code to prevent opening of non-text files, fixed detection of C++-destructors and other improvements in utils_get_current_tag()
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@332 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-15 19:44:09 +00:00
Enrico Tröger
301906a0e7 remove unneeded function
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@330 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-15 13:04:05 +00:00
Enrico Tröger
77b3e938c0 added catalan translation contributed by Topi
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@329 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-14 16:07:30 +00:00
Enrico Tröger
88e763b9cc improved parser to detect variables and members
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@327 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-12 23:23:52 +00:00
Enrico Tröger
138f80a69f fixed typo
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@326 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-12 22:10:00 +00:00
Enrico Tröger
10e4754b27 added code for parsing python error messages when clicked in compiler message window
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@324 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-12 16:11:14 +00:00
Enrico Tröger
6db843b072 added commandline option to use an alternate way to draw the text, could improve scrolling, has to be tested
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@323 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-11 23:01:50 +00:00
Enrico Tröger
7a6efd0667 improved tag list updating, should be a bit faster on opening files
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@322 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-10 23:06:47 +00:00
Enrico Tröger
887f75bb18 improved symbol list for filetype Perl
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@321 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-10 23:00:22 +00:00
Enrico Tröger
2be53d0f07 added template support for filetypes with comment character #, updated GPL to the current address of the FSF
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@318 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-10 19:54:44 +00:00
Enrico Tröger
0c69a417f5 fixed a strange segfault at creating new file tabs
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@313 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-09 22:02:22 +00:00
Enrico Tröger
a267d33536 new filetype Ruby
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@311 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-09 16:07:27 +00:00
Enrico Tröger
7822807104 try to fix a strange segfault reported by a user (non-reproducible for me)
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@308 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-08 01:57:25 +00:00
Enrico Tröger
12d5ca0eac save current file if it is executed (e.g. shell scripts)
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@307 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-08 01:35:56 +00:00
Enrico Tröger
28bb0f8e66 improved file permission display if they cannot be read (e.g. on Windows)
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@306 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-05 16:37:35 +00:00
Enrico Tröger
ae4b9e248a moved my_strtod() from win32.c to utils.c, use it always, not only on Win32 systems
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@305 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-05 16:07:40 +00:00
Enrico Tröger
a42be2d384 fix a crash when clicking in the compiler output
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@304 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-05 16:06:21 +00:00
Enrico Tröger
56726ed988 changed codename
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@303 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-05 16:04:47 +00:00
Enrico Tröger
38fbfedde9 added try-catch-auto completion
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@302 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-05 16:04:15 +00:00
Enrico Tröger
fd85b7f720 added some C++ keywords
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@301 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-05 16:03:55 +00:00
Enrico Tröger
bafe0bb28b fixed small bug when dragging files into Geany
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@295 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-30 15:13:13 +00:00
Enrico Tröger
cf7b4bf6fd fixed a crash when starting Geany without debug messages
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@292 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-29 23:55:50 +00:00
Enrico Tröger
edf31c582c applied two patches from Nick Treleaven to fix invalid memory read and improve the ordering of file tabs while loading session files
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@288 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-29 18:15:37 +00:00
Enrico Tröger
9401f5e836 applied patch from Nick Treleaven to improve removing the vte widget, fixed also a bug with disappearing scrollbars
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@287 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-29 18:14:19 +00:00
Enrico Tröger
c4f42d45b3 fixed some inconsistency with the read only check box in the file menu
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@286 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-28 15:06:39 +00:00
Enrico Tröger
771b490c07 disabled interactive search function since it never worked and is unnecessary and confusing
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@285 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-28 15:05:11 +00:00
Enrico Tröger
9934ab866b added small check for NULL pointer to avoid crashes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@284 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-28 15:04:14 +00:00
Enrico Tröger
002503decd several bugfixes and improvements
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@281 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-27 18:06:35 +00:00
Enrico Tröger
c80b8a576a removed compiler settings, minor improvements
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@280 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-27 18:05:57 +00:00
Enrico Tröger
515e186040 improved scrolling on compiler output
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@279 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-27 18:03:15 +00:00
Enrico Tröger
b264da4e4e added new options
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@278 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-27 18:01:44 +00:00
Enrico Tröger
f8af6b4297 bugfixes, several improvements
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@277 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-27 18:00:00 +00:00
Enrico Tröger
eedfacefe8 fixed warnings
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@276 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-27 17:59:12 +00:00
Enrico Tröger
238a0ffb6f some changes, bugfixes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@275 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-27 17:58:52 +00:00
Enrico Tröger
4b0f1d69ca removed compiler settings, added new options
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@274 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-27 17:57:28 +00:00
Enrico Tröger
afed6958d4 removed VTE code from preferences dialog, added new options, minor changes
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@273 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-27 17:56:31 +00:00