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
/
WSBrowser.m
– Rev 5866
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
5866
5502 d 20 h
bibiko
/trunk/Mac-GUI/
• Edit Object <SHIFT+COMMAND+E>
- in Workspace Browser is invokes editing of selected item
- in any editor if something is selected it takes the selection as object name and invokes obj <- edit(obj)
- in any editor if nothing is selected it takes the current word due to cursor position, checks if found word is a valid object name in ls(), and if so invokes obj <- edit(obj)
• fixed bug for adding a new column in R Data Editor
5857
5513 d 23 h
bibiko
/trunk/Mac-GUI/
• fixed warning while compiling RController re WSBrowser; method getWSBController should be public
5856
5513 d 23 h
bibiko
/trunk/Mac-GUI/
• Workspace Browser will be refreshed automatically if its window became first responder for convenience
• After "Clear Workspace" refresh Workspace Browser if it's visible
5851
5516 d 11 h
bibiko
/trunk/Mac-GUI/
• added functionality to R Data Editor to cancel the editing by pressing the 'stop' toolbar icon; it's done by sending an error('editing canceled') message back to R
• after invoking "Workspace Browser" leave the key window focus at the browser window for convenience
5806
5540 d 12 h
bibiko
/trunk/Mac-GUI/
• remain key window to WSBrowser after editing an object for convenience
• if user edit an object via edit(...) or WSBrowser show this object data syntax highlighted in editor if enabled for convenience
5729
5598 d 17 h
urbaneks
/trunk/Mac-GUI/
merge up to r125
5713
5612 d 17 h
urbaneks
/trunk/Mac-GUI/
merge r84 (fixes)
5708
5613 d 3 h
urbaneks
/trunk/Mac-GUI/
fix 10.5 compatibility
5707
5613 d 10 h
urbaneks
/trunk/Mac-GUI/
merge r82
5567
5949 d 14 h
urbaneks
/trunk/Mac-GUI/
address PR#8647, wish #7927 and q/quit issue
5504
6128 d 12 h
urbaneks
/trunk/Mac-GUI/
use dynamic help
5235
6510 d 13 h
urbaneks
/trunk/Mac-GUI/
make instances where integers are stored and compared to NSNotFound 64-bit safe
1956
7573 d 9 h
urbaneks
/trunk/Mac-GUI/
Use UTF8String instead if CString everywhere
1442
7761 d 3 h
urbaneks
/trunk/Mac-GUI/
Allow customization of the WS browser toolbar
1254
7811 d 11 h
iacus
/trunk/Mac-GUI/
updated copyright info
1045
7838 d 16 h
urbaneks
/trunk/Mac-GUI/
Make more strings localizable
816
7902 d 14 h
urbaneks
/trunk/Mac-GUI/
Many fixes to import statements to be more precise ; minor fixes to be compliant with gcc 4.0 and a few bugfixes where void was used in an assignment
714
7932 d 19 h
iacus
/trunk/Mac-GUI/
added everywhere copyright notes
630
7947 d 20 h
iacus
/trunk/Mac-GUI/
added refresh button in toolbar, removed window button
568
7958 d 16 h
iacus
/trunk/Mac-GUI/
first svn release of R Cocoa GUI