log libgui/src/m-editor/octave-qscintilla.h @ 31648:29d734430e5f stable

age author description
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 14:37:51 -0500 John W. Eaton maint: Use macros to begin/end C++ namespaces. stable
Tue, 11 Jan 2022 20:58:29 +0100 Torsten Lilge do not change tool tip font when in debug mode (bug #61792) stable
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, 01 Aug 2021 12:18:43 +0200 Markus Mützel maint: Merge stable to default.
Sat, 31 Jul 2021 12:44:04 +0200 Torsten Lilge fix missing interpreter event in octave-scintilla stable
Sun, 30 May 2021 21:00:22 +0200 Torsten Lilge fix wring row/col indicator in GUI editor when auto intending (bug #60690)
Thu, 15 Apr 2021 17:48:35 +0200 Torsten Lilge fix several gui issues (shown with OCTAVE_SHOW_GUI_MESSAGES=1)
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, 23 Oct 2020 15:16:09 +0200 Markus Mützel maint: merge stable to default.
Thu, 22 Oct 2020 22:58:25 +0200 Torsten Lilge avoid repeating last command when using F9 in debug mode (bug #57634) stable
Mon, 28 Sep 2020 21:57:01 +0200 Torsten Lilge avoid using bare pointers for symbol lists in editor (bug #56990)
Sun, 27 Sep 2020 20:26:16 +0200 Torsten Lilge show value in editor when hovering over variable in debug mode (bug #56990)
Sun, 24 May 2020 22:45:29 +0200 Torsten Lilge remove trailing spaces without replacing full editor text (bug #58417)
Sun, 10 May 2020 09:27:53 +0200 Torsten Lilge run slelected editor code as block, not line by line (bug #58323) stable
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
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
Mon, 16 Dec 2019 01:47:18 -0500 John W. Eaton fix Qt4 build errors (bug #57420)
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, 25 Oct 2019 07:36:37 +0200 Torsten Lilge improve run selection from editor (bug #42705)
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Tue, 25 Jun 2019 22:10:14 +0200 Torsten Lilge fix cursor position for editor smart indent after keyword (bug #56533)
Sat, 01 Jun 2019 19:30:56 +0200 Torsten Lilge fix editors search and replace in selection (bug #56405)
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 15 Aug 2018 13:29:52 -0400 John Donoghue Reenable drag and drop of editor text (Bug #54495) 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
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.
Wed, 27 Dec 2017 20:46:11 +0100 Torsten Allow uncommenting with any kind of comment (bug #52695):
Tue, 14 Nov 2017 16:52:42 -0500 John W. Eaton smart indentation for selections or current line in code editor
Tue, 31 Oct 2017 13:28:43 -0400 John W. Eaton improve selection replacement in editor
Tue, 24 Oct 2017 17:13:51 -0400 John W. Eaton pop up tooltip message for changing selected words in 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, 07 Sep 2017 00:32:15 -0400 John W. Eaton style fixes for GUI editor
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
Sun, 25 Jun 2017 08:56:45 +0200 Lachlan Andrew In the GUI editor, automatically add "endif" for "if" etc.
Sat, 25 Feb 2017 21:13:35 +0100 Torsten automatically add a comment string when line breaking in line comments
Sat, 25 Feb 2017 17:57:01 +0100 Torsten function providing comment strings uses lexer number and not lexer names
Fri, 24 Feb 2017 21:37:11 +0100 Torsten improve line breaking in the editor
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, 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.
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.
Sat, 30 Jan 2016 10:13:34 +1100 Lachlan Andrew Gui support for enhancement of dbstop.
Fri, 25 Dec 2015 22:31:23 +0100 Torsten prevent shortcut ambiguity between main and editor window
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.