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
7488 3082 d 20 h ripley /branches/R-3-4-branch/ baseline for nlme in 3.4.x, starting with 3.1-131  
6238 5085 d 3 h bibiko /trunk/Mac-GUI/ • added Code Folding of { ... } multi-line blocks in R Script Editor; see gutter and/or Menu > Format > Code Folding > ...  
6116 5264 d 22 h bibiko /trunk/Mac-GUI/ • added RTooltip to allow to display a tooltip programmatically; it can display plain text (type=text), any HTML code (type=html), or an NSImage (type=image)
- minimal example: [RTooltip showWithObject:@"Hello World"]
• added RChooseMenuItemDialog to allow to display a frameless menu (like a context menu) listing the passed items; it returns the selected item index or -1 if user pressed ESC
- minimal example:
[RChooseMenuItemDialog withItems:
[NSArray arrayWithObjects:@"item0", @"item1", nil] atPosition:[NSEvent mouseLocation]]