Commit Graph

  • d05945cfa1 Convert Unicode strings to wide characters to avoid weird display. Enrico Tröger 2006-07-25 00:09:28 +00:00
  • 7569b71749 -Convert Unicode strings to wide characters to avoid weird display. Enrico Tröger 2006-07-24 23:56:50 +00:00
  • 6bebea40d4 Wait for Save as dialog to run before closing tab Nick Treleaven 2006-07-24 21:18:06 +00:00
  • e1f79b7d3e Added menu item to the document menu to add/remove BOM. Enrico Tröger 2006-07-24 20:23:56 +00:00
  • 088880208b Change 2 paths to use G_DIR_SEPARATOR_S Nick Treleaven 2006-07-24 19:56:37 +00:00
  • 7ec96dec29 Changed call of document_open(). Enrico Tröger 2006-07-24 18:07:14 +00:00
  • d28a007bbf Fixed some cross compiling/Win32 issues. Enrico Tröger 2006-07-24 18:05:40 +00:00
  • a4031849f7 Changed email addresses(too late) Enrico Tröger 2006-07-24 17:56:16 +00:00
  • c67bd70d53 Use tab reorder workaround only if GTK runtime <2.8 Nick Treleaven 2006-07-24 17:30:08 +00:00
  • c45b6c6b24 Use generic font names & increase the default size Nick Treleaven 2006-07-24 17:27:30 +00:00
  • 2ca139c24c Let Find usage search for the current selection if there is one. Enrico Tröger 2006-07-23 20:26:57 +00:00
  • 833ee0a50b Fixed misspelling. Enrico Tröger 2006-07-23 16:00:46 +00:00
  • ab05f39d24 Renamed document element unicode_bom in has_bom. Enrico Tröger 2006-07-23 15:45:05 +00:00
  • 5a97fb2d0e Fixed some mistakes from last commit. Enrico Tröger 2006-07-23 13:14:23 +00:00
  • f3d72d6e33 Search terminal program in PATH (closes #1527203). Enrico Tröger 2006-07-23 08:34:51 +00:00
  • 063c703225 Fix a warning when updating open files treeview. Nick Treleaven 2006-07-22 19:27:12 +00:00
  • e389341f6c Make Find and Replace dialogs more compact Nick Treleaven 2006-07-22 19:11:58 +00:00
  • 285cda8924 Keep the list of open files in sync when reordering notebook tabs. Enrico Tröger 2006-07-22 14:36:20 +00:00
  • e538244874 Added *.cfg as extension for config files. Enrico Tröger 2006-07-22 14:06:33 +00:00
  • b56ea420b1 Added *.cfg as extension for config files. Enrico Tröger 2006-07-22 13:52:07 +00:00
  • fed621e445 Fixed two issues when showing / hiding the sidebar. Enrico Tröger 2006-07-22 11:09:48 +00:00
  • 7631a8eb46 Oops, forgot these files. Enrico Tröger 2006-07-22 02:07:30 +00:00
  • 0ba2c566da Oops, forgot these files. Enrico Tröger 2006-07-22 02:06:30 +00:00
  • 4ec2bd121b Added Unicode BOM detection. Added "Reload as" menu item to force opening a file with a specified encoding(both were patches from Stefan Oltmanns). Enrico Tröger 2006-07-22 01:29:10 +00:00
  • b625529c8b Prevent using Find in files for unnamed files Nick Treleaven 2006-07-21 19:35:33 +00:00
  • 978a6fee93 Added menu item View->Show Sidebar and improved code around it. Enrico Tröger 2006-07-21 11:41:33 +00:00
  • 96a4a059df Added Find button to Replace dialog to skip a match; Change Replace button to find first & use current selection; Ask whether to wraparound when replacing and no next match is found Nick Treleaven 2006-07-20 21:19:18 +00:00
  • 43cae0b24a Moved GEANY_RESPONSE_* to callbacks.h Nick Treleaven 2006-07-20 21:17:17 +00:00
  • 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