log libgui/src/m-editor/file-editor-tab.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 21:00:22 +0200 Torsten Lilge fix wring row/col indicator in GUI editor when auto intending (bug #60690)
Mon, 24 May 2021 20:05:23 +0200 Torsten Lilge fix enabled state of editor save action depending on modification state
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Mon, 29 Mar 2021 07:54:26 +0200 Torsten Lilge do not allow full path in editor tabs
Mon, 22 Mar 2021 00:34:38 -0400 John W. Eaton begin allowing breakpoints to be set using file name
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
Thu, 24 Sep 2020 20:49:43 +0200 Torsten Lilge add functions of loaded packages to auto-completion list (bug #56207)
Mon, 01 Jun 2020 11:33:39 -0700 Rik maint: merge stable to default.
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
Sun, 24 May 2020 22:45:29 +0200 Torsten Lilge remove trailing spaces without replacing full editor text (bug #58417)
Sat, 22 Feb 2020 17:03:01 +0100 Torsten Lilge add editor prefs for forcing coding standards (bug #57860, bug #57861)
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
Thu, 11 Apr 2019 07:37:20 -0400 Andrew Janke Fix typos and grammar errors in comments in libgui (patch #9790)
Sun, 08 Dec 2019 21:39:57 +0100 Torsten Lilge only one find dialog for all editor tabs (bug #57238)
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:08:33 -0500 John W. Eaton simplify loop over tabs in file_editor::handle_dir_remove
Mon, 04 Nov 2019 23:50:16 -0500 John W. Eaton simplify loop over tabs in 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
Sat, 26 Oct 2019 11:31:05 -0400 John W. Eaton use consistent order for signal/slot/other decls in libgui/src files
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Fri, 13 Sep 2019 08:11:53 -0400 John W. Eaton avoid including builtin-defun-decls.h unless needed
Fri, 13 Sep 2019 07:38:36 -0400 John W. Eaton attempt to avoid threading issues when saving a file in the file editor tab
Thu, 12 Sep 2019 17:13:28 -0400 John W. Eaton attempt to avoid threading issues when updating lexer in file editor tab
Thu, 12 Sep 2019 13:28:12 -0400 John W. Eaton attempt to fix threading issues when setting conditional breakpoints in GUI
Thu, 12 Sep 2019 11:13:46 -0400 John W. Eaton use signal/slot connection in file-editor-tab for thread safety
Sat, 07 Sep 2019 10:49:03 -0400 John W. Eaton use m_ prefix for data members in file_editor_tab class
Mon, 29 Jul 2019 10:43:04 -0400 John W. Eaton use Qt signals to pass interpreter callbacks to octave-qobject
Tue, 16 Jul 2019 11:57:28 -0400 John W. Eaton eliminate octave_cmd classes
Fri, 12 Jul 2019 19:26:55 -0400 John W. Eaton replace more explicit callback functions with lambda expressions
Tue, 25 Jun 2019 22:10:14 +0200 Torsten Lilge fix cursor position for editor smart indent after keyword (bug #56533)
Tue, 14 May 2019 22:41:32 +0200 Torsten Lilge fix visibility of find dialog when editor is docked/undocked (bug #5)
Thu, 18 Apr 2019 21:14:39 +0200 Torsten Lilge use tab icon for indicating a modified editor file (bug #56158)
Sat, 30 Mar 2019 16:39:17 +0100 Torsten Lilge remove additionally added breakpoint when stepping into a file (bug #44728)
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
Sat, 22 Dec 2018 18:17:14 +0100 Torsten make SYSTEM alias for locale encoding if not suported on windows (bug #55139) stable
Mon, 08 Oct 2018 20:41:31 +0200 Torsten call octave functions with return value from GUI (bug #47585)
Wed, 03 Oct 2018 17:00:36 +0200 Torsten editor: adding cmd objects to the cmd queue instead signaling the command
Mon, 24 Sep 2018 21:45:36 +0200 Torsten allow to change the encoding when editor detects decoding errors (bug #54607)
Fri, 14 Sep 2018 18:47:23 +0200 Torsten allow native dialogs for remaining file open/save dialogs (bug #5
Sat, 12 May 2018 19:07:58 +0200 Torsten prevent notifications on externally changed editor files (bug 53539)
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 09 Feb 2018 13:56:34 -0500 John W. Eaton move GUI file editor classes inside octave namespace
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
Mon, 23 Oct 2017 18:21:12 -0400 John W. Eaton improve handling of selection markers in editor
Mon, 23 Oct 2017 20:35:17 -0400 John W. Eaton also place marker in editor margin for lines matching selected word
Thu, 05 Oct 2017 07:32:34 +0200 Torsten do not move the cursor when saving a file with breakpoints (bug #51793)
Sun, 13 Aug 2017 00:33:25 +0200 Torsten fix editor behavior when files are externally changed/removed
Fri, 11 Aug 2017 22:21:49 +0200 Torsten close editor tab when related file is deleted in file browser (bug #43922)
Wed, 19 Jul 2017 23:03:36 +0200 Torsten prevent unnecessary lexer updates in the editor (bug #51396)
Wed, 19 Jul 2017 22:02:30 +0200 Torsten eliminate duplicate code in editor smart indentation and auto close
Sun, 25 Jun 2017 16:40:30 +0200 Torsten move smart indendation from file_editor_tab to octave_qscintilla
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.
Sun, 26 Feb 2017 13:46:52 +0100 Torsten provide the possibility for breaking lines only in comments (bug #41555)
Sat, 25 Feb 2017 17:57:01 +0100 Torsten function providing comment strings uses lexer number and not lexer names
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
Fri, 17 Feb 2017 07:54:31 +0100 Torsten highlight all occurrences of a selected word in the editor (bug #41470)
Mon, 13 Feb 2017 18:53:01 +0100 Torsten allow line breaking in the editor (bug #41555)
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
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
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.
Mon, 25 Jul 2016 19:46:33 -0400 Lachlan Andrew Force reload of a function after it is saved in the editor (bug #46632)
Fri, 25 Mar 2016 14:28:40 +1100 Lachlan Andrew Enable shortcuts for find next / find previous
Fri, 13 May 2016 14:22:56 -0400 John W. Eaton avoid including config.h multiple times
Fri, 01 Apr 2016 14:55:13 -0700 Rik maint: Use "FIXME:" for all code blocks needing further attention.
Wed, 30 Mar 2016 15:19:12 -0700 Rik maint: Eliminate accidental double spaces in code.
Sun, 14 Feb 2016 13:16:05 +1100 Lachlan Andrew backout changeset e8c3590da9ff
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
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.
Fri, 29 Jan 2016 06:24:34 +0100 Torsten update directory in gui after add-path/change-dir dialog
Sat, 16 Jan 2016 17:43:04 -0800 Rik file-editor-tab.h: #include "ovl.h" for access to octave_value_list.
Thu, 14 Jan 2016 07:02:41 -0800 Rik maint: Use "FIXME:" consistently in code base.
Wed, 13 Jan 2016 17:28:42 +1100 Lachlan Andrew Test GUI marker flags correctly, and omit unnecessary test finding next marker
Tue, 12 Jan 2016 21:45:58 +0100 Torsten fix issues when restoring breakpoints and closing tabs or whole application
Thu, 07 Jan 2016 20:56:34 +0100 Torsten always restore breakpoints of an editor file after saving
Thu, 07 Jan 2016 20:17:14 +0100 Torsten center line when setting a breakpoint only if line is at top or at bottom
Tue, 29 Dec 2015 18:06:32 +0100 Daniel J Sebald New marker class for modified file breakpoint and position maintenance.
Mon, 28 Dec 2015 16:44:10 +0100 Torsten edit a file from an error message in the terminal (bug #35619)
Fri, 25 Dec 2015 22:31:23 +0100 Torsten prevent shortcut ambiguity between main and editor window
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
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Tue, 01 Dec 2015 21:59:59 +0100 Torsten warning when saving editor file with a codec not suited for current contents
Sun, 29 Nov 2015 00:01:21 +0100 Torsten allow selecting an encoding when saving a file (bug #45688)
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Sat, 01 Aug 2015 11:26:32 +0200 Torsten editor with smart indentation for octave files (bug #41554)
Sat, 21 Feb 2015 13:33:28 +0100 Torsten communicating actual working directory to the editor (#44298)
Thu, 19 Feb 2015 20:26:36 +0100 Torsten fix some oddities updating lexer and api-files for auto completion
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.
Sat, 24 Jan 2015 22:46:20 +0100 Torsten add actions for moving/selecting to matching brace gui-release
Thu, 22 Jan 2015 21:38:12 +0100 Torsten clean up some signal-slot combinations in the editor gui-release
Thu, 22 Jan 2015 06:52:37 +0100 Torsten open file directly without edit command when editing a function from editor gui-release
Wed, 24 Dec 2014 15:07:31 +0100 Torsten switching between edit and main shortcuts depending on active dock widget now 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