The R Project SVN R-packages

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
6260 5064 d 4 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 5 h bibiko /trunk/Mac-GUI/ • fixed delegate issue for RScriptEditorTextStorage
- pass delegate during init
 
6248 5081 d 5 h bibiko /trunk/Mac-GUI/ • type casted [self delegate]s to minimize compiler warnings  
6246 5081 d 7 h bibiko /trunk/Mac-GUI/ • fixed range issue for folding  
6245 5081 d 8 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 4 h bibiko /trunk/Mac-GUI/ • fixed layout issues
• improved folding at level x
 
6240 5084 d 8 h bibiko /trunk/Mac-GUI/ • fixed some layout issues
• increased layout speed
• fixed width for German's Editor Preferences
 
6238 5085 d 8 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 5093 d 23 h bibiko /trunk/Mac-GUI/ • further work on folding code
- not yet activated
- test phase began
 
6232 5095 d 14 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 18 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 1 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 6 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 4 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 5255 d 23 h bibiko /trunk/Mac-GUI/ • further progress for text chunk folding
- net yet active
 
6132 5260 d 8 h bibiko /trunk/Mac-GUI/ * improved refreshing for on-the-fly line wrapping change (esp. for Lion)  
6128 5261 d 7 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
 
6109 5269 d 3 h bibiko /trunk/Mac-GUI/ • very minor tidying  
6094 5272 d 23 h urbaneks /trunk/Mac-GUI/ fix Debug build; remove InfoPlist.strings; cleanup RappPrompt; move to 1.50-beta  
6093 5273 d 18 h bibiko /trunk/Mac-GUI/ • implemented highlighting paired braces via the built-in method showFindIndicatorForRange:  

Show All