log libgui/src/m-editor/file-editor-interface.h @ 26376:00f796120a6d stable

age author description
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sun, 05 Aug 2018 21:45:08 +0200 Torsten preserve tab position and line when reloading renamed editor file (bug #49322)
Sun, 17 Sep 2017 05:52:33 +0200 Torsten close/reload editor tab when file is (re)moved in gui terminal (bug #43922)
Sun, 06 May 2018 16:27:18 +0200 Torsten fix uninitialized settings of octave dock widgets at startup (bug #53835)
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, 07 Sep 2017 00:32:15 -0400 John W. Eaton style fixes for GUI editor
Fri, 12 May 2017 12:51:23 +0200 Torsten restore last editor session not before octave is ready
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Tue, 11 Apr 2017 08:00:23 +0200 Torsten improve opening files from gui when built without qscintilla (bug #39179)
Mon, 10 Apr 2017 07:02:42 +0200 Torsten Backed out changeset 7332287221a9
Sun, 09 Apr 2017 22:21:46 +0200 Torsten Backed out changeset 2cee3976d88f
Sun, 09 Apr 2017 20:08:15 +0200 Torsten provide open file dialog even when built without qscintilla (bug #39179)
Sun, 09 Apr 2017 07:46:46 +0200 Torsten improve usage without qscintilla by external editor interface (bug #39179)
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
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.
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.
Sat, 26 Dec 2015 20:46:08 +0100 Torsten add find files action also to the editor menu
Fri, 25 Dec 2015 22:31:23 +0100 Torsten prevent shortcut ambiguity between main and editor window
Fri, 18 Dec 2015 22:06:22 -0500 John W. Eaton eliminate comments after preprocessor conditionals
Fri, 04 Dec 2015 22:05:07 +0100 Torsten also store encoding and tab index with last editor session (bugs #46588, #45688)
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.
Tue, 30 Dec 2014 20:41:00 -0800 Rik maint: Periodic merge of gui-release to default.
Thu, 25 Dec 2014 08:31:31 +0100 Torsten cleanup of focus function in gui editor 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
Fri, 01 Aug 2014 12:10:05 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Sun, 20 Jul 2014 20:44:30 +0200 Torsten fix conflict between main and editor menus when using alt keys (bug #42659) gui-release
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
Wed, 23 Apr 2014 08:42:19 +0200 Torsten add all editor actions to the shortcut manager and fix their shortcut context gui-release
Sun, 26 Jan 2014 12:55:21 +0100 Torsten create empty script when editor becomes visible without open files (bug #41347) gui-release
Mon, 11 Nov 2013 22:01:27 +0100 Torsten use edit.m for creating a new function with the gui (bug #40502)
Tue, 29 Oct 2013 09:54:40 -0700 Rik Use GNU style coding conventions for code in libgui/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 22 Jun 2013 20:43:29 +0200 Torsten fix checked state of window menu entries at startup (bug #39322)
Thu, 25 Apr 2013 02:42:45 -0400 John W. Eaton partial menu bar cleanup
Sun, 07 Apr 2013 05:45:23 -0400 John W. Eaton improve encapsulation of file editor window object
Sat, 06 Apr 2013 23:58:58 -0400 John Donoghue add create script context menu to history window
Sat, 06 Apr 2013 13:06:40 -0400 John W. Eaton rename dbstop -> breakpoint in GUI interface functions
Fri, 05 Apr 2013 03:04:56 -0400 John W. Eaton use signals instead of event queue for entering/leaving debug mode
Sat, 30 Mar 2013 10:57:15 -0400 John W. Eaton allow command-line edit function to use GUI editor
Fri, 29 Mar 2013 22:37:01 -0400 John W. Eaton also provide a hook for exiting debugger
Thu, 28 Mar 2013 03:20:25 -0400 John W. Eaton callbacks to set markers in editor using command line dbstop function
Wed, 27 Mar 2013 23:42:21 -0400 John W. Eaton improve naming of debug pointer update callbacks and signals
Wed, 27 Mar 2013 12:59:12 -0400 John W. Eaton open editor tab and insert marker for debugging with gui
Tue, 12 Mar 2013 19:03:07 -0700 Rik build: Use AMCOND to build GUI editor if Qscintilla available.
Tue, 12 Mar 2013 14:53:34 -0700 Rik build: Add more #ifdefs to build GUI when Qscintilla is not present.
Wed, 06 Feb 2013 21:45:04 +0000 Richard Crozier Created common octave_dock_widget class
Sat, 02 Feb 2013 13:21:44 +0100 Torsten gui: show menu with recently used editor files also in file menu of main window
Sat, 26 Jan 2013 20:33:46 +0100 Torsten gui: set keyboard focus when switching between dock widgets (bug #36957)
Sun, 23 Dec 2012 14:33:48 -0600 Daniel J Sebald Redo portions of file editor to use more signals/slots rather than casting.
Sat, 03 Nov 2012 06:51:48 +0100 Torsten backout changeset 5649e84ea3ce (see discussion on patch #7867)
Sat, 20 Oct 2012 11:36:09 +0100 Richard Crozier GUI: add toolbar to editor when undocked