The R Project SVN R-packages

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
6248 5081 d 10 h bibiko /trunk/Mac-GUI/ • type casted [self delegate]s to minimize compiler warnings  
6245 5081 d 13 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 9 h bibiko /trunk/Mac-GUI/ • fixed layout issues
• improved folding at level x
 
6240 5084 d 12 h bibiko /trunk/Mac-GUI/ • fixed some layout issues
• increased layout speed
• fixed width for German's Editor Preferences
 
6238 5085 d 13 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 4 h bibiko /trunk/Mac-GUI/ • further work on folding code
- not yet activated
- test phase began
 
6232 5095 d 19 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
 
6229 5098 d 11 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  
6137 5256 d 4 h bibiko /trunk/Mac-GUI/ • further progress for text chunk folding
- net yet active
 
6128 5261 d 12 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
 
6093 5273 d 23 h bibiko /trunk/Mac-GUI/ • implemented highlighting paired braces via the built-in method showFindIndicatorForRange:  
6029 5301 d 8 h bibiko /trunk/Mac-GUI/ • synchronized Rd syntax coloring with R colors to avoid having additional color setting panes
- BUT the code for customizing Rd colors only is prepared but commented out [the future will tell whether it's needed or not]
- Rd colors for known tags and general (unknown) tags are the same but we can colorize them differently
 
6001 5307 d 3 h bibiko /trunk/Mac-GUI/ • implemented own colors for Rd syntax highlighting; accordingly added preference keys and defaults  
5993 5313 d 5 h bibiko /trunk/Mac-GUI/ • initial commit to support "Rd Documention File" editing; not yet fully implemented but workable
- Rd files are assigned to R.app
- Rd file editor has its own toolbar and added "HTML Preview"
- Rd file will be parsed to build section list for pop-menu in toolbar (same approach as for function list of R files)

... work in progress
 
5805 5542 d 4 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] )
 
5756 5582 d 10 h bibiko /trunk/Mac-GUI/ ensure that all displayed R code is highlighted in Script Editor window; improved syntax highlighting for long lines  
5721 5606 d 6 h urbaneks /trunk/Mac-GUI/ merge up to r114  
5708 5613 d 16 h urbaneks /trunk/Mac-GUI/ fix 10.5 compatibility  
5707 5614 d 0 h urbaneks /trunk/Mac-GUI/ merge r82  
5705 5614 d 6 h urbaneks /trunk/Mac-GUI/ merge r79 from the new GUI plus bugfixes