The R Project SVN R-packages

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
5865 5503 d 13 h bibiko /trunk/Mac-GUI/ • improved R Data Editor
- now tableView data are cached in a NSMutableArray to decouple them from R's 'work' variable since it led to crashes if one removed e.g. many columns at the same time
- some minor stability issues and improvements
 
5863 5508 d 22 h bibiko /trunk/Mac-GUI/ * R Data Editor
- after initialising resize columns due content
- added table context menu (German localisation already done)
- added key equivalents to each command (see context menu or toolbar tooltip)
- added chance to cancel the entire object editing
- added chance to edit column names (via context menu or double-click into column header - (SHIFT+)TAB for navigation, ESC for cancelling)
- type of added column comply with column type left of the new one (can be explicitly chosen via context menu)
 
5861 5512 d 22 h bibiko /trunk/Mac-GUI/ • only code cosmetics - no changes  
5854 5514 d 20 h bibiko /trunk/Mac-GUI/ • further progress on R Data Editor table
- while cell editing one can navigate through the table cells by using TAB, SHIFT+TAB, ARROW_UP, ARROW_DOWN like in spreadsheets
- while cell editing ESC will abort editing of the current cell
- first approach to resize table columns according to their content and header name resp. (it will partially parse data source)
- for adding a new column it will chosen that type (NUMERIC or CHAR) of the last selected column or the last column (improvements follow)
- if a column is of type NUMERIC set the column aligment to right-aligned
- added tooltips for table column header plus type
 
5851 5516 d 11 h bibiko /trunk/Mac-GUI/ • added functionality to R Data Editor to cancel the editing by pressing the 'stop' toolbar icon; it's done by sending an error('editing canceled') message back to R
• after invoking "Workspace Browser" leave the key window focus at the browser window for convenience
 
5708 5613 d 3 h urbaneks /trunk/Mac-GUI/ fix 10.5 compatibility  
5707 5613 d 10 h urbaneks /trunk/Mac-GUI/ merge r82  
1254 7811 d 11 h iacus /trunk/Mac-GUI/ updated copyright info  
714 7932 d 19 h iacus /trunk/Mac-GUI/ added everywhere copyright notes  
568 7958 d 16 h iacus /trunk/Mac-GUI/ first svn release of R Cocoa GUI