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
6059 5289 d 3 h bibiko /trunk/Mac-GUI/ • further improvements for Format R Code
- keep users empty lines since (but clean them)
- sped it up a bit
- fixed mixing indentation of 4 and 2 spaces coming from deparse()
• avoid re-entering Rd tools or R code formatting methods
• made deparse's width.cutoff customizable via Pref key RScriptEditorFormatWidthCutoff; if set to 0 the window's width will be taken otherwise the user's setting
 
6058 5289 d 22 h bibiko /trunk/Mac-GUI/ • added NSString method runBashCommandWithEnvironment:atCurrentDirectoryPath:error: to be able to run any bash command(s) including code of other scripting languages like Python, Perl, etc (by specifying the magic header #!...)
- example: NSString *d = [@"date" runBashCommandWithEnvironment:nil atCurrentDirectoryPath:nil error:nil];
will run the command 'date' in a separate bash shell and set d to the current date.
- any of these called bash commands can be cancelled by pressing ⌘+. (Apple standard)
• applied above mentioned method to decouple editing stuff from REngine for checking Rd docs, converting Rd doc into HTML/PDF, and formatting R code since it's not a good idea to disturb a running R command in the RConsole while editing a doc. Furthermore now if the checking of a Rd doc freezes the user can simply press ⌘+. to cancel that separate task
• improved Format R code
• fixed some minor stuff for deleting temporary files
 
6034 5299 d 7 h bibiko /trunk/Mac-GUI/ • for Rd files do not show "Check successful" alert for Preview HTML/PDF  
6026 5302 d 5 h bibiko /trunk/Mac-GUI/ • further work on Rd support:
- added to main menu: New Rd Document ⌥⌘N
- added to Rd toolbox:
-- Insert Function Rd Template ^⌥⌘F (done via prompt())
-- Insert Data Rd Template ^⌥⌘D (done via prompt())
-- Check Rd Document ^⌥⌘C
-- assigned key equivalents to PDF/HTML Preview ^⌥⌘P/^⌥⌘H
- improved output of possible warnings or errors while Rd check
-- re-format output for better reading
-- tries to figure out where the first error/warning appears and jump to it after dismissing the alert
• minor code improvements and removing of forgotten debug outputs
 
6004 5306 d 3 h bibiko /trunk/Mac-GUI/ • improved Rd syntax highlighting
• implemented PDF Preview of current Rd file
 
5997 5311 d 4 h bibiko /trunk/Mac-GUI/ • further work on Rd file support
- some improvement for saving files, esp. for changing file types from R to Rd e.g.
• corrected misspelled 'Secction'
 
5993 5313 d 0 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
 
5741 5590 d 2 h urbaneks /trunk/Mac-GUI/ merge up to r158  
5719 5607 d 2 h urbaneks /trunk/Mac-GUI/ merge r109  
5708 5613 d 11 h urbaneks /trunk/Mac-GUI/ fix 10.5 compatibility  
5676 5664 d 0 h urbaneks /trunk/Mac-GUI/ add encoding support  
1254 7811 d 20 h iacus /trunk/Mac-GUI/ updated copyright info  
1021 7840 d 20 h urbaneks /trunk/Mac-GUI/ *Added simple line number support in source editor.
*Fixed some issues around deleteBackward in editor
*Brace highlighting in editor re-enabled
*Fixed some minor issues on repositioning and resizing of Quartz
windows.
 
903 7866 d 3 h urbaneks /trunk/Mac-GUI/ Fixed doc saving  
898 7866 d 21 h urbaneks /trunk/Mac-GUI/ Fixed undo issues and NSRunStorage exceptions; Added Rcommand doc type, corresponding RConsole classes and NIB; Use own text storage components for the documents and console  
879 7878 d 19 h urbaneks /trunk/Mac-GUI/ Color handling fixes for document windows  
877 7879 d 21 h urbaneks /trunk/Mac-GUI/ Removed superfluous and wrong color handling code (should fix crashes encountered with new documents)  
824 7900 d 13 h urbaneks /trunk/Mac-GUI/ *(re-)enabled printing of docs in editor,
for now, clears and restores background color
before printing
*changed horizontalPagination from Auto to Fit
*enabled printing help pages with print button
*kept full path for editor app or script
*informational panel if help topic is not found
 
820 7901 d 12 h urbaneks /trunk/Mac-GUI/ Fixed preferences not working since last commit; added support for initial WD in misc PP; fixed issues with WD; changed display of WD to use ~ when possible (joint work with RG)  
714 7933 d 4 h iacus /trunk/Mac-GUI/ added everywhere copyright notes  

Show All