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
 
5773 5557 d 2 h bibiko /trunk/Mac-GUI/ • fixed issue for 10.5 that function hint won't be displayed
- the issue was that under 10.5 the regular expression [^\w\d_\.] will be evaluated wrongly (?!)
• fixed some minor GUI stuff for the status bar
• do not call REngine if the same function hint will be displayed to avoid unnecessary jittering
 
5764 5564 d 5 h urbaneks /trunk/Mac-GUI/ add separate color for console errors  
5732 5597 d 0 h urbaneks /trunk/Mac-GUI/ merge up to r147 including full l18n update  
5724 5604 d 5 h urbaneks /trunk/Mac-GUI/ merge up to r118  
5719 5607 d 4 h urbaneks /trunk/Mac-GUI/ merge r109  
5708 5613 d 14 h urbaneks /trunk/Mac-GUI/ fix 10.5 compatibility  
5707 5613 d 22 h urbaneks /trunk/Mac-GUI/ merge r82  
5705 5614 d 3 h urbaneks /trunk/Mac-GUI/ merge r79 from the new GUI plus bugfixes  
5588 5909 d 2 h urbaneks /trunk/Mac-GUI/ map q/quit to app's Quit action; fix previous R version library lookup  
5504 6128 d 23 h urbaneks /trunk/Mac-GUI/ use dynamic help  
5053 6687 d 4 h urbaneks /trunk/Mac-GUI/ add support for BS, CR and BELL in console output  
4941 6739 d 23 h urbaneks /trunk/Mac-GUI/ fix 'hang-on-esc' issue by using an asynchronous break  
4916 6750 d 3 h urbaneks /trunk/Mac-GUI/ prevent re-entrant event processing  
4671 6942 d 0 h urbaneks /trunk/Mac-GUI/ add clean console and fix console font handling  
4196 7066 d 6 h urbaneks /trunk/Mac-GUI/ Add support for auto-closing brackets  
4159 7095 d 19 h urbaneks /trunk/Mac-GUI/ Don't repaint working directory widget unless necessary (to prevent PDF copy issues)  
3159 7371 d 17 h urbaneks /trunk/Mac-GUI/ Clean up document handling; add hack for windows not closing properly; add window focus tracking in RDocumentController and use it to jump to windows by document type  
3100 7397 d 18 h urbaneks /trunk/Mac-GUI/ Install custom handler for 'odoc' events to retrieve such events before the application is ready and preocess them after R is up and running.  
2311 7460 d 20 h urbaneks /trunk/Mac-GUI/ Clean up event loop. We have full controll now, no need for kickstart via timer.  

Show All