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
6408 4970 d 14 h ripley /trunk/Mac-GUI/ remove a lot of code conditional of R < 2.10.0
remove use of PrivateHeaders
 
5868 5501 d 8 h bibiko /trunk/Mac-GUI/ • R Data Editor
- fixed some tiny issues for column name editing
- added the chance to copy either selected rows or columns
- added the chance to select multiple non-contiguous columns by holding down the ⌘ key while clicking
 
5863 5509 d 11 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)
 
5858 5514 d 10 h bibiko /trunk/Mac-GUI/ • R Data Editor table
- implemented CSV export
- if user presses ⌥ or/and ⌘ while dragging the data will be copied CSV formatted
 
5855 5514 d 22 h bibiko /trunk/Mac-GUI/ • R Data Editor
- implemented column auto-sizing
- ⌘C will copy selected rows as?\020 TAB delimited data
- added chance to drag&drop selected rows (TAB delimited data)
 
5854 5515 d 9 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
 
5853 5515 d 13 h bibiko /trunk/Mac-GUI/ • added RDataEditorTableView (methods aren't implemented yet) to improve the functionality of the R Data Editor table