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)