log libgui/src/m-editor/file-editor.h @ 31649:deb553ac2c54

age author description
Tue, 06 Dec 2022 15:45:27 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:53:00 -0500 John W. Eaton maint: Re-indent code after switch to using namespace macros. stable
Tue, 06 Dec 2022 15:37:43 -0500 John W. Eaton maint: Merge stable to default.
Tue, 06 Dec 2022 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. stable
Fri, 02 Dec 2022 14:23:53 -0500 John W. Eaton use individual local gui_settings objects
Wed, 10 Aug 2022 22:24:58 +0200 Torsten Lilge also restore bookmarks when restoring an editor session at startup
Tue, 15 Feb 2022 18:57:16 +0100 Torsten Lilge fix updating the name of renamed editor files
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 29 Nov 2021 15:58:51 -0800 Rik maint: style check C++ files in src/ and libgui/ ahead of 7.1 release. stable
Sun, 30 May 2021 14:42:36 +0200 Torsten Lilge fix auto completion in default empty script of GUI editor (bug #60689)
Sat, 29 May 2021 16:12:33 +0200 Torsten Lilge fix signal connection to grand parent
Mon, 24 May 2021 20:05:23 +0200 Torsten Lilge fix enabled state of editor save action depending on modification state
Mon, 03 May 2021 13:30:29 -0400 John W. Eaton eliminate more child to parent signal/slot connections
Thu, 22 Apr 2021 12:52:14 -0400 John W. Eaton where possible, use default destructors in GUI classes
Mon, 29 Mar 2021 19:37:59 +0200 Torsten Lilge provide a tab context menu entry for copying the full path of an editor file
Sun, 14 Mar 2021 22:45:42 +0100 Torsten Lilge fix en-/disabling some editor actions depending on file type (bug #60214)
Wed, 17 Feb 2021 13:14:55 -0800 Rik maint: merge stable to default.
Sun, 14 Feb 2021 22:48:19 +0100 Torsten Lilge fix restoring editor session after having closed all tabs (bug #60051) stable
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 20 Nov 2020 23:25:42 +0100 Torsten Lilge fix alt-key stealing focus from current dock widget in gui
Sun, 27 Sep 2020 20:26:16 +0200 Torsten Lilge show value in editor when hovering over variable in debug mode (bug #56990)
Tue, 26 May 2020 06:59:45 +0200 Torsten Lilge fix focus issues in editor due to qt bug with focus proxy chains (bug #57635) stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Sat, 21 Dec 2019 20:23:51 +0100 Torsten Lilge replacing literals for editor prefs by symbolic constants
Sun, 08 Dec 2019 21:39:57 +0100 Torsten Lilge only one find dialog for all editor tabs (bug #57238)
Thu, 07 Nov 2019 10:03:25 +0100 Torsten Lilge fix broken storing of editor session data at shutdown
Tue, 05 Nov 2019 00:44:16 -0500 John W. Eaton eliminate some unused signals and slots in the file editor
Tue, 05 Nov 2019 00:25:23 -0500 John W. Eaton return pointer to file_editor_tab from file_editor::find_tab_widget
Mon, 04 Nov 2019 17:05:09 -0500 John W. Eaton eliminate static variable in file_editor_tab class
Mon, 04 Nov 2019 13:34:44 -0500 John W. Eaton in GUI objects, store reference to base_qobject instead of resource_manager
Fri, 01 Nov 2019 18:16:49 -0400 John W. Eaton don't use singleton pattern for resource manager in GUI
Fri, 01 Nov 2019 02:17:13 -0400 John W. Eaton use new gui_settings class instead of using QSettings directly
Fri, 01 Nov 2019 09:26:22 +0100 Torsten Lilge fix saving modified files when closing editor tabs or octave
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Thu, 12 Sep 2019 17:01:34 -0400 John W. Eaton connect signals when creating file_editor_tab in file editor
Wed, 07 Aug 2019 19:21:35 +0200 Torsten Lilge allow to sort editor tabs alphabetically (bug #42602)
Mon, 22 Jul 2019 22:20:56 +0200 Torsten Lilge prevent gui from catching focus when its desktop workspace becomes active
Tue, 14 May 2019 22:41:32 +0200 Torsten Lilge fix visibility of find dialog when editor is docked/undocked (bug #5)
Wed, 01 May 2019 12:33:55 +0200 Torsten Lilge fix enabled copy action in editor without selected text
Thu, 18 Apr 2019 21:14:39 +0200 Torsten Lilge use tab icon for indicating a modified editor file (bug #56158)
Sun, 10 Mar 2019 19:51:26 +0100 Torsten Lilge save & run action in editor now also continues in debug mode (bug #44730)
Sun, 10 Mar 2019 16:40:35 +0100 Torsten Lilge debug step starts script if not already running in debug mode (bug #44728)
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 03 Oct 2018 17:00:36 +0200 Torsten editor: adding cmd objects to the cmd queue instead signaling the command
Sun, 05 Aug 2018 21:45:08 +0200 Torsten preserve tab position and line when reloading renamed editor file (bug #49322)
Sat, 21 Apr 2018 22:27:17 +0200 Torsten open files in correct order when restoring editor session (bug #53711) stable
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sun, 11 Feb 2018 10:57:46 +0100 Torsten use tab navigation from tab_bar in file editor
Fri, 09 Feb 2018 14:52:29 -0500 John W. Eaton * file-editor.cc: More style fixes.
Fri, 09 Feb 2018 13:56:34 -0500 John W. Eaton move GUI file editor classes inside octave namespace
Fri, 09 Feb 2018 19:57:39 +0100 Torsten style fixes for file editor
Sat, 03 Feb 2018 09:51:34 +0100 Torsten move derived tab bar from editor and doc viewer into separate file
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 28 Dec 2017 21:13:49 +0100 Torsten Allow commenting with manually selected comment strings (bug #52695):
Tue, 14 Nov 2017 16:52:42 -0500 John W. Eaton smart indentation for selections or current line in code editor
Fri, 22 Sep 2017 03:04:23 +0200 Torsten Backed out changeset ba164db1c4a4
Sun, 17 Sep 2017 05:52:33 +0200 Torsten close/reload editor tab when file is (re)moved in gui terminal (bug #43922)
Thu, 07 Sep 2017 00:32:15 -0400 John W. Eaton style fixes for GUI editor
Tue, 15 Aug 2017 22:00:06 +0200 Torsten reload editor files when removing was not successful (bug #43922)
Sun, 13 Aug 2017 17:35:59 +0200 Torsten reload editor tabs when the path is renamed in file browser (bug #43922)
Sun, 13 Aug 2017 10:08:18 +0200 Torsten reload editor tab when related file is renamed in file browser (bug #43922)
Fri, 11 Aug 2017 22:21:49 +0200 Torsten close editor tab when related file is deleted in file browser (bug #43922)
Thu, 10 Aug 2017 21:57:53 +0200 Torsten editor: use function instead several occurrences of identical code
Fri, 12 May 2017 12:51:23 +0200 Torsten restore last editor session not before octave is ready
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
Mon, 24 Apr 2017 14:38:34 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Tue, 11 Apr 2017 08:00:23 +0200 Torsten improve opening files from gui when built without qscintilla (bug #39179)
Mon, 10 Apr 2017 07:02:42 +0200 Torsten Backed out changeset 7332287221a9
Sun, 09 Apr 2017 22:21:46 +0200 Torsten Backed out changeset 2cee3976d88f
Sun, 09 Apr 2017 20:08:15 +0200 Torsten provide open file dialog even when built without qscintilla (bug #39179)
Sun, 09 Apr 2017 07:46:46 +0200 Torsten improve usage without qscintilla by external editor interface (bug #39179)
Tue, 21 Mar 2017 20:25:26 +0100 Torsten provide a context menu for the tab bar of the editor (bug #44605)
Sun, 19 Mar 2017 09:41:35 +0100 Torsten allow double left click for closing tabs in the file editor (bug #44605)
Tue, 14 Mar 2017 23:20:02 +0100 Torsten Allow to close an editor tab with the middle mouse button (bug #44605)
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Sun, 19 Feb 2017 12:06:23 +0100 Torsten add preference for closing files when editor is closed/hidden (bug #50106)
Wed, 08 Feb 2017 07:54:28 +0100 Torsten unhide editor when a file was changed by an external application (bug #50106)
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Wed, 18 Jan 2017 17:36:36 -0800 Rik maint: Use space after function name/before parenthesis in libgui.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 06 Oct 2016 12:10:22 -0400 John W. Eaton maint: minor style fixes for C++ code. stable
Wed, 31 Aug 2016 12:20:46 -0700 Rik maint: Style check C++ code in libgui/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 25 Mar 2016 14:28:40 +1100 Lachlan Andrew Enable shortcuts for find next / find previous
Sat, 06 Feb 2016 07:32:37 -0800 Rik maint: Clean up naming and indentation of #ifdef blocks in libgui
Sat, 30 Jan 2016 10:13:34 +1100 Lachlan Andrew Gui support for enhancement of dbstop.
Tue, 12 Jan 2016 21:45:58 +0100 Torsten fix issues when restoring breakpoints and closing tabs or whole application
Mon, 28 Dec 2015 20:35:51 +0100 Torsten add a menu entry for showing/hiding the editor horizontal scrollbar
Mon, 28 Dec 2015 19:50:49 +0100 Torsten add a menu entry for showing/hiding the editor status bar
Mon, 28 Dec 2015 16:44:10 +0100 Torsten edit a file from an error message in the terminal (bug #35619)
Sun, 27 Dec 2015 10:50:32 -0500 John Donoghue GUI: add editor toolbar display option (Bug #46705)
Sat, 26 Dec 2015 20:46:08 +0100 Torsten add find files action also to the editor menu
Fri, 25 Dec 2015 22:31:23 +0100 Torsten prevent shortcut ambiguity between main and editor window
Fri, 18 Dec 2015 22:06:22 -0500 John W. Eaton eliminate comments after preprocessor conditionals
Sun, 06 Dec 2015 09:35:28 +0100 Torsten store the encoding of recent editor files in the mru list
Fri, 04 Dec 2015 22:05:07 +0100 Torsten also store encoding and tab index with last editor session (bugs #46588, #45688)
Thu, 03 Dec 2015 23:02:48 +0100 Torsten allow to select an encoding when opening a file
Wed, 25 Nov 2015 19:14:15 +0100 Torsten add list of mru files to the toolbar of the editor
Wed, 18 Nov 2015 22:31:29 -0800 Rik build: Fix warning messages from compiler.
Sun, 15 Nov 2015 14:24:38 +0100 Torsten provide actions for moving the editor tabs by shortscuts
Wed, 11 Nov 2015 20:09:31 +0100 Torsten added actions and shortcuts for switching editor tabs
Sat, 14 Mar 2015 18:54:23 +0100 Torsten link undo in main window to editor if the latter has focus (bug #44402)
Sat, 21 Feb 2015 13:33:28 +0100 Torsten communicating actual working directory to the editor (#44298)
Sat, 14 Feb 2015 11:27:10 -0600 Daniel J Sebald Restructure shutdown flow and behavior for improved robustness
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 10 Feb 2015 22:27:29 +0100 Torsten fix reappearing closed editor tabs at next restart (bug #44219)
Sat, 24 Jan 2015 22:46:20 +0100 Torsten add actions for moving/selecting to matching brace gui-release
Tue, 20 Jan 2015 09:43:29 -0500 John W. Eaton strip trailing whitespace from most source files gui-release
Thu, 25 Dec 2014 15:48:43 +0100 Torsten fix access to already removed editor window at exit gui-release
Thu, 25 Dec 2014 08:31:31 +0100 Torsten cleanup of focus function in gui editor gui-release
Sat, 20 Dec 2014 17:26:53 +0100 Torsten allow to cancel exiting if editor tabs are modified and exit is requested in gui gui-release