Commit Graph

  • 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
  • f6752778f4 Add support for parsing compiler output for LaTeX with latex's --file-line-error-style command line argument. Removed unneeded function utils_free_ptr_array(). Enrico Tröger 2006-06-27 15:31:32 +00:00
  • 99bb4a9977 Parse stdout of compiler output too. Enrico Tröger 2006-06-27 15:29:33 +00:00
  • 38f92379da Add recent files items in the same order as they were saved. Remove app->recent_files and use g_strfreev in keyfile.c Nick Treleaven 2006-06-27 15:24:39 +00:00
  • 8823f2dbe5 Some small tagmanager fixes. Enrico Tröger 2006-06-26 17:48:27 +00:00
  • f741c89b4f Fixed bug which prevented tag creation for the first opened file. Removed unused code. Enrico Tröger 2006-06-26 17:44:18 +00:00
  • 590974e3ba Add mk pattern for Makefile. Enrico Tröger 2006-06-26 16:22:37 +00:00
  • 2269d3d47e Reload also the symbol list when reloading a file. Changed some titles to plural. Added own definitions for filetype Python. Enrico Tröger 2006-06-26 16:19:28 +00:00
  • 3188cf2d56 Fixed broken auto completion for switch(). Enrico Tröger 2006-06-26 16:17:57 +00:00
  • add773c88c Fix a possible segfault on quitting caused by processing GTK messages before status messages Nick Treleaven 2006-06-26 15:49:07 +00:00
  • 5b4f2b5280 Minor update of ru.po Frank Lanitz 2006-06-25 20:30:33 +00:00
  • 8e5e2ec065 Add clipboard functionality for Scribble widget Nick Treleaven 2006-06-25 20:18:24 +00:00
  • d4405d5856 Add clipboard functionality for find and go to line widgets Nick Treleaven 2006-06-25 19:57:07 +00:00
  • 3606119da8 Fixed wrong line numbers for found tags. Enrico Tröger 2006-06-25 17:50:34 +00:00
  • 4a8efb4d80 Remember the active page when toggling the sidebar. Simplified code for toggling messages window. Enrico Tröger 2006-06-25 17:02:27 +00:00
  • 3659643917 Added license notice Scintilla. Enrico Tröger 2006-06-25 14:43:09 +00:00
  • 93a9a2bd8a Fix close tab button bug introduced in last commit Nick Treleaven 2006-06-25 12:48:38 +00:00
  • efe658834e Enable drag reordering of tabs for GTK+2.8, and a temporary workaround for GTK+2.6. Add notebook_new_tab and update document_create_new_sci to use it; also remove on_tab_close_clicked Nick Treleaven 2006-06-25 12:13:35 +00:00
  • 96329e53a5 Added Scintilla license file. Enrico Tröger 2006-06-24 19:37:43 +00:00
  • 378d614885 Added some sanity checks to prevent crashes. Enrico Tröger 2006-06-24 18:46:08 +00:00
  • 01ace30125 Removed URL highlighting code(useless feature, never was enabled). Set policy settings for the scolledwindow. Enrico Tröger 2006-06-24 18:43:56 +00:00
  • 570793a6ef Added global auto completion tags for PHP and LaTeX. Enrico Tröger 2006-06-24 14:42:56 +00:00
  • 3a435bf29e Replaced 'blank' by 'include "..."'. Fixed a bug in utils_brace_match() which prevents correctly matching. Made auto completion work only for the current filetype (i.e. it hides symbols from other filetypes). Removed unneeded code. Enrico Tröger 2006-06-24 14:36:35 +00:00
  • a16fabec77 Add a timestamp to messages in the Status window (closes request #1509908) Nick Treleaven 2006-06-23 14:00:22 +00:00
  • b66243f1e1 Reorganised C include file items, added C++ headers. Insert include statements and comment templates at mouse pointer position instead of cursor position. Enrico Tröger 2006-06-22 14:29:55 +00:00
  • 1ae59a6f9a Updated Scintilla to version 1.70. Enrico Tröger 2006-06-21 23:15:54 +00:00
  • f375a6be68 Added missing shortcut for "Close". Added option in the preferences dialog to replace tabs by spaces when saving a file. Added option for default encoding for new files. Enrico Tröger 2006-06-21 18:54:07 +00:00
  • e6caa033eb Also show status messages on the status bar Nick Treleaven 2006-06-20 14:54:09 +00:00
  • 13b673d8ed Go back to the same line when reloading. Fix start selection bug when clicking in the current file if it has changed Nick Treleaven 2006-06-20 11:55:34 +00:00
  • 2b362ef8a7 Implemented encoding support to switch between different encodings. Enrico Tröger 2006-06-19 18:31:17 +00:00
  • 898d3628a6 Set svn:ignore for geany.1, libtagmanager.a, libscintilla.a Nick Treleaven 2006-06-19 16:21:52 +00:00
  • 2d77d6ffbd Removed uneeded .cvsignore files Enrico Tröger 2006-06-19 15:00:29 +00:00
  • 56ac0dfa87 Added translator credits. Enrico Tröger 2006-06-19 14:50:10 +00:00
  • d1f31d3abb Added Spanish translation; Minor updates Frank Lanitz 2006-06-19 13:41:05 +00:00
  • a59a4ae006 Don't open files or go to errors automatically whilst compiling. Rename utils_goto_workspace_tag to utils_goto_file_line Nick Treleaven 2006-06-19 13:27:09 +00:00
  • f8c92268f7 Use correct current_word buffer for popup menu item keybindings; also use GEANY_MAX_WORD_LENGTH Nick Treleaven 2006-06-18 20:21:19 +00:00
  • 67ac0f1888 Fixed a segfault when pressing shortcut for "Find Usage" and there is no open file. Removed unneeded label padding. Enrico Tröger 2006-06-18 17:14:32 +00:00
  • e77a953d95 Show shortcut keys for Undo/Redo and popup items Nick Treleaven 2006-06-18 17:05:09 +00:00
  • c73f07a713 Set toolbar Compile text, Execute icon, insert 2 separators; Rearrange 2 menu items; some minor text changes Nick Treleaven 2006-06-18 16:18:05 +00:00
  • 34434851ee Make Keyboard shortcuts dialog scrollable Nick Treleaven 2006-06-18 12:19:30 +00:00
  • e07a1a8387 Add keybindings for Find Usage, Go to definition/declaration, based on the current cursor position. Also ensure null termination in utils_find_current_word Nick Treleaven 2006-06-17 21:08:47 +00:00
  • 7b0f931a2f Set default keybindings for switch page left/right; also group toggle sidebar keybinding with toggle messages Nick Treleaven 2006-06-17 17:05:41 +00:00
  • 6aad889e3c Fixed styling for unmatched braces Nick Treleaven 2006-06-17 16:08:20 +00:00
  • 0c9a5af71e Made Duplicate Line command duplicate selection if present Nick Treleaven 2006-06-17 15:39:47 +00:00
  • e885f520ed Don't include keybindings.h in geany.h Nick Treleaven 2006-06-16 19:58:26 +00:00
  • 6010e5bf13 Cache the current function name for efficiency in utils_get_current_function, other related fixes Nick Treleaven 2006-06-16 17:11:09 +00:00
  • 6f864d888d build.c: Delete all indicators when starting a new compilation. highlighting.c: Added keys for linenumber and folding margin, added key for inverting all colours(if you like dark background). Enrico Tröger 2006-06-16 14:28:53 +00:00
  • 3b559efbdb Execute: only save file if the run command uses it Nick Treleaven 2006-06-16 13:15:28 +00:00
  • 14e6966568 Added currently disabled drag reordering of notebook tabs Nick Treleaven 2006-06-16 11:17:52 +00:00
  • 26d1a9c028 Fixed a bug which breaks "make install" when xmlto is not installed. Enrico Tröger 2006-06-15 17:31:54 +00:00
  • 2a09ed0ea7 Fixed a bug at opening files when clicking on compiler error messages(thanks Yura Semashko). Enrico Tröger 2006-06-15 12:57:07 +00:00
  • b7fcb759cb Added new translations; bugfixes Frank Lanitz 2006-06-14 10:12:21 +00:00
  • ba64317cef po/be.po: Updated fuzzy entries, fixed a lot of errors, added missing translations Frank Lanitz 2006-06-13 21:35:21 +00:00
  • 9c77b56d2a Implemented code for setting indicators while compiling. Enrico Tröger 2006-06-13 20:03:44 +00:00
  • 73384bb248 Implemented code for setting indicators while compiling. Enrico Tröger 2006-06-13 19:37:21 +00:00
  • ef3deeb742 Improved and finished switching between files when clicking on compiler error messages. Enrico Tröger 2006-06-13 15:49:19 +00:00
  • 11c888b2d7 Renamed target html/index.html in htmldoc, added geany.xsl to EXTRA_DIST. Removed appendix for keybindings, updated section keybindings to new action identifiers. Enrico Tröger 2006-06-13 14:51:43 +00:00
  • d3318ac1f0 oops. catalog forgotten Frank Lanitz 2006-06-13 09:10:07 +00:00
  • 02dc14374c Minor update of de.po and ru.po Frank Lanitz 2006-06-13 09:08:08 +00:00
  • 0fcd8c5483 Added missing mnemonic to build menu item. Enrico Tröger 2006-06-12 20:19:19 +00:00
  • 0603ee5ef2 Added translator credits. Defined N_() again, so command line args are really translatable. Enrico Tröger 2006-06-12 13:17:11 +00:00
  • a82fd0c648 Added Belarussian and Russian translation Frank Lanitz 2006-06-12 12:10:22 +00:00
  • c4125cf12f document_open_file() returns the index of the opened file. Open or switch to files when clicking on compiler error messages and the error message mentions another file than the opened one. Enrico Tröger 2006-06-11 22:39:11 +00:00
  • c9ba23bfff Oops, forgot it. Enrico Tröger 2006-06-11 19:04:17 +00:00
  • e8cb22a8d7 Improved the handling of GIOChannels(for named pipes), ensure they are closed in a proper way. Enrico Tröger 2006-06-11 19:03:39 +00:00
  • 886b90f3d0 Fixed a segfault in document_find_by_filename(). Enrico Tröger 2006-06-11 14:08:10 +00:00
  • aa977cd821 Added some mnemonics in the file menu. Enrico Tröger 2006-06-11 11:14:11 +00:00
  • 43bc6843bb Fixed an issue, which let the build menu item insensitive once a new file w/o template was opened. Replaced "/" by G_DIR_SEPARATOR_S. Enrico Tröger 2006-06-11 11:13:14 +00:00
  • 89993492c3 Made preferences dialog transient for the main window. Enrico Tröger 2006-06-10 16:22:51 +00:00
  • 5aab71bb88 Made command line options translatable, hide compiler message treeview under Win32. Enrico Tröger 2006-06-10 14:38:45 +00:00
  • a693e0a6dd Added additional patterns to detect configure scripts as Shell scripts Enrico Tröger 2006-06-10 14:37:24 +00:00
  • e14cbbae1c Added labels for each defined shortcut to have a nicer representation in the dialogs. Hide make and terminal settings in the preferences dialog under Windows. Enrico Tröger 2006-06-08 15:12:55 +00:00
  • d0c41ab9dc Some improvements, corrected download URL. Enrico Tröger 2006-06-08 14:59:23 +00:00