log libgui/src/m-editor/octave-qscintilla.cc @ 27684:becd6267d6d1

age author description
Wed, 13 Nov 2019 18:58:32 +0100 Torsten Lilge hide tmp file in error and bp messages when executing selected code (bug #57205)
Tue, 12 Nov 2019 21:03:53 +0100 Torsten Lilge fix executing selected code containing a clear all command (bug #57204)
Tue, 12 Nov 2019 13:51:22 -0500 John W. Eaton use standard C++ range-based for loops instead of Qt foreach macro
Tue, 12 Nov 2019 12:10:33 -0500 John W. Eaton simplify gui_settings->value (PREF.key, PREF.def) calls
Thu, 07 Nov 2019 10:03:28 +0100 Torsten Lilge fix running selected code by F9 in case of errors during execution
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 21:31:42 +0100 Torsten Lilge suppress extra prompt when running selection in editor (bug #57146)
Fri, 25 Oct 2019 00:38:06 -0400 John W. Eaton split gui-preferences.h into one file per widget
Fri, 25 Oct 2019 07:36:37 +0200 Torsten Lilge improve run selection from editor (bug #42705)
Mon, 30 Sep 2019 12:11:06 -0400 John W. Eaton maint: merge stable to default.
Sat, 01 Jun 2019 19:30:56 +0200 Torsten Lilge fix editors search and replace in selection (bug #56405) stable
Sun, 15 Sep 2019 12:28:23 -0400 John W. Eaton try to use consitent ordering for include files in libgui sources
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Thu, 04 Jul 2019 21:14:09 +0200 Torsten Lilge fix auto-close feature in editor when using tabs for indentation (bug #56533)
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)
Mon, 27 May 2019 09:39:09 -0700 Rik Don't add extra closing endXXX keywords in GUI Editor (bug #56160).
Tue, 21 May 2019 19:50:59 +0000 John W. Eaton move some static functions inside octave namespace
Sat, 26 Jan 2019 15:27:06 -0500 John Donoghue Update smart indent code for case/otherwise (Bug #55276) stable
Sat, 29 Dec 2018 09:23:11 -0500 John Donoghue Allow indent of mid block keywords (#55276) stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 19 Oct 2018 12:41:19 -0400 John W. Eaton maint: Merge stable to default.
Fri, 19 Oct 2018 12:38:01 -0400 John W. Eaton style fixes stable
Fri, 17 Aug 2018 14:12:48 -0700 Rik maint: merge stable to default.
Wed, 15 Aug 2018 13:29:52 -0400 John Donoghue Reenable drag and drop of editor text (Bug #54495) stable
Fri, 13 Jul 2018 22:58:56 +0200 Torsten reorganize constants for preferences keys and default values
Fri, 29 Jun 2018 16:48:01 -0400 John W. Eaton maint: Merge stable to default.
Wed, 25 Apr 2018 09:51:59 -0700 Mike Miller gui: fix editor rendering on some displays, disable QScintilla buffered drawing stable
Fri, 08 Jun 2018 18:04:18 -0400 John W. Eaton new class for miscellaneous interpreter settings
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
Sun, 14 Jan 2018 18:51:21 +0100 Torsten fix highlighting/replacing all occurrences after double-click (bug #52859)
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
Thu, 09 Nov 2017 18:52:26 +0100 Torsten prevent ignoring octave lexer when determining comment string (bug #52364)
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
Sun, 22 Oct 2017 20:32:22 +0200 Torsten fix issues in editor auto closing feature (bug #52235)
Fri, 20 Oct 2017 18:56:29 +0200 Torsten fix auto close for case in editor (bug #52235)
Thu, 07 Sep 2017 00:32:15 -0400 John W. Eaton style fixes for GUI editor
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Fri, 28 Jul 2017 11:19:36 -0700 Rik Use C++11 raw string literals to avoid escaping backslashes in strings.
Wed, 19 Jul 2017 22:02:30 +0200 Torsten eliminate duplicate code in editor smart indentation and auto close
Thu, 06 Jul 2017 09:13:28 -0400 John D Add possible '\r' to smartindent regex exprepression (Bug #51279)
Mon, 26 Jun 2017 13:58:58 -0400 John W. Eaton avoid unused parameter warning
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.
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
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
Thu, 23 Feb 2017 14:55:39 -0800 Rik maint: Indent foreach blocks in Qt GUI code for readability.
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