log libgui/src/m-editor/file-editor.cc @ 20296:23fb65b45d8c

age author description
Fri, 17 Apr 2015 19:55:24 +0200 Torsten do not call custom editor at startup and when debugging (bug #44701)
Wed, 01 Apr 2015 08:49:18 -0700 Rik Fix several typos in GUI strings (bug #44681).
Tue, 31 Mar 2015 21:28:55 -0700 Rik Add missing translation call to GUI "Editor" tab.
Sat, 14 Mar 2015 18:54:23 +0100 Torsten link undo in main window to editor if the latter has focus (bug #44402)
Wed, 11 Mar 2015 22:26:32 +0100 Torsten fix shortcut for previous bookmark (bug #44505)
Sun, 08 Mar 2015 09:48:45 +0100 Torsten make notepad++ the custom default editor in windows
Fri, 27 Feb 2015 08:41:59 +0100 Torsten new gui icons
Tue, 24 Feb 2015 09:35:34 +0100 Torsten make size of toolbar icons depending on scaling of display
Sun, 22 Feb 2015 18:14:12 +0100 Torsten prevent conflicts between run-file and debug-continue action in gui
Sat, 21 Feb 2015 14:46:43 +0100 Torsten fix issue when saving a new modified file while closing
Sat, 21 Feb 2015 13:33:28 +0100 Torsten communicating actual working directory to the editor (#44298)
Tue, 17 Feb 2015 13:34:32 -0800 Rik Adjust spacing of static_cast<> calls to follow Octave coding conventions.
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, 10 Feb 2015 22:27:29 +0100 Torsten fix reappearing closed editor tabs at next restart (bug #44219)
Sat, 24 Jan 2015 22:46:20 +0100 Torsten add actions for moving/selecting to matching brace gui-release
Thu, 22 Jan 2015 21:38:12 +0100 Torsten clean up some signal-slot combinations in the editor gui-release
Thu, 22 Jan 2015 19:02:24 +0100 Torsten open a doc page from editor directly without command window gui-release
Thu, 22 Jan 2015 06:52:37 +0100 Torsten open file directly without edit command when editing a function from editor gui-release
Tue, 20 Jan 2015 22:19:18 +0100 Torsten check existence of files when restoring last session (bug #44054) gui-release
Tue, 20 Jan 2015 09:43:29 -0500 John W. Eaton strip trailing whitespace from most source files gui-release
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
Sat, 08 Nov 2014 16:45:13 +0100 Torsten button order in dialog for creating a non-existing file (bug #43537) gui-release
Sat, 11 Oct 2014 11:15:59 +0200 Torsten add actions for converting the eol characters of the editor file gui-release
Sat, 11 Oct 2014 11:08:21 +0200 Torsten add actions for showing text formatting chars and guides in the editor gui-release
Fri, 12 Sep 2014 19:51:33 +0200 Torsten Allow run selection for all editor file types (bug #43195) gui-release
Thu, 14 Aug 2014 09:16:16 +0200 Torsten fix crash when mru list of editor is empty (regression from cset 12462638ab20) gui-release
Mon, 04 Aug 2014 15:05:15 -0400 John Donoghue gui: notify user if custom editor failed to start gui-release
Wed, 30 Jul 2014 07:02:41 +0200 Torsten do not change editors mru list if first entry is actual file (bug #42867) gui-release