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
|
Thu, 23 Jan 2014 19:35:43 +0100 |
Torsten |
improve width of editor tabs when showing complete file path
gui-release
|
Sat, 18 Jan 2014 08:50:03 -0500 |
John Donoghue |
gui: Add indent/unindent edit menu to editor (Bug #41223)
gui-release
|
Thu, 16 Jan 2014 23:04:58 +0100 |
Torsten |
fix duplicate of settings string
gui-release
|
Tue, 14 Jan 2014 22:51:43 +0100 |
Torsten |
max. width of editor tabs limited and configurable
gui-release
|
Mon, 13 Jan 2014 10:48:49 -0800 |
Rik |
maint: Merge stable -> gui-release.
gui-release
|
Sun, 12 Jan 2014 12:41:39 +0100 |
Torsten |
update some icnons of the gui
stable
|
Sat, 11 Jan 2014 22:29:52 +0100 |
Torsten |
minor fix of text strings and related translations (part of bug #41201)
stable
|
Sat, 04 Jan 2014 17:03:33 +0100 |
Torsten |
* file-editor.cc (construct): reduce the height of the tab bars
gui-release
|
Tue, 17 Dec 2013 16:24:29 +0000 |
Richard Crozier richard dot crozier(at)yahoo.co.uk |
Make editor tabs draggable if feature is available
gui-release
|
Sat, 23 Nov 2013 17:27:39 +0100 |
Torsten |
reduce default icon size to 16 pixel for larger working areas in the widgets
|
Sat, 16 Nov 2013 20:38:34 +0100 |
Torsten |
* file-editor.cc (request_open_file): new edit tab when file name is empty
|
Sun, 10 Nov 2013 16:10:19 -0800 |
Rik |
Tweak GUI strings for conformity.
|
Thu, 14 Nov 2013 18:38:59 +0100 |
Torsten |
fix some focus issues with the editor
|
Tue, 12 Nov 2013 21:06:03 +0530 |
PrasannaKumar Muralidharan |
Remove unnecessary loop in file_editor::handle_tab_remove_request.
|
Tue, 12 Nov 2013 08:17:51 +0100 |
Torsten |
check for custom editor when opening a new file from the gui (bug #40496)
|
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.
|
Wed, 23 Oct 2013 22:20:06 +0200 |
Torsten |
new preference in settings: editor creates nonexisting files wihtout prompt
|
Wed, 23 Oct 2013 19:14:12 +0200 |
Torsten |
editor asks if a new file should be created when called from edit (bug #40351)
|
Sun, 20 Oct 2013 20:08:32 +0200 |
Torsten |
make sure all entries in the editor's mru-menu have an absolute path
|
Thu, 17 Oct 2013 20:29:17 +0200 |
Torsten |
add menu entries to the editor for directly accessing the editor's settings
|
Sat, 12 Oct 2013 00:24:32 +0200 |
Torsten |
fix ambigous editor shortcut for uncommenting
|
Sat, 12 Oct 2013 00:08:29 +0200 |
Torsten |
change some editor shortcuts
|
Fri, 11 Oct 2013 23:59:24 +0200 |
Torsten |
fix enabling copy, cut and run selection actions depending on selected text
|
Fri, 11 Oct 2013 22:46:32 +0200 |
Torsten |
Add possibility to run selected text of the editor in the terminal
|
Fri, 11 Oct 2013 14:12:37 +0200 |
Torsten |
Add possibility to edit the function related to the actual keyword in editor
|
Fri, 11 Oct 2013 13:05:06 +0200 |
Torsten |
Add help and documentation on actual keyword to the editor menu
|
Thu, 18 Jul 2013 14:30:31 -0400 |
John Donoghue |
Enable/disable editor actions based on available editor windows
|
Sun, 14 Jul 2013 11:55:58 +0200 |
Torsten |
make ctrl-w available for readline in the gui terminal
|
Sat, 13 Jul 2013 10:28:57 +0200 |
Torsten |
enable readline key bindings in terminal widget of gui (bug #36986)
|
Sun, 07 Jul 2013 19:07:23 +0200 |
Torsten |
no native dialogs to prevent hangs in KDE (patch #7948 by Andre da Costa Barros)
|
Sun, 30 Jun 2013 20:33:20 -0400 |
John Donoghue |
Make main window copy and paste global for current focused window
|
Sat, 22 Jun 2013 20:43:29 +0200 |
Torsten |
fix checked state of window menu entries at startup (bug #39322)
|
Fri, 21 Jun 2013 22:40:53 +0200 |
Torsten |
make stand-alone windows from dock widgets when floating (bug #38785)
|
Sun, 09 Jun 2013 18:55:19 +0200 |
Torsten |
do not save unnamed files for restoring the editor session at next start up
|
Sun, 09 Jun 2013 17:27:55 +0200 |
Torsten |
* file-editor.cc(handle_edit_file_request): set focus to the editor widget
|
Sat, 08 Jun 2013 21:57:07 +0200 |
Thorsten Liebig |
GUI: change (un)comment handling of selection, allow (un)comment of current line
|
Fri, 07 Jun 2013 23:13:48 +0200 |
Torsten |
add help for word at mouse or text cursor to the editors context menu
|
Sun, 19 May 2013 09:05:28 -0400 |
John Donoghue |
Make open file "file not found" message box open in front of editor window.
|
Sat, 11 May 2013 18:20:31 +0200 |
Torsten |
ask for saving modified editor files if octave is closed (bug #38689)
|
Sat, 11 May 2013 14:01:15 +0200 |
Torsten |
fix endless loop when closing all files in the editor and files are modified
|
Fri, 10 May 2013 21:01:02 +0200 |
Torsten |
fix running files from file browser's context menu
|
Sun, 05 May 2013 16:34:11 +0200 |
Torsten |
add close actions to the file menu of the editor
|
Sat, 04 May 2013 22:51:43 -0500 |
Daniel J Sebald |
Use menu triggered signal instead of action triggered signal to rid cast.
|
Sat, 04 May 2013 23:37:27 +0200 |
Torsten |
move more common code from dock widgets into octave-dock-widget.h
|
Thu, 25 Apr 2013 17:57:55 -0400 |
John W. Eaton |
preserve pending command line input when running commands from GUI actions
|
Thu, 25 Apr 2013 02:42:45 -0400 |
John W. Eaton |
partial menu bar cleanup
|
Tue, 23 Apr 2013 23:12:38 -0400 |
Mike Miller |
gui: fix editor file name filters to allow all files
|
Tue, 23 Apr 2013 21:43:25 -0400 |
John W. Eaton |
style fixes
|
Fri, 19 Apr 2013 17:36:40 -0400 |
John W. Eaton |
improve debugging with the GUI
|
Fri, 19 Apr 2013 09:36:22 -0400 |
John W. Eaton |
try harder to find editor tab widgets for files with multiple names
|