R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R-packages
(root)
/
trunk
/
Mac-GUI
/
RDocument.h
– Rev 6059
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
6059
5289 d 0 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 19 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 4 h
bibiko
/trunk/Mac-GUI/
• for Rd files do not show "Check successful" alert for Preview HTML/PDF
6026
5302 d 2 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 0 h
bibiko
/trunk/Mac-GUI/
• improved Rd syntax highlighting
• implemented PDF Preview of current Rd file
5997
5311 d 1 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
5312 d 21 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
5589 d 23 h
urbaneks
/trunk/Mac-GUI/
merge up to r158
5719
5606 d 23 h
urbaneks
/trunk/Mac-GUI/
merge r109
5708
5613 d 8 h
urbaneks
/trunk/Mac-GUI/
fix 10.5 compatibility
5676
5663 d 21 h
urbaneks
/trunk/Mac-GUI/
add encoding support
1254
7811 d 17 h
iacus
/trunk/Mac-GUI/
updated copyright info
1021
7840 d 17 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 0 h
urbaneks
/trunk/Mac-GUI/
Fixed doc saving
898
7866 d 17 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 16 h
urbaneks
/trunk/Mac-GUI/
Color handling fixes for document windows
877
7879 d 18 h
urbaneks
/trunk/Mac-GUI/
Removed superfluous and wrong color handling code (should fix crashes encountered with new documents)
824
7900 d 9 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 9 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 1 h
iacus
/trunk/Mac-GUI/
added everywhere copyright notes
←Prev
1
2
Next→
Show All