log

age author description
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
Sat, 25 May 2013 15:00:31 +0200 Torsten make background colors of editor files configurable
Fri, 24 May 2013 21:45:40 -0400 John Donoghue Added find files context menu to files-dock-widget
Fri, 24 May 2013 15:41:52 -0400 Michael Goffioul Implement property accessors. classdef
Fri, 24 May 2013 10:30:18 -0400 John W. Eaton * macros.texi: Don't use @strong for @seealso in info mode.
Thu, 23 May 2013 21:41:51 -0400 Michael Goffioul Support combination of object array extension and multi-level indexing. classdef
Thu, 23 May 2013 14:12:33 -0400 Michael Goffioul Add multi-level index assignment for object array. classdef
Wed, 22 May 2013 15:48:31 -0400 Michael Goffioul Promote scalar object to array for '(' idnex assignment. classdef
Tue, 21 May 2013 20:08:22 +0200 Torsten make color of current line marker in the editor configurable
Mon, 20 May 2013 22:59:10 -0400 Michael Goffioul Add object array property indexing. classdef
Mon, 20 May 2013 20:17:19 -0400 Michael Goffioul Implement multilevel subsasgn for scalar objects. classdef
Mon, 20 May 2013 14:37:25 -0400 Michael Goffioul Implement meta.package.getAllPackages() method. classdef
Mon, 20 May 2013 12:44:03 -0400 Michael Goffioul Expose builtin meta.* classes. classdef
Sat, 18 May 2013 23:00:19 -0400 John Donoghue Allow setting background/forground terminal colors in Unix (bug #39016)
Sun, 19 May 2013 12:58:41 -0400 John W. Eaton * oct-hist.cc: Style fixes. Remove unused code.
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, 18 May 2013 19:11:18 -0400 John Donoghue Added default name usage for history -r,-w option (Bug #38986)
Sat, 18 May 2013 23:12:56 -0400 Michael Goffioul Correct handling of package context in symbol table. classdef
Sat, 18 May 2013 22:43:10 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 18 May 2013 18:40:57 -0400 Michael Goffioul Mark "package" function symbols when dumping symbol table. classdef
Sat, 18 May 2013 16:21:32 -0400 John W. Eaton recognize character string at beginning of statement (bug #38926, #38958)
Sat, 18 May 2013 14:34:25 -0400 John W. Eaton improve parsing of commands
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
Sat, 18 May 2013 15:06:33 +0200 Torsten * settings-dialog.cc: enable octave lexer editor styles if lexer is present
Fri, 17 May 2013 23:17:25 -0400 Michael Goffioul Initial support for (classdef) packages. classdef
Fri, 17 May 2013 13:56:52 -0400 Clemens Buchacher handle single output case of ndgrid