e5f238c232Scroll session files in view after all resizing of the Scintilla widget and rename sci_scroll_to_line
Nick Treleaven
2006-05-30 18:03:19 +00:00
3dc7be7033Added shortcut for Replace Tabs by Space, extend usage of GEANY_ADD_ACCEL macro
Enrico Tröger
2006-05-30 15:28:13 +00:00
f4b7b988ecRemoved unneeded function dialogs_show_fifo_error(), fixed small memory leak in dialogs_show_question()
Enrico Tröger
2006-05-30 15:27:38 +00:00
938f7abedaadded translator credits, made update-po
Enrico Tröger
2006-05-29 21:49:56 +00:00
f757d42c0arenamed po.po in pl.po (oops)
Enrico Tröger
2006-05-29 19:10:38 +00:00
1beb02c7f4renamed po.po in pl.po (oops)
Enrico Tröger
2006-05-29 19:09:10 +00:00
75935df7f1added Polish translation contributed by Jacek Wolszczak
Enrico Tröger
2006-05-28 22:15:01 +00:00
9e29121809made recent files menu item insensitive when the list is empty
Enrico Tröger
2006-05-28 22:14:17 +00:00
91f727dad0Remove Replace dialog set default reponse
Nick Treleaven
2006-05-26 17:27:25 +00:00
2c8e69a1a7Fix incremental find and replace of back to back matches
Nick Treleaven
2006-05-26 17:11:41 +00:00
545657d9deSet Replace dialog default response
Nick Treleaven
2006-05-26 17:03:32 +00:00
350bad5c10Add mnemonics to Replace dialog buttons, reorder
Nick Treleaven
2006-05-26 15:51:32 +00:00
9f3bd2120dFixed nasty hang when closing a tab and both the next tab and the first tab files have been externally modified
Nick Treleaven
2006-05-26 12:22:39 +00:00
42e71c36cfMake Replace in selection non-incremental and use single Undo blocks for this and for Replace All
Nick Treleaven
2006-05-25 15:32:03 +00:00
fc1023a97aOn loading use SCI_SETTEXT instead of SCI_ADDTEXT to avoid Scintilla text changed signal
Nick Treleaven
2006-05-25 12:57:12 +00:00
ecc808190fSet shortcut for Replace and split keybindings_init code
Nick Treleaven
2006-05-24 16:56:14 +00:00
764f99c131Add shortcuts for Find Previous, Go to line
Nick Treleaven
2006-05-24 13:18:42 +00:00
c9de3027dbremove vte middle click override to allow X paste and update popup preferences item for Terminal tab number
Nick Treleaven
2006-05-23 20:26:23 +00:00
eb2ed7afb3created Search menubar item with Find items from Edit menu, added Find Previous and Go to line commands.
Nick Treleaven
2006-05-23 19:31:09 +00:00
684e8cb32bcheck if file has been closed in utils_goto_workspace_tag
Nick Treleaven
2006-05-23 14:21:37 +00:00
810714deb1insert the file type extension and fix a warning when inserting a fileheader in a new document
Nick Treleaven
2006-05-22 15:28:48 +00:00
db7f89ca65improved toggle visibility of sidebar when toggled by keyboard
Enrico Tröger
2006-05-22 13:43:56 +00:00
573679601bapplied sanity check and bugfix patch from Pierre(posted on mailing list)
Enrico Tröger
2006-05-22 11:55:07 +00:00
daebef5351- do not create VTE settings in the preferences dialog if VTE is disabled at runtime - added option to preferences dialog to disable load of VTE at startup
Enrico Tröger
2006-05-22 00:25:19 +00:00
d703c394a6declared some functions static
Enrico Tröger
2006-05-22 00:19:15 +00:00
78eb7280b8read the filetype definitions first from the configuration directory and then from the datadir (%prefix/share/geany)
Enrico Tröger
2006-05-15 19:49:30 +00:00
9ad3e75ae3added compiler commands to run a syntax check and parse the output, so it is clickable in compiler message window
Enrico Tröger
2006-05-15 19:47:35 +00:00
f5a9d78fccadded previously code to prevent opening of non-text files, fixed detection of C++-destructors and other improvements in utils_get_current_tag()
Enrico Tröger
2006-05-15 19:44:09 +00:00
cc0425c8feagain it got some improvements
Enrico Tröger
2006-05-12 16:24:09 +00:00
10e4754b27added code for parsing python error messages when clicked in compiler message window
Enrico Tröger
2006-05-12 16:11:14 +00:00
6db843b072added commandline option to use an alternate way to draw the text, could improve scrolling, has to be tested
Enrico Tröger
2006-05-11 23:01:50 +00:00
7a6efd0667improved tag list updating, should be a bit faster on opening files
Enrico Tröger
2006-05-10 23:06:47 +00:00
887f75bb18improved symbol list for filetype Perl
Enrico Tröger
2006-05-10 23:00:22 +00:00
2be53d0f07added template support for filetypes with comment character #, updated GPL to the current address of the FSF
Enrico Tröger
2006-05-10 19:54:44 +00:00
10dfa4f7abadded code from anjuta to parse methods and functions separately
Enrico Tröger
2006-05-10 19:52:42 +00:00