| 6238 |
5085 d 10 h |
bibiko |
/trunk/Mac-GUI/ |
• added Code Folding of { ... } multi-line blocks in R Script Editor; see gutter and/or Menu > Format > Code Folding > ... |
|
/trunk/Mac-GUI/images/Folding Bottom Hoover.png /trunk/Mac-GUI/images/Folding Bottom Pressed.png /trunk/Mac-GUI/images/Folding Bottom.png /trunk/Mac-GUI/images/Folding Collapsed Hoover.png /trunk/Mac-GUI/images/Folding Collapsed Pressed.png /trunk/Mac-GUI/images/Folding Collapsed.png /trunk/Mac-GUI/images/Folding Top Hoover.png /trunk/Mac-GUI/images/Folding Top Pressed.png /trunk/Mac-GUI/images/Folding Top.png
/trunk/Mac-GUI/English.lproj/EditorPrefPane.xib /trunk/Mac-GUI/English.lproj/MainMenu.xib /trunk/Mac-GUI/FoldingSignTextAttachmentCell.m /trunk/Mac-GUI/NEWS /trunk/Mac-GUI/NoodleLineNumberView.h /trunk/Mac-GUI/NoodleLineNumberView.m /trunk/Mac-GUI/PreferenceKeys.h /trunk/Mac-GUI/R.xcodeproj/project.pbxproj /trunk/Mac-GUI/RDocumentWinCtrl.m /trunk/Mac-GUI/RScriptEditorGlyphGenerator.h /trunk/Mac-GUI/RScriptEditorGlyphGenerator.m /trunk/Mac-GUI/RScriptEditorLayoutManager.h /trunk/Mac-GUI/RScriptEditorLayoutManager.m /trunk/Mac-GUI/RScriptEditorTextStorage.h /trunk/Mac-GUI/RScriptEditorTextStorage.m /trunk/Mac-GUI/RScriptEditorTextView.h /trunk/Mac-GUI/RScriptEditorTextView.m /trunk/Mac-GUI/RScriptEditorTypeSetter.m /trunk/Mac-GUI/RTextView.m /trunk/Mac-GUI/Tools/RTooltip.m /trunk/Mac-GUI/de.lproj/ColorsPrefPane.xib /trunk/Mac-GUI/de.lproj/EditorPrefPane.xib /trunk/Mac-GUI/de.lproj/MainMenu.xib /trunk/Mac-GUI/fr.lproj/MainMenu.xib /trunk/Mac-GUI/it.lproj/MainMenu.xib /trunk/Mac-GUI/ja.lproj/MainMenu.xib /trunk/Mac-GUI/nl.lproj/MainMenu.xib
|
| 6116 |
5265 d 4 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]] |
|
/trunk/Mac-GUI/Tools/RChooseMenuItemDialog.h /trunk/Mac-GUI/Tools/RChooseMenuItemDialog.m /trunk/Mac-GUI/Tools/RTooltip.h /trunk/Mac-GUI/Tools/RTooltip.m
/trunk/Mac-GUI/R.xcodeproj/project.pbxproj
|