Commit Graph

  • aff3e4f9dc Don't include geany.h Nick Treleaven 2006-07-20 21:16:12 +00:00
  • a636badc59 Updated. Enrico Tröger 2006-07-20 18:21:07 +00:00
  • bc452b21ed Unset fold.compact setting. Enrico Tröger 2006-07-20 18:18:05 +00:00
  • 7ca6a95119 Update of Belarusian translation Enrico Tröger 2006-07-20 18:17:34 +00:00
  • c417607f27 Share find/replace common checkbox setup code Nick Treleaven 2006-07-20 14:52:26 +00:00
  • 0576bf920a Commented out some keys not working Nick Treleaven 2006-07-20 14:02:51 +00:00
  • e859c03c96 Added 3 more items discussed on the ML Nick Treleaven 2006-07-20 14:02:27 +00:00
  • b87c37da1e Update of Polish translation. Enrico Tröger 2006-07-19 17:51:42 +00:00
  • 6071e141eb Update of catalog and German translation. Enrico Tröger 2006-07-19 12:13:15 +00:00
  • 8b09a2935d Improved replacing escape sequences in Find and Replace dialog (thanks to Stefan Oltmanns). Enrico Tröger 2006-07-19 11:30:59 +00:00
  • c6c0cb816e Fixed typo. Enrico Tröger 2006-07-19 10:55:11 +00:00
  • 73a55f7ee2 Highlighting of current line can be disabled. Enrico Tröger 2006-07-19 09:45:56 +00:00
  • 0e4e014759 Compile 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
  • b9f6cf6987 Use 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
  • 5f05ba684a Fix 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
  • 5325b81788 Reverted last change, we want to use xmlto. Enrico Tröger 2006-07-18 12:28:04 +00:00
  • cb006f8068 Restored original order of the encodings, kept the sorted order in the document menu. Enrico Tröger 2006-07-18 12:27:36 +00:00
  • 7bbccd884d Added option to replace escape sequences in Find and Replace dialog. Enrico Tröger 2006-07-18 10:48:51 +00:00
  • c00a9decca Fixed endless loop. Enrico Tröger 2006-07-17 19:48:42 +00:00
  • 1b0b22a210 Use real length of data instead of -1. Enrico Tröger 2006-07-17 19:24:35 +00:00
  • 6dd6175369 Moved external appendix elements to geany.docbook to validate ok Nick Treleaven 2006-07-17 14:17:37 +00:00
  • a037ad09b0 Added 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
  • 5025efb07a Remove invalid DocBook xrefs and add scikeybinding.docbook to EXTRA_DIST Nick Treleaven 2006-07-17 11:23:13 +00:00
  • 6516c31a6a Moved 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
  • 6a9c283cb9 Moved HTML entities from sci_cb.h to data/html_entities.tags. Enrico Tröger 2006-07-16 22:02:31 +00:00
  • 77ef665218 Removed code for alternative scrolling(it was not better). Enrico Tröger 2006-07-16 21:31:09 +00:00
  • f481b55f46 Added 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
  • 8e2430ac8a Added missing mnemonics to file menu. Enrico Tröger 2006-07-16 18:58:57 +00:00
  • c9d7f1062a Reordered encodings in the file menu, divided into subregions. Enrico Tröger 2006-07-16 18:46:53 +00:00
  • 2032b6b7aa Added Scintilla keyboard commands appendix taken from the SciTE documentation section 'Keyboard Commands' Nick Treleaven 2006-07-16 15:33:14 +00:00
  • 4300a7496a Fix applying vte settings on startup and prevent the message window vertical scrollbar being hidden Nick Treleaven 2006-07-15 19:10:37 +00:00
  • 0a795b2d82 Toolbar items for file operations can also be hidden. Enrico Tröger 2006-07-15 18:15:30 +00:00
  • 686c4747eb Update, add "allow use of custom global tags files" Nick Treleaven 2006-07-15 12:40:12 +00:00
  • f21e623e27 Show auto completion list immediately when called by a keybinding. Enrico Tröger 2006-07-15 12:38:45 +00:00
  • b266eedb57 Updated Make command names and keybindings Nick Treleaven 2006-07-15 12:34:56 +00:00
  • 272548c8d8 Update by brahmann Enrico Tröger 2006-07-15 12:23:48 +00:00
  • e719640914 Add keybinding for Find in files Nick Treleaven 2006-07-15 11:17:23 +00:00
  • 09d5b5fdd9 remove unneeded header Nick Treleaven 2006-07-14 16:59:07 +00:00
  • d97a1b476b Use locale encoding for Find in files and remember previous searches. Nick Treleaven 2006-07-14 16:58:25 +00:00
  • 4b85d71eb8 Give accurate message on finishing finding in files Nick Treleaven 2006-07-14 15:50:29 +00:00
  • 52e2376982 Fix some signed comparison warnings Nick Treleaven 2006-07-14 13:47:03 +00:00
  • 1b122c6bc6 Fixed wrong charset detection on UTF-8 (and maybe other) systems. Enrico Tröger 2006-07-14 10:48:02 +00:00
  • b3b50b4182 Fixed autocompletion for filetype C++. Enrico Tröger 2006-07-14 10:15:12 +00:00
  • 07f1982d8c Remove unwanted tooltip for the menubar. Nick Treleaven 2006-07-13 19:49:33 +00:00
  • 1c8d62ed5d Added basic Find in files search functionality. Nick Treleaven 2006-07-13 14:30:44 +00:00
  • a1da3923df Added return value and tag name to the calltip. Enrico Tröger 2006-07-11 17:44:42 +00:00
  • a35f5c415f Forget a change. Enrico Tröger 2006-07-11 14:18:35 +00:00
  • 100987ee91 Improved 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
  • 1ae05d6a35 Prefix command-line opened files with the current directory so relative paths will work better Nick Treleaven 2006-07-11 13:48:24 +00:00
  • a1bca612ae Added "Replace in all open files" option in the replace dialog. Enrico Tröger 2006-07-10 16:46:29 +00:00
  • 3539ab4038 Autocompletion only works on blank lines. Enrico Tröger 2006-07-10 16:02:17 +00:00
  • 6cc29173be Added new filetype D(patch by Christop Berg, thanks). Enrico Tröger 2006-07-09 14:41:53 +00:00
  • 2e31c57b44 Compile notebook_motion_notify_event_cb() only with GTK 2.6. Enrico Tröger 2006-07-08 18:23:20 +00:00
  • 82efaa626f Improve switching out of fullscreen after startup Nick Treleaven 2006-07-08 17:37:41 +00:00
  • 701929eb2d Fix saving the terminal tool on quitting Nick Treleaven 2006-07-08 16:59:08 +00:00
  • 1312904586 Update of catalog, update of German translation, update of Russian translation Enrico Tröger 2006-07-08 15:14:46 +00:00
  • f79a4287a0 Made encoding descriptions translatable. Enrico Tröger 2006-07-08 14:44:18 +00:00
  • 0f061ee31a Improved 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
  • 87dda1b74e Fixed bug when saving VTE settings. Enrico Tröger 2006-07-06 22:06:56 +00:00
  • d9361d4328 Add keybinding for Make object, update Make descriptions Nick Treleaven 2006-07-06 09:43:10 +00:00
  • 6ddd449683 Add 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
  • 7c3ff94fc7 Make sci_goto_line_scroll work better with line wrapping and folding Nick Treleaven 2006-07-05 12:37:46 +00:00
  • 58efd38deb Don't include SciLexer.h in geany.h Nick Treleaven 2006-07-04 21:31:08 +00:00
  • 505bcb8f58 Added 6 items for v1.0 Nick Treleaven 2006-07-04 20:20:45 +00:00
  • 60b7f681d7 Scroll to 1/4 of visible lines when going to a line number. Nick Treleaven 2006-07-03 12:58:58 +00:00
  • 2b73b12cb7 Fix a problem with the recent files menu Nick Treleaven 2006-07-03 12:06:13 +00:00
  • 7f481ca16b Fixed wrong dependency in target 'install'. Enrico Tröger 2006-07-03 11:31:00 +00:00
  • d7160f7f0b Added new translation for pt_BR (thanks Alexandre Moreira). Enrico Tröger 2006-07-02 19:11:45 +00:00
  • 086aeb4c4c Added option to disable the VTE follows path feature. Enrico Tröger 2006-07-02 18:34:03 +00:00
  • ec7becfe00 Minor improvements. Enrico Tröger 2006-07-02 18:12:34 +00:00
  • f1529b0435 Little 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
  • b28e30b389 Improved "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
  • c1068c02c2 For Find Usage, ignore unnamed files (prevents a NULL filename GLib warning) Nick Treleaven 2006-07-02 11:21:31 +00:00
  • 7f99c7fd0f Use the user settings for toolbar icon size & style Nick Treleaven 2006-07-01 18:49:44 +00:00
  • 619294490f Added documentation for indicators and printing support. Updated keybindings actions and compile time options. Enrico Tröger 2006-07-01 17:41:46 +00:00
  • 8eedcc97e4 Save the toolbar icon size when quitting. Set large toolbar icons by default Nick Treleaven 2006-07-01 17:05:29 +00:00
  • 85d8dcaa39 Moved some default values to geany.h. Enrico Tröger 2006-07-01 15:04:41 +00:00
  • d6102046a4 Deiconify the main window when a new file is opened from the named pipe. Enrico Tröger 2006-07-01 14:47:08 +00:00
  • 424bfd32ca Added shortcut for Select All. Enrico Tröger 2006-07-01 14:12:05 +00:00
  • cee4ebf37c Fix 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
  • 2aa7ae45a2 Add utils_get_current_time_string and fix getting the time string Nick Treleaven 2006-07-01 12:02:30 +00:00
  • e1f43a4db0 Prevent a segfault if the VTE has not been loaded Nick Treleaven 2006-07-01 10:44:15 +00:00
  • be9461a4d2 Don't prevent notebook tab focus because this disables the notebook arrows Nick Treleaven 2006-07-01 10:22:54 +00:00
  • dc996405a1 Forgot to commit this file. Enrico Tröger 2006-07-01 00:25:34 +00:00
  • 7c9d6df76e Improved 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
  • 22ab86a40b Added "Select All" menu item. Enrico Tröger 2006-06-30 13:42:53 +00:00
  • df49ea7888 Finally fixed the second call of the switch_page callback. Enrico Tröger 2006-06-30 12:56:09 +00:00
  • 1451d8f72d Change 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
  • 3366665030 Create 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
  • 805bdf9675 Added function is_opening_brace(). Use is_opening_brace() for better handling of calltips. Enrico Tröger 2006-06-29 18:22:11 +00:00
  • b3dd894a5e Implemented simple printing support. Enrico Tröger 2006-06-29 17:14:52 +00:00
  • cc511a78d8 Ignore SIGPIPE to prevent crashes when running external programs. Enrico Tröger 2006-06-29 17:10:17 +00:00
  • 42a206085e Apply 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
  • 852624b60e Renamed tools settings from build_* in tools_*. Enrico Tröger 2006-06-29 14:00:09 +00:00
  • 5ffa222e4f Fixed 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
  • 3e54b8798e Fixed weird behaviour of the recent files list. Enrico Tröger 2006-06-28 15:18:23 +00:00
  • 0be04e9c2a Update because of some trouble with make update-po Frank Lanitz 2006-06-27 22:15:12 +00:00
  • 43afc1c31e Minor updates and "bugfixes" Frank Lanitz 2006-06-27 22:01:08 +00:00
  • 3284ca94e3 Fixed 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
  • 756c47bc97 Make 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