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
/
RScriptEditorTextView.m
@ 6241
– Rev 7824
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
7824
2285 d 10 h
urbaneks
/trunk/Mac-GUI/
API compatibility updates
7293
3539 d 6 h
urbaneks
/trunk/Mac-GUI/
replace deprecated convertPointFromBase:
6274
5061 d 11 h
bibiko
/trunk/Mac-GUI/
• avoid rescanning of func declarations if user didn't change the text buffer, instead iterate through scanned list
• fixed cursor and text color if user unchecked syntax highlighting due to background color setting
6263
5063 d 6 h
bibiko
/trunk/Mac-GUI/
• improved and bug fixed toggling wrap mode in editor
6260
5064 d 7 h
bibiko
/trunk/Mac-GUI/
• removed breakcounter for syntax hiliting to support long string declarations (TODO - find a better way to speed up long string support)
6249
5081 d 8 h
bibiko
/trunk/Mac-GUI/
• fixed delegate issue for RScriptEditorTextStorage
- pass delegate during init
6248
5081 d 8 h
bibiko
/trunk/Mac-GUI/
• type casted [self delegate]s to minimize compiler warnings
6246
5081 d 10 h
bibiko
/trunk/Mac-GUI/
• fixed range issue for folding
6245
5081 d 11 h
bibiko
/trunk/Mac-GUI/
• Improved handling of larger documents
• Fixed a crash if the R script editor has to handle _very_ long lines
6242
5083 d 7 h
bibiko
/trunk/Mac-GUI/
• fixed layout issues
• improved folding at level x
6240
5084 d 11 h
bibiko
/trunk/Mac-GUI/
• fixed some layout issues
• increased layout speed
• fixed width for German's Editor Preferences
6238
5085 d 11 h
bibiko
/trunk/Mac-GUI/
• added Code Folding of { ... } multi-line blocks in R Script Editor; see gutter and/or Menu > Format > Code Folding > ...
6233
5094 d 2 h
bibiko
/trunk/Mac-GUI/
• further work on folding code
- not yet activated
- test phase began
6232
5095 d 17 h
bibiko
/trunk/Mac-GUI/
• fixed and improved some minor issues for code completion
• sped up script editor's behaviour for larger texts
• added RScriptEditorTextStorage to RScriptEditorTextView (needed for future code folding)
• some further preparations for future code folding
• improved behaviour for toggling syntax hiliting in Prefs
6231
5097 d 21 h
bibiko
/trunk/Mac-GUI/
• cleaned and fixed some code snippets for syntax highlighting
• avoid syntax highlighting twice for loading a R script file
6230
5098 d 4 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
6229
5098 d 9 h
bibiko
/trunk/Mac-GUI/
• fixed bug of calling RScriptEditorTextView:awakeFromNib twice due binding RScriptEditorTextView's outlet scrollView in RDocument.xib - now done programmatically in RScriptEditorTextView:awakeFromNib
6228
5100 d 7 h
bibiko
/trunk/Mac-GUI/
• if user set 'no syntax highlighting' in the Preferences text font color and cursor color in R script editor will set to black
6137
5256 d 2 h
bibiko
/trunk/Mac-GUI/
• further progress for text chunk folding
- net yet active
6132
5260 d 11 h
bibiko
/trunk/Mac-GUI/
* improved refreshing for on-the-fly line wrapping change (esp. for Lion)
←Prev
1
2
Next→
Show All