log libgui/src/m-editor/octave-qscintilla.cc @ 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
Thu, 27 Oct 2022 09:35:01 -0400 John W. Eaton avoid possible warning about unused lambda capture
Fri, 01 Apr 2022 23:02:18 +0200 Torsten Lilge fix err messages when running selected code while in dbg mode (bug #62105)
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
Sun, 05 Dec 2021 19:34:56 +0100 Markus Mützel octave-qscintilla.cc: Silence compiler warning about unused parameter. 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
Fri, 25 Jun 2021 09:09:01 -0400 John W. Eaton maint: Merge stable to default.
Fri, 25 Jun 2021 07:23:13 +0200 Torsten Lilge octave-qscintilla.cc (contextmenu_run): fix keyboard command handling stable
Tue, 01 Jun 2021 09:22:52 -0700 Rik maint: merge stable to default.
Sun, 30 May 2021 21:00:22 +0200 Torsten Lilge fix wring row/col indicator in GUI editor when auto intending (bug #60690)
Fri, 28 May 2021 23:15:21 +0200 Torsten Lilge fix auto indentation of switch-strucutre in GUI editor (bug #60649) stable
Wed, 26 May 2021 12:23:24 +0200 Torsten Lilge revert connection of qscintilla signals back to old syntax (bug #60469)
Tue, 18 May 2021 22:17:34 +0200 Torsten Lilge fix calling documentations from terminal and editor
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Thu, 29 Apr 2021 11:12:40 -0400 John W. Eaton allow most dock widgets to be used from command line
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Fri, 16 Apr 2021 23:06:32 -0400 John W. Eaton connect many Qt signals and slots without SIGNAL and SLOT macros
Tue, 06 Apr 2021 21:26:52 +0200 Torsten Lilge rearrange default lexer settings and add second color mode to gui editor
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
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Thu, 12 Nov 2020 02:02:39 -0500 John W. Eaton maint: merge stable to default.
Wed, 11 Nov 2020 23:41:06 -0500 John W. Eaton use Qt::SplitBehavior enum and values if available 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, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Wed, 30 Sep 2020 17:18:50 -0400 John W. Eaton avoid GUI crash happening after changeset 82ccc4e69ba3 (bug #56990)
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)
Thu, 09 Jul 2020 13:04:54 -0400 John W. Eaton maint: merge stable to default.
Wed, 08 Jul 2020 21:24:11 +0200 Torsten Lilge remove block begin/end comments for running selected code lines (bug #57634) stable
Mon, 25 May 2020 22:28:38 +0200 Torsten Lilge simplify code for replacing all highlighted occurrences in the editor
Sun, 24 May 2020 22:45:29 +0200 Torsten Lilge remove trailing spaces without replacing full editor text (bug #58417)
Sun, 10 May 2020 16:13:34 +0200 Torsten Lilge add selection to history before evaluation of selected code (bug #58323) stable
Sun, 10 May 2020 09:27:53 +0200 Torsten Lilge run slelected editor code as block, not line by line (bug #58323) stable
Fri, 08 May 2020 19:59:08 +0200 Torsten Lilge fix contjnued lines when executing selected editor text (bug #58323) stable
Mon, 17 Feb 2020 17:37:20 +0100 Markus Mützel Fix parse error when running code with single quotes with F9 (bug #57837). stable
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Sun, 12 Jan 2020 09:33:21 -0800 Rik maint: Use Octave coding conventions in libgui/ directory.
Fri, 10 Jan 2020 12:10:13 -0800 Rik maint: Use two spaces between sentences in code comments.
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, 06 Jan 2020 10:18:00 -0800 Rik Streamline QRegExp instances in libgu.
Sat, 04 Jan 2020 09:51:26 -0500 John Donoghue Do not indent next line on single line constructs (Bug #57358).
Sat, 28 Dec 2019 00:30:18 +0100 Torsten Lilge fix use of escape sequences when running code with F9 (bug #57469)
Thu, 11 Apr 2019 07:37:20 -0400 Andrew Janke Fix typos and grammar errors in comments in libgui (patch #9790)
Thu, 28 Nov 2019 22:25:07 +0100 Torsten Lilge prevent empty lines when using F9 for executing slected code (bug #57243)
Thu, 28 Nov 2019 19:15:06 +0100 Torsten Lilge fix execution of selected code containing quotation marks by F9 (bug #57312)
Fri, 15 Nov 2019 20:38:21 +0100 Torsten Lilge improve error messages when executing slected code by F9 (bug #57205)
Wed, 13 Nov 2019 22:56:33 +0100 Torsten Lilge fix parse error handling when executing selected code (bug #57227)
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