73a55f7ee2Highlighting of current line can be disabled.
Enrico Tröger
2006-07-19 09:45:56 +00:00
0e4e014759Compile notebook_motion_notify_event_cb() only with GTK 2.6 (again). Made "built on" string translatable.
Enrico Tröger
2006-07-18 22:01:24 +00:00
b9f6cf6987Use more POSIX-like syntax for regular expression bracket matching; Prevent searching backwards with a regex (unsupported); Scroll in view after the last replacement for replace all/selection. Also move hiding the replace dialog out of document.c
Nick Treleaven
2006-07-18 17:43:22 +00:00
5f05ba684aFix replacing the right length of text matched from a regex; Add support for back references when replacing with regex; Improve the speed of replace all/replace in selection; Don't lose the selection range after replacing in selection
Nick Treleaven
2006-07-18 14:09:01 +00:00
5325b81788Reverted last change, we want to use xmlto.
Enrico Tröger
2006-07-18 12:28:04 +00:00
cb006f8068Restored original order of the encodings, kept the sorted order in the document menu.
Enrico Tröger
2006-07-18 12:27:36 +00:00
7bbccd884dAdded option to replace escape sequences in Find and Replace dialog.
Enrico Tröger
2006-07-18 10:48:51 +00:00
1b0b22a210Use real length of data instead of -1.
Enrico Tröger
2006-07-17 19:24:35 +00:00
6dd6175369Moved external appendix elements to geany.docbook to validate ok
Nick Treleaven
2006-07-17 14:17:37 +00:00
a037ad09b0Added UTF-8 as default encoding. Replaced xmlto command by xsltproc. Added reference for the GPL appendix.
Enrico Tröger
2006-07-17 12:33:10 +00:00
5025efb07aRemove invalid DocBook xrefs and add scikeybinding.docbook to EXTRA_DIST
Nick Treleaven
2006-07-17 11:23:13 +00:00
6516c31a6aMoved document related functions from utils.c to document.c. Keep cursor position when replacing tabs by spaces.
Enrico Tröger
2006-07-17 10:42:26 +00:00
6a9c283cb9Moved HTML entities from sci_cb.h to data/html_entities.tags.
Enrico Tröger
2006-07-16 22:02:31 +00:00
77ef665218Removed code for alternative scrolling(it was not better).
Enrico Tröger
2006-07-16 21:31:09 +00:00
f481b55f46Added filename to an error message. Removed function encodings_get_encodings(). Simplified locale detection and little speed up.
Enrico Tröger
2006-07-16 19:28:13 +00:00
c9d7f1062aReordered encodings in the file menu, divided into subregions.
Enrico Tröger
2006-07-16 18:46:53 +00:00
2032b6b7aaAdded Scintilla keyboard commands appendix taken from the SciTE documentation section 'Keyboard Commands'
Nick Treleaven
2006-07-16 15:33:14 +00:00
4300a7496aFix applying vte settings on startup and prevent the message window vertical scrollbar being hidden
Nick Treleaven
2006-07-15 19:10:37 +00:00
0a795b2d82Toolbar items for file operations can also be hidden.
Enrico Tröger
2006-07-15 18:15:30 +00:00
686c4747ebUpdate, add "allow use of custom global tags files"
Nick Treleaven
2006-07-15 12:40:12 +00:00
f21e623e27Show auto completion list immediately when called by a keybinding.
Enrico Tröger
2006-07-15 12:38:45 +00:00
b266eedb57Updated Make command names and keybindings
Nick Treleaven
2006-07-15 12:34:56 +00:00
272548c8d8Update by brahmann
Enrico Tröger
2006-07-15 12:23:48 +00:00
e719640914Add keybinding for Find in files
Nick Treleaven
2006-07-15 11:17:23 +00:00
09d5b5fdd9remove unneeded header
Nick Treleaven
2006-07-14 16:59:07 +00:00
d97a1b476bUse locale encoding for Find in files and remember previous searches.
Nick Treleaven
2006-07-14 16:58:25 +00:00
4b85d71eb8Give accurate message on finishing finding in files
Nick Treleaven
2006-07-14 15:50:29 +00:00
52e2376982Fix some signed comparison warnings
Nick Treleaven
2006-07-14 13:47:03 +00:00
b3b50b4182Fixed autocompletion for filetype C++.
Enrico Tröger
2006-07-14 10:15:12 +00:00
07f1982d8cRemove unwanted tooltip for the menubar.
Nick Treleaven
2006-07-13 19:49:33 +00:00
1c8d62ed5dAdded basic Find in files search functionality.
Nick Treleaven
2006-07-13 14:30:44 +00:00
a1da3923dfAdded return value and tag name to the calltip.
Enrico Tröger
2006-07-11 17:44:42 +00:00
a35f5c415fForget a change.
Enrico Tröger
2006-07-11 14:18:35 +00:00
100987ee91Improved toolbar popup menu. Added new preferences tab for toolbar settings, several toolbar buttons can be hidden.
Enrico Tröger
2006-07-11 14:15:56 +00:00
1ae05d6a35Prefix command-line opened files with the current directory so relative paths will work better
Nick Treleaven
2006-07-11 13:48:24 +00:00
a1bca612aeAdded "Replace in all open files" option in the replace dialog.
Enrico Tröger
2006-07-10 16:46:29 +00:00
3539ab4038Autocompletion only works on blank lines.
Enrico Tröger
2006-07-10 16:02:17 +00:00
6cc29173beAdded new filetype D(patch by Christop Berg, thanks).
Enrico Tröger
2006-07-09 14:41:53 +00:00
2e31c57b44Compile notebook_motion_notify_event_cb() only with GTK 2.6.
Enrico Tröger
2006-07-08 18:23:20 +00:00
82efaa626fImprove switching out of fullscreen after startup
Nick Treleaven
2006-07-08 17:37:41 +00:00
701929eb2dFix saving the terminal tool on quitting
Nick Treleaven
2006-07-08 16:59:08 +00:00
1312904586Update of catalog, update of German translation, update of Russian translation
Enrico Tröger
2006-07-08 15:14:46 +00:00
0f061ee31aImproved behaviour of toggle sidebar after a restart. Introduced new flag sidebar_visible, renamed configuration keys.
Enrico Tröger
2006-07-07 14:34:43 +00:00
d9361d4328Add keybinding for Make object, update Make descriptions
Nick Treleaven
2006-07-06 09:43:10 +00:00
6ddd449683Add Make object command to compile the current file. Added some separators and renamed Build with make items
Nick Treleaven
2006-07-05 15:09:20 +00:00
7c3ff94fc7Make sci_goto_line_scroll work better with line wrapping and folding
Nick Treleaven
2006-07-05 12:37:46 +00:00
58efd38debDon't include SciLexer.h in geany.h
Nick Treleaven
2006-07-04 21:31:08 +00:00
505bcb8f58Added 6 items for v1.0
Nick Treleaven
2006-07-04 20:20:45 +00:00
60b7f681d7Scroll to 1/4 of visible lines when going to a line number.
Nick Treleaven
2006-07-03 12:58:58 +00:00
2b73b12cb7Fix a problem with the recent files menu
Nick Treleaven
2006-07-03 12:06:13 +00:00
f1529b0435Little redesign of the preferences dialog. New options for setting the placement of notebook tabs.
Enrico Tröger
2006-07-02 16:21:35 +00:00
b28e30b389Improved "Find usage", so it displays not "null" for unsaved files in the results, and unsaved file are also clickable.
Enrico Tröger
2006-07-02 11:32:06 +00:00
c1068c02c2For Find Usage, ignore unnamed files (prevents a NULL filename GLib warning)
Nick Treleaven
2006-07-02 11:21:31 +00:00
7f99c7fd0fUse the user settings for toolbar icon size & style
Nick Treleaven
2006-07-01 18:49:44 +00:00
619294490fAdded documentation for indicators and printing support. Updated keybindings actions and compile time options.
Enrico Tröger
2006-07-01 17:41:46 +00:00
8eedcc97e4Save the toolbar icon size when quitting. Set large toolbar icons by default
Nick Treleaven
2006-07-01 17:05:29 +00:00
85d8dcaa39Moved some default values to geany.h.
Enrico Tröger
2006-07-01 15:04:41 +00:00
d6102046a4Deiconify the main window when a new file is opened from the named pipe.
Enrico Tröger
2006-07-01 14:47:08 +00:00
424bfd32caAdded shortcut for Select All.
Enrico Tröger
2006-07-01 14:12:05 +00:00
cee4ebf37cFix a segfault on Go to tag defn/decl if no files have tags. Add utils_find_tm_tag
Nick Treleaven
2006-07-01 13:16:52 +00:00
2aa7ae45a2Add utils_get_current_time_string and fix getting the time string
Nick Treleaven
2006-07-01 12:02:30 +00:00
e1f43a4db0Prevent a segfault if the VTE has not been loaded
Nick Treleaven
2006-07-01 10:44:15 +00:00
be9461a4d2Don't prevent notebook tab focus because this disables the notebook arrows
Nick Treleaven
2006-07-01 10:22:54 +00:00
dc996405a1Forgot to commit this file.
Enrico Tröger
2006-07-01 00:25:34 +00:00
7c9d6df76eImproved settings for the long line marker, it can now be easily disabled or set to highlight the background of too long lines.
Enrico Tröger
2006-06-30 14:28:32 +00:00
22ab86a40bAdded "Select All" menu item.
Enrico Tröger
2006-06-30 13:42:53 +00:00
df49ea7888Finally fixed the second call of the switch_page callback.
Enrico Tröger
2006-06-30 12:56:09 +00:00
1451d8f72dChange the path in the VTE widget when switching between files according to the path of the current file. Process the switch_page callback only once.
Enrico Tröger
2006-06-29 23:51:32 +00:00
3366665030Create a new tm_source_file object if a file is renamed, otherwise tagmanager won't work correctly.
Enrico Tröger
2006-06-29 19:08:21 +00:00
805bdf9675Added function is_opening_brace(). Use is_opening_brace() for better handling of calltips.
Enrico Tröger
2006-06-29 18:22:11 +00:00
cc511a78d8Ignore SIGPIPE to prevent crashes when running external programs.
Enrico Tröger
2006-06-29 17:10:17 +00:00
42a206085eApply fonts in Preferences when they are set and only if they have changed. Rename utils_set_font to utils_set_editor_font. Remove an old comment in document_open_file.
Nick Treleaven
2006-06-29 16:55:29 +00:00
852624b60eRenamed tools settings from build_* in tools_*.
Enrico Tröger
2006-06-29 14:00:09 +00:00
5ffa222e4fFixed a small typo. Skip converting from UTF-8 in UTF-8 when saving. Show an error messages dialog if the conversion into an encoding failed.
Enrico Tröger
2006-06-28 19:27:19 +00:00
3e54b8798eFixed weird behaviour of the recent files list.
Enrico Tröger
2006-06-28 15:18:23 +00:00
0be04e9c2aUpdate because of some trouble with make update-po
Frank Lanitz
2006-06-27 22:15:12 +00:00
43afc1c31eMinor updates and "bugfixes"
Frank Lanitz
2006-06-27 22:01:08 +00:00
3284ca94e3Fixed a crash when auto completion or call tips are used if no filetype was set. Added some sanity checks.
Enrico Tröger
2006-06-27 20:43:04 +00:00
756c47bc97Make Status messages override the document statistics using utils_set_statusbar; don't use a fixed buffer for statistics
Nick Treleaven
2006-06-27 17:07:22 +00:00