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
|
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, 16 May 2014 20:01:27 +0200 |
Torsten |
use editors run selection action for the context menu
gui-release
|
Sun, 11 May 2014 13:22:57 -0400 |
John Donoghue |
Add back main menu copy,paste,select all in editor
gui-release
|
Sun, 27 Apr 2014 20:12:07 +0200 |
Torsten |
use defaults size for tab heights in editor and doc widget (bug #42144)
gui-release
|
Sun, 27 Apr 2014 19:36:54 +0200 |
Torsten |
update enabled status of undo/redo actions in the editor
gui-release
|
Sun, 27 Apr 2014 18:42:25 +0200 |
Torsten |
clean up some compiler warnings
gui-release
|
Sun, 27 Apr 2014 18:35:19 +0200 |
Torsten |
use the actions from the editor for the context menu
gui-release
|
Sun, 27 Apr 2014 15:13:05 +0200 |
Torsten |
simplify some code by using scintilla internal commands
gui-release
|
Sun, 27 Apr 2014 13:45:24 +0200 |
Torsten |
fix setting shortcuts for the view menu in the editor
gui-release
|
Sun, 27 Apr 2014 13:03:08 +0200 |
Torsten |
disable some global shortcuts when editor gets focus to prevent conflicts
gui-release
|
Fri, 25 Apr 2014 06:40:21 +0200 |
Torsten |
handling qscintilla internal shortcuts and commands depending on qsci version
gui-release
|
Wed, 23 Apr 2014 08:42:19 +0200 |
Torsten |
add all editor actions to the shortcut manager and fix their shortcut context
gui-release
|
Fri, 18 Apr 2014 13:43:55 +0200 |
Torsten |
add some qscintilla actions to the menu and to the shortcut manager
gui-release
|
Wed, 16 Apr 2014 16:19:45 -0400 |
John Donoghue |
GUI: implement file drag and drop to command and edit window (Bug #41443)
gui-release
|
Fri, 04 Apr 2014 22:59:08 +0200 |
Torsten |
handle actions from the editors file and edit menu via the shortcut manager
gui-release
|
Tue, 01 Apr 2014 21:29:48 +0200 |
Torsten |
first implementation of a shortcut manager (bug #41217)
gui-release
|
Thu, 20 Mar 2014 12:28:53 -0400 |
John W. Eaton |
maint: Periodic merge of stable to gui-release.
gui-release
|
Thu, 13 Feb 2014 20:39:09 +0100 |
Torsten |
add menu entries and shortcuts for zoom functions in the editor (bug #41516)
gui-release
|
Tue, 11 Mar 2014 19:27:23 -0400 |
John Donoghue |
gui: Add select all menu (Bug #41797)
gui-release
|
Tue, 11 Mar 2014 00:15:20 +0100 |
pantxo |
Force non-native menu bar for the editor on mac (bug #41823)
stable
|
Fri, 07 Mar 2014 12:54:16 -0500 |
John W. Eaton |
maint: Periodic merge of stable to gui-release.
gui-release
|
Tue, 04 Mar 2014 21:58:27 +0100 |
Torsten |
fix flashing while debuggung and editor is tabbed behind console (bug #41757)
stable
|
Sun, 23 Feb 2014 19:18:24 +0100 |
Torsten |
allow to select mutliple files in the editors open file dialog (bug #41664)
gui-release
|
Tue, 18 Feb 2014 02:50:18 -0500 |
John W. Eaton |
maint: Periodic merge of stable to gui-release.
gui-release
|
Mon, 17 Feb 2014 20:42:08 +0100 |
Torsten |
automatic completion list as user preference (bug #41469)
gui-release
|
Sun, 16 Feb 2014 18:06:43 +0100 |
Torsten |
fix restoring non-existing file from previous session (bug #41280)
stable
|
Thu, 13 Feb 2014 22:17:44 +0100 |
Torsten |
Backed out changeset f01ac1bb8a5d which broke some editor short cuts
gui-release
|
Thu, 13 Feb 2014 20:39:09 +0100 |
Torsten |
add menu entries and shortcuts for zoom functions in the editor (bug #41516)
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
|
Thu, 23 Jan 2014 21:00:51 +0100 |
Torsten |
some text improvements in the gui (#bug 41201)
gui-release
|