41aa96b27aupdated for Geany 0.6
Enrico Tröger
2006-04-29 18:54:45 +00:00
dca5b8a5b9added notice about the folding feature
Enrico Tröger
2006-04-29 18:54:31 +00:00
edf31c582capplied two patches from Nick Treleaven to fix invalid memory read and improve the ordering of file tabs while loading session files
Enrico Tröger
2006-04-29 18:15:37 +00:00
9401f5e836applied patch from Nick Treleaven to improve removing the vte widget, fixed also a bug with disappearing scrollbars
Enrico Tröger
2006-04-29 18:14:19 +00:00
c4f42d45b3fixed some inconsistency with the read only check box in the file menu
Enrico Tröger
2006-04-28 15:06:39 +00:00
771b490c07disabled interactive search function since it never worked and is unnecessary and confusing
Enrico Tröger
2006-04-28 15:05:11 +00:00
9934ab866badded small check for NULL pointer to avoid crashes
Enrico Tröger
2006-04-28 15:04:14 +00:00
413bc9e070fixed naming of parser
Enrico Tröger
2006-04-27 22:52:09 +00:00
226a25f769improved reading and writing of the named pipe, so Geany does not go into in an endless loop after opening a file
Enrico Tröger
2006-03-18 17:35:53 +00:00
630db45c46added argument --copy to automake
Enrico Tröger
2006-03-17 19:42:39 +00:00
d21e8bdde1set minimal size to 620x440, default size to 900x600
Enrico Tröger
2006-03-15 23:20:38 +00:00
504017aeeaset minimal size to 620x440, default size to 900x600, added command line option -m or --no-msgwin to disable message window at startup
Enrico Tröger
2006-03-15 23:19:45 +00:00
a67c5f8acbadded some nice contributors
Enrico Tröger
2006-03-11 02:41:09 +00:00
42cf319ea5added key "key" to filetype Conf and changed colours to fit with changed lexer
Enrico Tröger
2006-03-11 02:35:18 +00:00
8fe4401c47added key "key" and changed colours to fit with changed lexer
Enrico Tröger
2006-03-11 02:34:46 +00:00
92b433a90aupdated Scintilla to version 1.68
Enrico Tröger
2006-03-11 02:33:39 +00:00
8b5cc84381added new extensions for filetype Pascal
Enrico Tröger
2006-03-10 21:45:20 +00:00
0375a74eecadded italic flag to all styles
Enrico Tröger
2006-03-10 21:44:12 +00:00
fb29b7947badded italic flag to all styles, added background colour for current line
Enrico Tröger
2006-03-10 21:43:28 +00:00
bc727d2881applied patch from Nick Treleaven to allow reclicking of taglist treeview item
Enrico Tröger
2006-03-10 21:41:33 +00:00
175c877ec5applied patch from Nick Treleaven which improved inserting of current selection in the find and replace dialogs
Enrico Tröger
2006-03-10 21:40:20 +00:00
1b1f74a30capplied patch from Nick, changed initial value of doc_list[].mtime
Enrico Tröger
2006-03-10 00:52:09 +00:00
60dcfa3895changed signature for utils_check_disk_status() and improved it, so it should work independet from the host time
Enrico Tröger
2006-03-10 00:50:27 +00:00
c9e08b8a0cadded currently disabled auto completion for LaTeX
Enrico Tröger
2006-03-10 00:49:19 +00:00
4e77d2064dadded global definition GEANY_CHECK_FILE_DELAY
Enrico Tröger
2006-03-10 00:48:37 +00:00
7795b13f58changed signature for utils_check_disk_status()
Enrico Tröger
2006-03-10 00:48:06 +00:00
ca8bb51c8cadded support for // and (* ... *) comments in Pascal
Enrico Tröger
2006-03-10 00:28:35 +00:00
b45b616262added new keywords supplied by Marko Peric
Enrico Tröger
2006-03-10 00:28:01 +00:00
4971898681clicking on a compiler error message jumps to the correct file, if it is not the current one
Enrico Tröger
2006-03-02 23:28:52 +00:00
3bea197608fixed memory leak, load filetype extensions from a file in the configuration directory
Enrico Tröger
2006-02-25 22:30:45 +00:00
5e742c4385removed unneeded member
Enrico Tröger
2006-02-25 22:29:41 +00:00
c27e865443fixed memory leak, load filetype extensions from a file in the configuration directory, the filetype of a document is now also stored at loading and saving session files
Enrico Tröger
2006-02-25 22:27:41 +00:00
e8886e1af4made "make" build menu items sensitive for C header files
Enrico Tröger
2006-02-25 22:26:43 +00:00
c8ca726838hopefully fixed a crash when closing the preferences dialog and message window was hidden and shown before
Enrico Tröger
2006-02-25 22:21:57 +00:00
02ca65fd56added tag support for filetypes ASM and SQL
Enrico Tröger
2006-02-22 13:49:08 +00:00
b3ddbe0ca4added section for Win32 users
Enrico Tröger
2006-02-22 13:47:40 +00:00
9cd90fa518moved font selection dialog from glade code to dialogs.c, added the possibility to delete an existing fifo in the case, that Geany crashed previously
Enrico Tröger
2006-02-22 13:46:20 +00:00
9466361c4cremoved unnecessary callback functions for delete_event's, fixed bug when using color selector and no file is open, only fixed on some other actions
Enrico Tröger
2006-02-22 13:43:50 +00:00
86d1c102d4disable menu functions of the edit menu when no files are open, added the possibility to delete an existing fifo in the case, that Geany crashed previously, replaced the New toolbar button by a menu button, so it works also under Win32
Enrico Tröger
2006-02-20 22:59:42 +00:00
899f660195improved opneing files under Win32
Enrico Tröger
2006-02-20 22:57:59 +00:00
ac2d1e20e1replaced the New toolbar button by a menu button, so it works also under Win32, fixed bug when using color selector and no file is open, only fixed on some other actions
Enrico Tröger
2006-02-20 22:55:53 +00:00
ff0a0f01e0replaced the New toolbar button by a menu button, so it works also under Win32
Enrico Tröger
2006-02-20 22:30:35 +00:00
8418ccb701all settings are now saved by pressing OK in the settings dialog, up to now it was only done at exiting
Enrico Tröger
2006-02-20 15:11:38 +00:00
ae5261a043fixed bug which caused always same figures under Win32, some other code cleanups and changes
Enrico Tröger
2006-02-20 15:10:51 +00:00
3bb81f258fadded check for mkfifo(), made it also an option
Enrico Tröger
2006-02-14 22:17:36 +00:00
6dd78834f2added toggle for line numbers
Enrico Tröger
2006-02-14 22:10:25 +00:00
213f368c13removed some items from the document menu to the preferences dialog, removed file save dialog from interface.c to dialogs.c, added toggle for line numbers, added command line option -p or --no-pipe to ignore a running instance of Geany and force opening a new instance
Enrico Tröger
2006-02-14 22:07:55 +00:00
547dfa2c8cremoved some items from the document menu to the preferences dialog, removed file save dialog from interface.c to dialogs.c, added toggle for line numbers
Enrico Tröger
2006-02-14 22:05:34 +00:00
66e41e6b90added a message box if lost pipe was found, FIFO code now depends on HAVE_FIFO
Enrico Tröger
2006-02-14 21:58:42 +00:00
2b08b018a9improved "make uninstall" of Geany
Enrico Tröger
2006-02-14 21:56:34 +00:00