log libgui/src/m-editor/file-editor-tab.h @ 18946:0be65bd7f369 gui-release

age author description
Sun, 20 Jul 2014 21:23:32 +0200 Torsten add an user preference for loading changed files without a prompt (bug #42678) gui-release
Mon, 16 Jun 2014 20:30:28 +0200 Torsten save a new file before trying to run it from the editor (bug #42571) gui-release
Mon, 16 Jun 2014 17:40:53 +0200 Torsten propose function name as file name when saving a new file (bug #42568) gui-release
Mon, 16 Jun 2014 12:11:21 +0200 Torsten auto completion offers builtins and file functions for octave (bug #41371) gui-release
Fri, 16 May 2014 20:01:27 +0200 Torsten use editors run selection action for the context menu gui-release
Sun, 27 Apr 2014 19:36:54 +0200 Torsten update enabled status of undo/redo actions in the editor gui-release
Sun, 27 Apr 2014 18:35:19 +0200 Torsten use the actions from the editor for the context menu gui-release
Sun, 27 Apr 2014 15:13:05 +0200 Torsten simplify some code by using scintilla internal commands gui-release
Sun, 27 Apr 2014 13:03:08 +0200 Torsten disable some global shortcuts when editor gets focus to prevent conflicts gui-release
Fri, 18 Apr 2014 13:43:55 +0200 Torsten add some qscintilla actions to the menu and to the shortcut manager gui-release
Thu, 13 Feb 2014 20:39:09 +0100 Torsten add menu entries and shortcuts for zoom functions in the editor (bug #41516) gui-release
Tue, 11 Mar 2014 19:27:23 -0400 John Donoghue gui: Add select all menu (Bug #41797) gui-release
Mon, 17 Feb 2014 20:42:08 +0100 Torsten automatic completion list as user preference (bug #41469) gui-release
Thu, 13 Feb 2014 22:17:44 +0100 Torsten Backed out changeset f01ac1bb8a5d which broke some editor short cuts gui-release
Thu, 13 Feb 2014 20:39:09 +0100 Torsten add menu entries and shortcuts for zoom functions in the editor (bug #41516) gui-release
Tue, 21 Jan 2014 18:11:50 +0100 Julien Bect Warn when saving/running a script whose name is not a valid identifier. gui-release
Sat, 18 Jan 2014 08:50:03 -0500 John Donoghue gui: Add indent/unindent edit menu to editor (Bug #41223) gui-release
Tue, 14 Jan 2014 20:56:57 +0100 Torsten warn when saving or executing a file with spaces in its name (bug #41136) gui-release
Tue, 07 Jan 2014 16:01:44 -0500 John W. Eaton allow the gui editor to set breakpoints in class methods (bug #41126) stable
Thu, 05 Dec 2013 06:49:48 +0100 Torsten allow saving an editor file as the current one (bug #40759) stable
Thu, 21 Nov 2013 21:42:03 +0100 Torsten some code cleanup in file_editor_tab
Thu, 21 Nov 2013 17:17:55 +0100 Torsten fix saving unnamed editor files when closing octave (bug #40637)
Tue, 19 Nov 2013 22:19:41 -0500 John Donoghue GUI: Add statusbar with line/col indicator to editor window (Bug #40626)
Thu, 31 Oct 2013 22:19:07 -0700 Rik maint: Use common #define syntax "octave_filename_h" in h_files.
Tue, 29 Oct 2013 09:54:40 -0700 Rik Use GNU style coding conventions for code in libgui/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 11 Oct 2013 22:46:32 +0200 Torsten Add possibility to run selected text of the editor in the terminal
Fri, 11 Oct 2013 14:12:37 +0200 Torsten Add possibility to edit the function related to the actual keyword in editor
Fri, 11 Oct 2013 13:05:06 +0200 Torsten Add help and documentation on actual keyword to the editor menu
Fri, 07 Jun 2013 23:13:48 +0200 Torsten add help for word at mouse or text cursor to the editors context menu
Sun, 02 Jun 2013 19:17:49 +0200 Torsten commenting selected lines in the editor uses comment string depending on lexer
Sat, 01 Jun 2013 19:40:24 +0200 Torsten make octave lexer the default and dynamically set margin width for line numbers
Sat, 01 Jun 2013 15:10:35 +0200 Torsten save prepared apis info for qscintilla into a path depending on octave version
Mon, 27 May 2013 21:41:57 +0200 Torsten fix restoring editor files from previous session and speedup lexer preparation
Sat, 11 May 2013 18:20:31 +0200 Torsten ask for saving modified editor files if octave is closed (bug #38689)
Fri, 10 May 2013 21:01:02 +0200 Torsten fix running files from file browser's context menu
Thu, 25 Apr 2013 17:57:55 -0400 John W. Eaton preserve pending command line input when running commands from GUI actions
Thu, 25 Apr 2013 12:33:09 -0400 John W. Eaton avoid using bp_info struct in file_editor_tab::file_in_path
Thu, 25 Apr 2013 12:27:01 -0400 John W. Eaton use dir, not path, to refer to directory name
Tue, 23 Apr 2013 21:43:25 -0400 John W. Eaton style fixes
Fri, 19 Apr 2013 17:36:40 -0400 John W. Eaton improve debugging with the GUI
Sat, 06 Apr 2013 23:58:58 -0400 John Donoghue add create script context menu to history window
Sat, 06 Apr 2013 13:06:40 -0400 John W. Eaton rename dbstop -> breakpoint in GUI interface functions
Thu, 04 Apr 2013 22:22:17 -0400 John Donoghue Add editor print menu/toolbutton implementation
Wed, 03 Apr 2013 00:10:56 -0400 Daniel J Sebald remove _terminal pointer from main_window, it is contained by other Qt object
Fri, 29 Mar 2013 22:37:01 -0400 John W. Eaton also provide a hook for exiting debugger
Thu, 28 Mar 2013 17:01:43 +0100 Torsten gui: add shortcut for goto line action in the editor and center the target line
Thu, 28 Mar 2013 03:20:25 -0400 John W. Eaton callbacks to set markers in editor using command line dbstop function
Wed, 27 Mar 2013 12:59:12 -0400 John W. Eaton open editor tab and insert marker for debugging with gui
Wed, 27 Mar 2013 00:44:04 -0400 John Donoghue editor goto line menu item (bug #38590)
Tue, 12 Mar 2013 19:03:07 -0700 Rik build: Use AMCOND to build GUI editor if Qscintilla available.
Tue, 12 Mar 2013 14:53:34 -0700 Rik build: Add more #ifdefs to build GUI when Qscintilla is not present.
Fri, 08 Feb 2013 16:05:04 +0100 Torsten gui: clearer message box with cancel button when closing an unsaved editor file
Sun, 27 Jan 2013 18:44:53 -0600 Daniel J Sebald Add full-length-name tool tip to editor file tab when name is not full length.
Sat, 26 Jan 2013 20:33:46 +0100 Torsten gui: set keyboard focus when switching between dock widgets (bug #36957)
Fri, 28 Dec 2012 15:01:08 +0100 Torsten editor: add list of recently used files to the file menu
Sun, 23 Dec 2012 14:33:48 -0600 Daniel J Sebald Redo portions of file editor to use more signals/slots rather than casting.
Thu, 20 Sep 2012 04:08:53 -0500 Daniel J Sebald Retain QsciAPIs lexer_api as part of lexer_octave_gui object (bug #37359)
Mon, 17 Sep 2012 23:07:22 -0400 John W. Eaton refactor GUI event handling to use new event_queue class
Fri, 14 Sep 2012 11:14:27 -0400 John W. Eaton merge event_accepted and event_reject into a single function