| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 7108 |
3842 d 19 h |
urbaneks |
/trunk/Mac-GUI/ |
make sure tableView:objectValueForTableColumn:row: doesn't fail even if the data has already been released since the cleanup can trigger after enptying the data (PR#16561) |
|
| 6455 |
4891 d 3 h |
ripley |
/trunk/Mac-GUI/ |
clean up for R >= 3.0.0 |
|
| 6408 |
4970 d 5 h |
ripley |
/trunk/Mac-GUI/ |
remove a lot of code conditional of R < 2.10.0
remove use of PrivateHeaders |
|
| 6273 |
5061 d 7 h |
ripley |
/trunk/Mac-GUI/ |
some cleaning up, including not using Rdefines.h |
|
| 6264 |
5062 d 21 h |
ripley |
/trunk/Mac-GUI/ |
fix mismapping of empty strings in REditor |
|
| 6227 |
5107 d 0 h |
bibiko |
/trunk/Mac-GUI/ |
• began to clean code for minimizing warnings (Xcode 4.4), to fix erroneous code snippets (>= SDK 10.7), and to be compatible with >= SDK 10.7 - but min SDK is still 10.5 |
|
| 5972 |
5334 d 1 h |
bibiko |
/trunk/Mac-GUI/ |
- removed NSLog
- fixed appearing of "R Data Editor" entry in main menu > Windows; it was still listed after closing |
|
| 5868 |
5500 d 23 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 |
|
| 5866 |
5503 d 0 h |
bibiko |
/trunk/Mac-GUI/ |
• Edit Object <SHIFT+COMMAND+E>
- in Workspace Browser is invokes editing of selected item
- in any editor if something is selected it takes the selection as object name and invokes obj <- edit(obj)
- in any editor if nothing is selected it takes the current word due to cursor position, checks if found word is a valid object name in ls(), and if so invokes obj <- edit(obj)
• fixed bug for adding a new column in R Data Editor |
|
| 5865 |
5503 d 17 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 |
5509 d 1 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 |
5513 d 2 h |
bibiko |
/trunk/Mac-GUI/ |
• only code cosmetics - no changes |
|
| 5860 |
5513 d 22 h |
bibiko |
/trunk/Mac-GUI/ |
• R Data Editor table; make sure that any pending changes will be stored before closing the window |
|
| 5859 |
5513 d 23 h |
bibiko |
/trunk/Mac-GUI/ |
• R Data Editor
- bound the following keyboard equivalents to it:
⌥⌘A Add Row
⌥⌘C Add column of type NUMERIC
⇧⌥⌘C Add column of type CHARACTER
⌥⌫ Remove rows or columns according selection
⌃⌥⌘⌫ Cancel editing without saving data and close the window
[also changed the tooltip of “Add Column” toolbar icon]
- pressing the “Add Column” button will insert a column of that type left of it
- fixed re-selecting rows if last row was removed
-- note: chosen keyboard equivalents should be discussed; these can be changed without re-translating of the tooltips |
|
| 5858 |
5514 d 1 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 13 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 0 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 15 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 |
|
| 5846 |
5525 d 17 h |
bibiko |
/trunk/Mac-GUI/ |
• fixed typo for determining of the string size |
|
| 5845 |
5525 d 18 h |
bibiko |
/trunk/Mac-GUI/ |
• fixed R Data Editor to display and edit strings of any size
• R Script Editor completion now suggests var, function, parameter, etc. names even if they aren't defined in R's workspace (by parsing the R script buffer if it is not larger the 3MB) |
|