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
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 22 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:  
6090 5274 d 2 h bibiko /trunk/Mac-GUI/ • fixed bug (typo) for default setting of selection background colour  
6070 5282 d 22 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
 
6067 5286 d 3 h bibiko /trunk/Mac-GUI/ • In Script Editor "function list" selection follows cursor position.
• Added support for dragging *.R and *.Rdata files to RConsole or Script Editor to insert template "source()" and "load()" resp. For these file extensions holding down CMD key while dragging will insert the file path only.
• for "copy" from RConsole or script editor add RTF data to the pasteboard in order to be able to copy syntax highlighting as well
 
6063 5288 d 2 h bibiko /trunk/Mac-GUI/ • sped up Format Source Code esp. for huge R files enormously
• further improvement for settings via NSColorPanel
• synchronized pref toolbar setting if already open and user invoke "Colors" from the RConsole's toolbar
• fix for setting the status line; first set the content and then let a runloop run to display it
 
6045 5295 d 7 h bibiko /trunk/Mac-GUI/ • Improved "function list" for R scripts to list object declarations for setMethod, setReplaceMethod, setClass as "- a_method (a_class)" and "- (a_class)" resp.  
6029 5301 d 3 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 5306 d 22 h bibiko /trunk/Mac-GUI/ • implemented own colors for Rd syntax highlighting; accordingly added preference keys and defaults  

Show All