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)
/
branches
/
MacGUI-2-x
/
NSTextView_RAdditions.m
– Rev 6453
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
6453
4892 d 1 h
ripley
/branches/MacGUI-2-x/
branch
6245
5081 d 2 h
bibiko
/trunk/Mac-GUI/
• Improved handling of larger documents
• Fixed a crash if the R script editor has to handle _very_ long lines
6117
5264 d 0 h
bibiko
/trunk/Mac-GUI/
• removed unnecessary code
6070
5282 d 16 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
6040
5297 d 1 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
6035
5298 d 23 h
bibiko
/trunk/Mac-GUI/
• improved "getCurrentWordRange" to match also words with \uxxxx sequences
5843
5527 d 2 h
bibiko
/trunk/Mac-GUI/
• fixed for Selecting Balanced Brackets to delete strings in quotes correctly if the escape sign \ by itself is escaped like "^\\\\"
5825
5532 d 21 h
bibiko
/trunk/Mac-GUI/
• fixed issue for ignoring large quotes or comments while selecting balanced brackets
5814
5536 d 22 h
bibiko
/trunk/Mac-GUI/
• ignore all quoted strings for "Select Balances Brackets" to improve it further
5813
5537 d 0 h
bibiko
/trunk/Mac-GUI/
• ignore all comments for "Select Balances Brackets"
5719
5606 d 19 h
urbaneks
/trunk/Mac-GUI/
merge r109