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
6453 4891 d 23 h ripley /branches/MacGUI-2-x/ branch  
6244 5081 d 0 h bibiko /trunk/Mac-GUI/ • decreased objc_send_message time of heavy used while loops enormously for better response time and less idle cpu usage  
6115 5266 d 20 h bibiko /trunk/Mac-GUI/ • changes for full screen support for Lion and up
- added menu item under main menu "Window" bound to standard ^⌘F
- up to now only the RConsole can run in full screen mode
- removed full screen support for script editor windows since the question is answered: how should we handle full screen mode for other windows incl. Quartz? If the app runs in full screen mode all windows will be set to full screen? Should each window be handled differently? ...
 
6097 5270 d 12 h bibiko /trunk/Mac-GUI/ • improved three-finger trackpad swiping for toggling the history drawer of the RConsole
• added three-finger trackpad swiping to go back and forward in web help pages
• added two-finger trackpad zooming support in web help pages to in/decrease text size
 
6073 5281 d 19 h bibiko /trunk/Mac-GUI/ • added Rd file support [see NEWS 2012-02-09]
• enhanced R's prompt() function by the argument 'interactive' [more details see NEWS 2012-02-09]
 
6070 5282 d 14 h bibiko /trunk/Mac-GUI/ • fixed bug for RTextView:copy
• fixed issues for changing font size via trackpad gesture
• fixed issue for setting selection background color
• started to add functionality to support user-definable actions like inserting programmable text macros with highlighted snippet etc. - will be continued soon
• improved *.R dragging by applying the above mentioned text macro mechanism
- the value of the parameter(s) 'chdir' is/are highlighted which can then changed by the user; use TAB and SHIFT+TAB to navigate through the highlighted snippets; a final TAB will place the cursor at the end of the inserted template - docs will follow
- added possibility to the user to define other drag actions due to file extension - docs will follow
- fixed some minor issues
• some minor fixes and improvements
 
6067 5285 d 19 h bibiko /trunk/Mac-GUI/ • In Script Editor "function list" selection follows cursor position.
• Added support for dragging *.R and *.Rdata files to RConsole or Script Editor to insert template "source()" and "load()" resp. For these file extensions holding down CMD key while dragging will insert the file path only.
• for "copy" from RConsole or script editor add RTF data to the pasteboard in order to be able to copy syntax highlighting as well
 
6065 5286 d 21 h bibiko /trunk/Mac-GUI/ • draw a radial gradient background behind RConsole's progress spinner thus it's visible even for dark background colors  
6040 5296 d 23 h bibiko /trunk/Mac-GUI/ • Added Format > Transformation >
- "Unicode Characters in R Strings to \uxxxx"
-- converts all non-ASCII characters inside of
R strings of the selected text or current
word to \uxxxx sequences
- "\uxxxx to Characters"
-- converts all \uxxxx sequences of the selected
text or current word to according characters
• some seed ups for selecting balanced brackets and parserContextForPosition:
• some fixes for function hints in RConsole
- do not parse beyond committedLength
- forget lastFunctionHint if status text will be changed
 
6027 5301 d 21 h bibiko /trunk/Mac-GUI/ removed - (IBAction)newDocument:(id)sender; in RController since it's bound to firstResponder and RDocumentController listens to it  
6018 5303 d 20 h bibiko /trunk/Mac-GUI/ • added R services to Apple's services
- "Run selection in R Console"
-- for a text selection in any app:
take the selected text and execute it in the R Console
-- for selected R files
source these selected R files in R Console one by one
- "Open selection in R"
-- for a text selection in any app:
opens a new untitled R script document and pastes the selected text coming from any app into that new document

[NOTE: These service menu item have to be localized in "Info.plist"!! For German it's already done!!]

• Fixed tiny issue in the German Main menu
 
5998 5309 d 20 h bibiko /trunk/Mac-GUI/ • improved Rd syntax highlighting
• fixed exception for "Show Help for current Word" in RConsole
 
5983 5328 d 22 h bibiko /trunk/Mac-GUI/ • Font setting in RConsole will now be stored persistently
• Improved options()'s width setting and updating behaviour due to RConsole's size and used font
• unified some code regarding font size settings
 
5969 5336 d 9 h urbaneks /trunk/Mac-GUI/ bugfix: arg hint not showed for the same function twice  
5866 5502 d 20 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 5556 d 15 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 5563 d 18 h urbaneks /trunk/Mac-GUI/ add separate color for console errors  
5732 5596 d 13 h urbaneks /trunk/Mac-GUI/ merge up to r147 including full l18n update  
5724 5603 d 18 h urbaneks /trunk/Mac-GUI/ merge up to r118  
5719 5606 d 17 h urbaneks /trunk/Mac-GUI/ merge r109  

Show All