log libgui/src/m-editor/file-editor-tab.cc @ 18573:26d15a57f45b gui-release

age author description
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, 18 Feb 2014 21:38:51 +0100 Torsten provide a long line marker in the editor gui-release
Tue, 18 Feb 2014 07:33:45 +0100 Torsten update the completion list of the editor while typing gui-release
Mon, 17 Feb 2014 20:42:08 +0100 Torsten automatic completion list as user preference (bug #41469) gui-release
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
Tue, 21 Jan 2014 18:11:50 +0100 Julien Bect Warn when saving/running a script whose name is not a valid identifier. gui-release
Sun, 19 Jan 2014 08:25:58 +0100 Julien Bect file-editor-tab.cc: Fix a typo. gui-release
Sat, 18 Jan 2014 08:50:03 -0500 John Donoghue gui: Add indent/unindent edit menu to editor (Bug #41223) gui-release
Fri, 17 Jan 2014 19:51:22 -0500 John Donoghue Set codec when loading/saving files in editor (Bug #41226) gui-release
Tue, 14 Jan 2014 20:56:57 +0100 Torsten warn when saving or executing a file with spaces in its name (bug #41136) gui-release
Tue, 07 Jan 2014 16:01:44 -0500 John W. Eaton allow the gui editor to set breakpoints in class methods (bug #41126) stable
Thu, 05 Dec 2013 06:49:48 +0100 Torsten allow saving an editor file as the current one (bug #40759) stable
Thu, 21 Nov 2013 21:42:03 +0100 Torsten some code cleanup in file_editor_tab
Thu, 21 Nov 2013 17:17:55 +0100 Torsten fix saving unnamed editor files when closing octave (bug #40637)
Tue, 19 Nov 2013 22:19:41 -0500 John Donoghue GUI: Add statusbar with line/col indicator to editor window (Bug #40626)
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 20:50:58 +0200 Torsten prevent the editor's file watcher from signaling fasle alarms (bug #40312)
Sun, 20 Oct 2013 20:08:32 +0200 Torsten make sure all entries in the editor's mru-menu have an absolute path
Sat, 19 Oct 2013 19:51:23 +0200 Torsten improve appearance of gui's dcoumentation browser
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
Sun, 07 Jul 2013 19:07:23 +0200 Torsten no native dialogs to prevent hangs in KDE (patch #7948 by Andre da Costa Barros)
Wed, 12 Jun 2013 20:11:34 +0200 Torsten update editor tab titles due to changed settings regarding the modifed state
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, 02 Jun 2013 21:46:57 +0200 Torsten * file-editor-tab.cc(update_lexer): redundant code removed
Sun, 02 Jun 2013 21:13:47 +0200 Torsten select octave lexer for unnamed files and bash lexer for files without extension
Sun, 02 Jun 2013 19:17:49 +0200 Torsten commenting selected lines in the editor uses comment string depending on lexer
Sun, 02 Jun 2013 09:13:00 +0200 Torsten fix bug concerning preparing the apis info for code completion
Sat, 01 Jun 2013 19:40:24 +0200 Torsten make octave lexer the default and dynamically set margin width for line numbers
Sat, 01 Jun 2013 15:10:35 +0200 Torsten save prepared apis info for qscintilla into a path depending on octave version
Mon, 27 May 2013 21:41:57 +0200 Torsten fix restoring editor files from previous session and speedup lexer preparation
Sun, 26 May 2013 22:16:21 +0200 Torsten add more settings concerning tabs and indentation to the editor settings
Sun, 26 May 2013 14:49:41 +0200 Torsten make white space visibility in the editor configurable
Sat, 25 May 2013 16:36:34 +0200 Torsten make case sensitivity of editors auto completion list configurable
Tue, 21 May 2013 20:08:22 +0200 Torsten make color of current line marker in the editor configurable
Sat, 18 May 2013 16:13:53 +0200 Torsten options for auto completion threshold, source and word replacement in settings
Sat, 18 May 2013 15:17:03 +0200 Torsten fix auto completion for octave files in editor
Wed, 15 May 2013 01:30:16 -0400 John W. Eaton allow build to continue without QScintilla lexer for Octave
Sun, 12 May 2013 22:21:46 -0400 John W. Eaton use QScintilla's lexer for highlighting Octave programs
Sat, 11 May 2013 18:20:31 +0200 Torsten ask for saving modified editor files if octave is closed (bug #38689)
Fri, 10 May 2013 21:01:02 +0200 Torsten fix running files from file browser's context menu
Mon, 29 Apr 2013 21:22:02 +0200 Torsten * file-editor-tab.cc: replace setFirstVisibleLine for older Qscintilla-versions
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 12:33:09 -0400 John W. Eaton avoid using bp_info struct in file_editor_tab::file_in_path
Thu, 25 Apr 2013 12:27:01 -0400 John W. Eaton use dir, not path, to refer to directory name
Thu, 25 Apr 2013 00:11:01 -0400 John W. Eaton use generic dialog for cd or addpath question
Tue, 23 Apr 2013 23:12:38 -0400 Mike Miller gui: fix editor file name filters to allow all files
Tue, 23 Apr 2013 22:36:26 -0400 Mike Miller gui: handle octaverc files with the octave lexer
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
Mon, 15 Apr 2013 21:48:27 +0200 Torsten find-dialog: find previous button and initial position next to the editor
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
Thu, 04 Apr 2013 22:22:17 -0400 John Donoghue Add editor print menu/toolbutton implementation