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)
/
branches
/
MacGUI-2-x
/
RDocumentController.h
– Rev 6453
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
6453
4892 d 3 h
ripley
/branches/MacGUI-2-x/
branch
6114
5267 d 4 h
bibiko
/trunk/Mac-GUI/
• fixed interface declaration
6026
5302 d 1 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
5993
5312 d 19 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
5726
5603 d 15 h
urbaneks
/trunk/Mac-GUI/
merge up to r122
5719
5606 d 21 h
urbaneks
/trunk/Mac-GUI/
merge r109
5708
5613 d 7 h
urbaneks
/trunk/Mac-GUI/
fix 10.5 compatibility
5705
5613 d 20 h
urbaneks
/trunk/Mac-GUI/
merge r79 from the new GUI plus bugfixes
3825
7241 d 23 h
urbaneks
/trunk/Mac-GUI/
Fix bug introduced in 3770 that crashed R when openign documents
3770
7256 d 19 h
goedman
/trunk/Mac-GUI/
Cleanup around RDocumentController
3159
7371 d 10 h
urbaneks
/trunk/Mac-GUI/
Clean up document handling; add hack for windows not closing properly; add window focus tracking in RDocumentController and use it to jump to windows by document type
3101
7397 d 11 h
urbaneks
/trunk/Mac-GUI/
Change the name of the default document type and move the definition to the header file
1254
7811 d 16 h
iacus
/trunk/Mac-GUI/
updated copyright info
820
7901 d 8 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)
789
7907 d 17 h
urbaneks
/trunk/Mac-GUI/
improved structure of RDocumentController, made edit default in MiscPrefPane [RG]; fixed handling of file names - use NSString whenever possible (fixes issues with files containing non-ASCII chars) [SU]
714
7932 d 23 h
iacus
/trunk/Mac-GUI/
added everywhere copyright notes
707
7933 d 0 h
iacus
/trunk/Mac-GUI/
Rob Goedman external editor contributed code