The R Project SVN R-packages

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
6128 5261 d 13 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
 
/trunk/Mac-GUI/FoldingSignTextAttachmentCell.h
/trunk/Mac-GUI/FoldingSignTextAttachmentCell.m
/trunk/Mac-GUI/RScriptEditorGlyphGenerator.h
/trunk/Mac-GUI/RScriptEditorGlyphGenerator.m
/trunk/Mac-GUI/RScriptEditorLayoutManager.h
/trunk/Mac-GUI/RScriptEditorLayoutManager.m
/trunk/Mac-GUI/RScriptEditorTextStorage.h
/trunk/Mac-GUI/RScriptEditorTextStorage.m
/trunk/Mac-GUI/RScriptEditorTypeSetter.h
/trunk/Mac-GUI/RScriptEditorTypeSetter.m
/trunk/Mac-GUI/NoodleLineNumberView.h
/trunk/Mac-GUI/NoodleLineNumberView.m
/trunk/Mac-GUI/PreferenceKeys.h
/trunk/Mac-GUI/R.xcodeproj/project.pbxproj
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.h
/trunk/Mac-GUI/RScriptEditorTextView.m
6109 5269 d 9 h bibiko /trunk/Mac-GUI/ • very minor tidying  
/trunk/Mac-GUI/HelpManager.m
/trunk/Mac-GUI/RScriptEditorTextView.m
6094 5273 d 4 h urbaneks /trunk/Mac-GUI/ fix Debug build; remove InfoPlist.strings; cleanup RappPrompt; move to 1.50-beta  
/trunk/Mac-GUI/English.lproj/InfoPlist.strings
/trunk/Mac-GUI/InfoPlist.h
/trunk/Mac-GUI/R.xcodeproj/project.pbxproj
/trunk/Mac-GUI/RGUI.h
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/main.m
/trunk/Mac-GUI/updateSVN
6093 5274 d 0 h bibiko /trunk/Mac-GUI/ • implemented highlighting paired braces via the built-in method showFindIndicatorForRange:  
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.h
/trunk/Mac-GUI/RScriptEditorTextView.m
6090 5274 d 7 h bibiko /trunk/Mac-GUI/ • fixed bug (typo) for default setting of selection background colour  
/trunk/Mac-GUI/PrefPanes/SyntaxColorsPrefPane.m
/trunk/Mac-GUI/RScriptEditorTextView.m
6070 5283 d 4 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
 
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/NSString_RAdditions.m
/trunk/Mac-GUI/NSTextView_RAdditions.m
/trunk/Mac-GUI/PrefPanes/SyntaxColorsPrefPane.m
/trunk/Mac-GUI/PreferenceKeys.h
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RTextView.h
/trunk/Mac-GUI/RTextView.m
6067 5286 d 9 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
 
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RTextView.h
/trunk/Mac-GUI/RTextView.m
6063 5288 d 7 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
 
/trunk/Mac-GUI/AMPrefs/AMPreferenceWindowController.m
/trunk/Mac-GUI/PrefPanes/ColorsPrefPane.m
/trunk/Mac-GUI/PrefPanes/PrefWindowController.m
/trunk/Mac-GUI/PrefPanes/SyntaxColorsPrefPane.m
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RTextView.m
6045 5295 d 13 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.  
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RSymbolTokens.h
/trunk/Mac-GUI/RSymbolTokens.l
6029 5301 d 9 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
 
/trunk/Mac-GUI/PrefPanes/SyntaxColorsPrefPane.h
/trunk/Mac-GUI/PrefPanes/SyntaxColorsPrefPane.m
/trunk/Mac-GUI/RScriptEditorTextView.h
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RdScriptEditorTokens.l
6001 5307 d 3 h bibiko /trunk/Mac-GUI/ • implemented own colors for Rd syntax highlighting; accordingly added preference keys and defaults  
/trunk/Mac-GUI/PreferenceKeys.h
/trunk/Mac-GUI/RScriptEditorTextView.h
/trunk/Mac-GUI/RScriptEditorTextView.m
5998 5310 d 10 h bibiko /trunk/Mac-GUI/ • improved Rd syntax highlighting
• fixed exception for "Show Help for current Word" in RConsole
 
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RTextView.m
/trunk/Mac-GUI/RdScriptEditorTokens.h
/trunk/Mac-GUI/RdScriptEditorTokens.l
5995 5312 d 0 h bibiko /trunk/Mac-GUI/ • further work for Rd support
- initial work on syntax highlighting
- applied (un)comment functionality
- implemented first stage of completion mode for \foo macros
- improved section parsing
- improved HTML preview
• fixed issue for R code completion if a '\' occurs i.e. it has to be escaped
 
/trunk/Mac-GUI/RDocument.m
/trunk/Mac-GUI/RDocumentWinCtrl.h
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RTextView.h
/trunk/Mac-GUI/RTextView.m
/trunk/Mac-GUI/RdScriptEditorTokens.h
/trunk/Mac-GUI/RdScriptEditorTokens.l
/trunk/Mac-GUI/Tools/CodeCompletion.m
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
 
/trunk/Mac-GUI/RdEditorToolbar.h
/trunk/Mac-GUI/RdEditorToolbar.m
/trunk/Mac-GUI/HelpManager.h
/trunk/Mac-GUI/HelpManager.m
/trunk/Mac-GUI/Info.plist
/trunk/Mac-GUI/R.xcodeproj/project.pbxproj
/trunk/Mac-GUI/RDocument.h
/trunk/Mac-GUI/RDocument.m
/trunk/Mac-GUI/RDocumentController.h
/trunk/Mac-GUI/RDocumentWinCtrl.h
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.h
/trunk/Mac-GUI/RScriptEditorTextView.m
5983 5329 d 12 h bibiko /trunk/Mac-GUI/ • Font setting in RConsole will now be stored persistently
• Improved options()'s width setting and updating behaviour due to RConsole's size and used font
• unified some code regarding font size settings
 
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/PreferenceKeys.h
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RTextView.m
5970 5336 d 23 h bibiko /trunk/Mac-GUI/ • Switching off syntax colouring and toggling wrap text in Preferences will update all open script editor documents
• Fixed user range for completion in a case where there's no string to complete
 
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RTextView.m
5910 5411 d 0 h urbaneks /trunk/Mac-GUI/ fix missing super awake in RScriptEditorTextView  
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/RScriptEditorTextView.m
5814 5537 d 10 h bibiko /trunk/Mac-GUI/ • ignore all quoted strings for "Select Balances Brackets" to improve it further  
/trunk/Mac-GUI/NSTextView_RAdditions.m
/trunk/Mac-GUI/RScriptEditorTextView.m
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] )
 
/trunk/Mac-GUI/English.lproj/RDocument.xib
/trunk/Mac-GUI/NoodleLineNumberView.h
/trunk/Mac-GUI/NoodleLineNumberView.m
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/RScriptEditorTextView.h
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/de.lproj/RDocument.xib
/trunk/Mac-GUI/fr.lproj/RDocument.xib
/trunk/Mac-GUI/it.lproj/RDocument.xib
/trunk/Mac-GUI/ja.lproj/RDocument.xib
/trunk/Mac-GUI/nl.lproj/RDocument.xib
5770 5559 d 8 h bibiko /trunk/Mac-GUI/ • fixed issues for Show function hint:
- show hint always in RConole
- call 'hintForFunction' if it was enabled in Prefs
 
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RScriptEditorTextView.m

Show All