R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R-packages
(root)
/
trunk
/
Mac-GUI
/
RController.h
– Rev 8064
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
8064
1576 d 13 h
urbaneks
/trunk/Mac-GUI/
for R >= 4.2.0 set user library to R/<arch>/<ver> to match CRAN R_LIBS_USER
7916
2009 d 8 h
urbaneks
/trunk/Mac-GUI/
remove direct function calls to Obj-C methods
6731
4490 d 14 h
urbaneks
/trunk/Mac-GUI/
use AppNap for Mavericks build (modified version of r6624)
6660
4525 d 20 h
urbaneks
/trunk/Mac-GUI/
revert r6624 since it break the compilation
6624
4610 d 17 h
goedman
/trunk/Mac-GUI/
NSAppSleepDisabled update
6612
4617 d 23 h
ripley
/trunk/Mac-GUI/
back out
6611
4617 d 23 h
ripley
/trunk/
workaround for PR#15583 (unconfirmed)
6244
5081 d 3 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 23 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 16 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 23 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 17 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 22 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
5287 d 0 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
5297 d 2 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
5302 d 0 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 23 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 23 h
bibiko
/trunk/Mac-GUI/
• improved Rd syntax highlighting
• fixed exception for "Show Help for current Word" in RConsole
5983
5329 d 1 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 13 h
urbaneks
/trunk/Mac-GUI/
bugfix: arg hint not showed for the same function twice
←Prev
1
2
Next→
Show All