log libgui/src/m-editor/file-editor.cc @ 18472:83cc56cc7cb7 stable

age author description
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
Tue, 16 Apr 2013 21:34:39 +0200 Torsten configurable size of toolbar icons
Sun, 14 Apr 2013 21:18:17 +0200 Torsten * file-editor.cc(construct): icon search.png instead of find.png
Sun, 07 Apr 2013 05:45:23 -0400 John W. Eaton improve encapsulation of file editor window object