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
5866 5503 d 7 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
 
5857 5514 d 9 h bibiko /trunk/Mac-GUI/ • fixed warning while compiling RController re WSBrowser; method getWSBController should be public  
5856 5514 d 9 h bibiko /trunk/Mac-GUI/ • Workspace Browser will be refreshed automatically if its window became first responder for convenience
• After "Clear Workspace" refresh Workspace Browser if it's visible
 
5851 5516 d 21 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
 
5806 5540 d 22 h bibiko /trunk/Mac-GUI/ • remain key window to WSBrowser after editing an object for convenience
• if user edit an object via edit(...) or WSBrowser show this object data syntax highlighted in editor if enabled for convenience
 
5729 5599 d 4 h urbaneks /trunk/Mac-GUI/ merge up to r125  
5713 5613 d 3 h urbaneks /trunk/Mac-GUI/ merge r84 (fixes)  
5708 5613 d 13 h urbaneks /trunk/Mac-GUI/ fix 10.5 compatibility  
5707 5613 d 21 h urbaneks /trunk/Mac-GUI/ merge r82  
5567 5950 d 1 h urbaneks /trunk/Mac-GUI/ address PR#8647, wish #7927 and q/quit issue  
5504 6128 d 22 h urbaneks /trunk/Mac-GUI/ use dynamic help  
5235 6510 d 23 h urbaneks /trunk/Mac-GUI/ make instances where integers are stored and compared to NSNotFound 64-bit safe  
1956 7573 d 20 h urbaneks /trunk/Mac-GUI/ Use UTF8String instead if CString everywhere  
1442 7761 d 13 h urbaneks /trunk/Mac-GUI/ Allow customization of the WS browser toolbar  
1254 7811 d 22 h iacus /trunk/Mac-GUI/ updated copyright info  
1045 7839 d 3 h urbaneks /trunk/Mac-GUI/ Make more strings localizable  
816 7903 d 0 h urbaneks /trunk/Mac-GUI/ Many fixes to import statements to be more precise ; minor fixes to be compliant with gcc 4.0 and a few bugfixes where void was used in an assignment  
714 7933 d 5 h iacus /trunk/Mac-GUI/ added everywhere copyright notes  
630 7948 d 6 h iacus /trunk/Mac-GUI/ added refresh button in toolbar, removed window button  
568 7959 d 3 h iacus /trunk/Mac-GUI/ first svn release of R Cocoa GUI