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
/
NoodleLineNumberView.m
@ 8525
– Rev 8075
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
8075
1556 d 20 h
urbaneks
/trunk/Mac-GUI/
update GUI for R 4.2.0
7916
2009 d 16 h
urbaneks
/trunk/Mac-GUI/
remove direct function calls to Obj-C methods
7327
3429 d 1 h
urbaneks
/trunk/Mac-GUI/
fix setRuleThickness: crash
6250
5081 d 4 h
bibiko
/trunk/Mac-GUI/
• disabled code folding for MacOSX < 10.7; for unknown reasons so far the NSLayoutManager on systems prior to Lion behaves totally different although compiled against SDK 10.5
- (work in progress)
6242
5083 d 6 h
bibiko
/trunk/Mac-GUI/
• fixed layout issues
• improved folding at level x
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 > ...
6233
5094 d 2 h
bibiko
/trunk/Mac-GUI/
• further work on folding code
- not yet activated
- test phase began
6232
5095 d 16 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
6128
5261 d 10 h
bibiko
/trunk/Mac-GUI/
• initial commit to support text chunk folding in RScriptEditor
- not yet activated since testing phase is not yet finished (esp. for speed)
• fixed line numbering refreshing calls
5991
5317 d 3 h
bibiko
/trunk/Mac-GUI/
• Line Numbering now draws the line numbers 5 times faster
5808
5540 d 7 h
bibiko
/trunk/Mac-GUI/
• removed complier warning for NoodleLineNumberView class
5807
5540 d 7 h
bibiko
/trunk/Mac-GUI/
• some minor fixes for NoodleLineNumberView class
5805
5542 d 1 h
bibiko
/trunk/Mac-GUI/
• R Editor fixes and improvements
- fixed transparent issue (connection point of both scrollbars) for "not wrapping lines"
- fixed bug for "not wrapping lines" while opening a doc
- fixed wrap lines/show line number now will be changed on runtime
- sped up line numbering a bit
- some preparations for enabling non-continuously layout which allows to edit very large docs (not yet activate sine some problems with applying syntax hiliting [all the time - eternal loop bounds did change -> syntax coloring -> bounds did changed ... and jittering of the vertical scrollbar] )
5705
5614 d 3 h
urbaneks
/trunk/Mac-GUI/
merge r79 from the new GUI plus bugfixes