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
/
RTextView.m
@ 4556
– Rev 7927
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
7927
1991 d 17 h
urbaneks
/trunk/Mac-GUI/
remove RPARSERCONTEXTFORPOSITION, fix some int width issues and force re-size for document windows
6438
4918 d 23 h
urbaneks
/trunk/Mac-GUI/
fix indent crash
6247
5081 d 8 h
bibiko
/trunk/Mac-GUI/
• forgot to rename SLog parameter in parserContextForPosition
6245
5081 d 10 h
bibiko
/trunk/Mac-GUI/
• Improved handling of larger documents
• Fixed a crash if the R script editor has to handle _very_ long lines
6240
5084 d 10 h
bibiko
/trunk/Mac-GUI/
• fixed some layout issues
• increased layout speed
• fixed width for German's Editor Preferences
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 > ...
6230
5098 d 3 h
bibiko
/trunk/Mac-GUI/
• Fixed bug for not working code completion if in the completion scope strings wrapped by '...' are involved
• Sped up enormously getRangeForCurrentWordOfRange
• removed unnecessary code for syntax highlighting which speeds it up a bit
6227
5107 d 7 h
bibiko
/trunk/Mac-GUI/
• began to clean code for minimizing warnings (Xcode 4.4), to fix erroneous code snippets (>= SDK 10.7), and to be compatible with >= SDK 10.7 - but min SDK is still 10.5
6225
5109 d 7 h
bibiko
/trunk/Mac-GUI/
• Fixed broken block selection
• Fixed minor issue while dragging an item to RConsole or R Script editor if insertion cursor is located at an empty line
6115
5267 d 6 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? ...
6102
5269 d 14 h
bibiko
/trunk/Mac-GUI/
• minor fix for inserting *.R dragged snippet for relative pathes
6101
5269 d 14 h
bibiko
/trunk/Mac-GUI/
• fixed insertion of dragged files - holding down the ALT key while dragging the relative path will be inserted (not the other way around) [not for *.R or *.Rdata files -> see NEWS]
6100
5269 d 23 h
bibiko
/trunk/Mac-GUI/
• fixed drag&drop position
6097
5270 d 23 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
6095
5272 d 0 h
urbaneks
/trunk/Mac-GUI/
fix color-related bug in RTextView drawRect: causing crash on start-up
6088
5274 d 6 h
bibiko
/trunk/Mac-GUI/
• improved three-finger swiping for toggling history drawer
• fixed minor issue to check if textview is the RConsole
• suppressed compiler 10.6 warnings due to NSTextView automatisms
6082
5276 d 22 h
bibiko
/trunk/Mac-GUI/
Added trackpad three-finger swiping to toggle history drawer visibility in RConsole
6070
5283 d 0 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
6068
5286 d 0 h
bibiko
/trunk/Mac-GUI/
• while dragging .*R or *.Rdata files and holding ⌘ key down insert the full path in order to be conform with normal dragging behaviour
6067
5286 d 5 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
←Prev
1
2
Next→
Show All