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
/
REditor.h
– Rev 5865
Rev
Hide 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
Changes
5865
5503 d 18 h
bibiko
/trunk/Mac-GUI/
• improved R Data Editor
- now tableView data are cached in a NSMutableArray to decouple them from R's 'work' variable since it led to crashes if one removed e.g. many columns at the same time
- some minor stability issues and improvements
/trunk/Mac-GUI/NSArray_RAdditions.h
/trunk/Mac-GUI/NSArray_RAdditions.m
/trunk/Mac-GUI/R.xcodeproj/project.pbxproj
/trunk/Mac-GUI/REditor.h
/trunk/Mac-GUI/REditor.m
/trunk/Mac-GUI/REngine/Rcallbacks.m
/trunk/Mac-GUI/Tools/RDataEditorTableHeaderCell.m
/trunk/Mac-GUI/Tools/RDataEditorTableView.m
5863
5509 d 2 h
bibiko
/trunk/Mac-GUI/
* R Data Editor
- after initialising resize columns due content
- added table context menu (German localisation already done)
- added key equivalents to each command (see context menu or toolbar tooltip)
- added chance to cancel the entire object editing
- added chance to edit column names (via context menu or double-click into column header - (SHIFT+)TAB for navigation, ESC for cancelling)
- type of added column comply with column type left of the new one (can be explicitly chosen via context menu)
/trunk/Mac-GUI/English.lproj/MainMenu.xib
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/R.xcodeproj/project.pbxproj
/trunk/Mac-GUI/REditor.h
/trunk/Mac-GUI/REditor.m
/trunk/Mac-GUI/Tools/RDataEditorTableView.h
/trunk/Mac-GUI/Tools/RDataEditorTableView.m
/trunk/Mac-GUI/de.lproj/Localizable.strings
/trunk/Mac-GUI/de.lproj/MainMenu.xib
/trunk/Mac-GUI/fr.lproj/MainMenu.xib
/trunk/Mac-GUI/it.lproj/MainMenu.xib
/trunk/Mac-GUI/ja.lproj/MainMenu.xib
/trunk/Mac-GUI/nl.lproj/MainMenu.xib
5861
5513 d 3 h
bibiko
/trunk/Mac-GUI/
• only code cosmetics - no changes
/trunk/Mac-GUI/REditor.h
/trunk/Mac-GUI/REditor.m
5854
5515 d 1 h
bibiko
/trunk/Mac-GUI/
• further progress on R Data Editor table
- while cell editing one can navigate through the table cells by using TAB, SHIFT+TAB, ARROW_UP, ARROW_DOWN like in spreadsheets
- while cell editing ESC will abort editing of the current cell
- first approach to resize table columns according to their content and header name resp. (it will partially parse data source)
- for adding a new column it will chosen that type (NUMERIC or CHAR) of the last selected column or the last column (improvements follow)
- if a column is of type NUMERIC set the column aligment to right-aligned
- added tooltips for table column header plus type
/trunk/Mac-GUI/REditor.h
/trunk/Mac-GUI/REditor.m
/trunk/Mac-GUI/Tools/RDataEditorTableView.h
/trunk/Mac-GUI/Tools/RDataEditorTableView.m
5851
5516 d 15 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
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/REditor.h
/trunk/Mac-GUI/REditor.m
/trunk/Mac-GUI/WSBrowser.m
5708
5613 d 7 h
urbaneks
/trunk/Mac-GUI/
fix 10.5 compatibility
/trunk/Mac-GUI/CCComp.h
/trunk/Mac-GUI/DataManager.h
/trunk/Mac-GUI/HelpManager.h
/trunk/Mac-GUI/PackageInstaller.h
/trunk/Mac-GUI/PackageInstaller.m
/trunk/Mac-GUI/PackageManager.h
/trunk/Mac-GUI/Preferences.h
/trunk/Mac-GUI/R.xcodeproj/project.pbxproj
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RDocument.h
/trunk/Mac-GUI/RDocumentController.h
/trunk/Mac-GUI/RDocumentWinCtrl.h
/trunk/Mac-GUI/REditor.h
/trunk/Mac-GUI/REditor.m
/trunk/Mac-GUI/REditorTextStorage.h
/trunk/Mac-GUI/REditorToolbar.h
/trunk/Mac-GUI/RRulerView.h
/trunk/Mac-GUI/RScriptEditorTextView.h
/trunk/Mac-GUI/RTextView.h
/trunk/Mac-GUI/SearchTable.h
/trunk/Mac-GUI/SelectList.h
/trunk/Mac-GUI/SelectList.m
/trunk/Mac-GUI/Tools/SortableDataSource.h
/trunk/Mac-GUI/VignettesController.h
/trunk/Mac-GUI/VignettesController.m
/trunk/Mac-GUI/WSBrowser.h
/trunk/Mac-GUI/WSBrowser.m
5707
5613 d 15 h
urbaneks
/trunk/Mac-GUI/
merge r82
/trunk/Mac-GUI/AMPrefs/AMPrefPaneIconView.m
/trunk/Mac-GUI/AMPrefs/AMPreferencePane.m
/trunk/Mac-GUI/AMPrefs/AMPreferenceWindowController.m
/trunk/Mac-GUI/PrefPanes/ColorsPrefPane.m
/trunk/Mac-GUI/PrefPanes/EditorPrefPane.m
/trunk/Mac-GUI/PrefPanes/MiscPrefPane.m
/trunk/Mac-GUI/PrefPanes/QuartzPrefPane.m
/trunk/Mac-GUI/PrefPanes/SyntaxColorsPrefPane.m
/trunk/Mac-GUI/Preferences.m
/trunk/Mac-GUI/Quartz/devQuartz.c
/trunk/Mac-GUI/R.xcodeproj/project.pbxproj
/trunk/Mac-GUI/RConsoleTextStorage.m
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocument.m
/trunk/Mac-GUI/RDocumentController.m
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/REditor.h
/trunk/Mac-GUI/REditorTextStorage.m
/trunk/Mac-GUI/REditorToolbar.h
/trunk/Mac-GUI/REngine/Rcallbacks.m
/trunk/Mac-GUI/RRulerView.m
/trunk/Mac-GUI/RScriptEditorTextView.h
/trunk/Mac-GUI/RScriptEditorTextView.m
/trunk/Mac-GUI/RTextView.h
/trunk/Mac-GUI/RTextView.m
/trunk/Mac-GUI/Tools/CodeCompletion.m
/trunk/Mac-GUI/Tools/FileCompletion.m
/trunk/Mac-GUI/Tools/GlobalExHandler.m
/trunk/Mac-GUI/Tools/History.m
/trunk/Mac-GUI/Tools/PDFImageView.m
/trunk/Mac-GUI/Tools/SortableDataSource.h
/trunk/Mac-GUI/Tools/SortableDataSource.m
/trunk/Mac-GUI/WSBrowser.h
/trunk/Mac-GUI/WSBrowser.m
1254
7811 d 16 h
iacus
/trunk/Mac-GUI/
updated copyright info
/trunk/Mac-GUI/COPYRIGHTS
/trunk/Mac-GUI/DataManager.h
/trunk/Mac-GUI/DataManager.m
/trunk/Mac-GUI/HelpManager.h
/trunk/Mac-GUI/HelpManager.m
/trunk/Mac-GUI/PackageInstaller.h
/trunk/Mac-GUI/PackageInstaller.m
/trunk/Mac-GUI/PackageManager.h
/trunk/Mac-GUI/PackageManager.m
/trunk/Mac-GUI/PrefPanes/ColorsPrefPane.h
/trunk/Mac-GUI/PrefPanes/ColorsPrefPane.m
/trunk/Mac-GUI/PrefPanes/EditorPrefPane.h
/trunk/Mac-GUI/PrefPanes/EditorPrefPane.m
/trunk/Mac-GUI/PrefPanes/MiscPrefPane.h
/trunk/Mac-GUI/PrefPanes/MiscPrefPane.m
/trunk/Mac-GUI/PrefPanes/QuartzPrefPane.h
/trunk/Mac-GUI/PrefPanes/QuartzPrefPane.m
/trunk/Mac-GUI/PrefPanes/SyntaxColorsPrefPane.h
/trunk/Mac-GUI/PrefPanes/SyntaxColorsPrefPane.m
/trunk/Mac-GUI/PreferenceKeys.h
/trunk/Mac-GUI/Preferences.h
/trunk/Mac-GUI/Preferences.m
/trunk/Mac-GUI/Quartz/QuartzDevice.h
/trunk/Mac-GUI/Quartz/QuartzDevice.m
/trunk/Mac-GUI/Quartz/RDeviceView.h
/trunk/Mac-GUI/Quartz/RDeviceView.m
/trunk/Mac-GUI/Quartz/RQuartz.h
/trunk/Mac-GUI/Quartz/RQuartz.m
/trunk/Mac-GUI/RConsole.h
/trunk/Mac-GUI/RConsole.m
/trunk/Mac-GUI/RConsoleController.h
/trunk/Mac-GUI/RConsoleController.m
/trunk/Mac-GUI/RConsoleTextStorage.h
/trunk/Mac-GUI/RConsoleTextStorage.m
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocument.h
/trunk/Mac-GUI/RDocument.m
/trunk/Mac-GUI/RDocumentController.h
/trunk/Mac-GUI/RDocumentController.m
/trunk/Mac-GUI/RDocumentWinCtrl.h
/trunk/Mac-GUI/RDocumentWinCtrl.m
/trunk/Mac-GUI/REditor.h
/trunk/Mac-GUI/REditor.m
/trunk/Mac-GUI/REditorTextStorage.h
/trunk/Mac-GUI/REditorTextStorage.m
/trunk/Mac-GUI/REngine/REngine.h
/trunk/Mac-GUI/REngine/REngine.m
/trunk/Mac-GUI/REngine/RSEXP.h
/trunk/Mac-GUI/REngine/RSEXP.m
/trunk/Mac-GUI/REngine/Rcallbacks.h
/trunk/Mac-GUI/REngine/Rinit.c
/trunk/Mac-GUI/REngine/Rinit.h
/trunk/Mac-GUI/RGUI.h
/trunk/Mac-GUI/RRulerView.h
/trunk/Mac-GUI/RRulerView.m
/trunk/Mac-GUI/SearchTable.h
/trunk/Mac-GUI/SearchTable.m
/trunk/Mac-GUI/SelectList.h
/trunk/Mac-GUI/SelectList.m
/trunk/Mac-GUI/Tools/Authorization.c
/trunk/Mac-GUI/Tools/Authorization.h
/trunk/Mac-GUI/Tools/CodeCompletion.h
/trunk/Mac-GUI/Tools/CodeCompletion.m
/trunk/Mac-GUI/Tools/FileCompletion.h
/trunk/Mac-GUI/Tools/FileCompletion.m
/trunk/Mac-GUI/Tools/History.h
/trunk/Mac-GUI/Tools/History.m
/trunk/Mac-GUI/Tools/SortableDataSource.h
/trunk/Mac-GUI/Tools/SortableDataSource.m
/trunk/Mac-GUI/WSBrowser.h
/trunk/Mac-GUI/WSBrowser.m
714
7932 d 23 h
iacus
/trunk/Mac-GUI/
added everywhere copyright notes
/trunk/Mac-GUI/DataManager.h
/trunk/Mac-GUI/DataManager.m
/trunk/Mac-GUI/HelpManager.h
/trunk/Mac-GUI/HelpManager.m
/trunk/Mac-GUI/PackageInstaller.h
/trunk/Mac-GUI/PackageInstaller.m
/trunk/Mac-GUI/PackageManager.h
/trunk/Mac-GUI/PackageManager.m
/trunk/Mac-GUI/PrefPanes/ColorsPrefPane.h
/trunk/Mac-GUI/PrefPanes/ColorsPrefPane.m
/trunk/Mac-GUI/PrefPanes/EditorPrefPane.h
/trunk/Mac-GUI/PrefPanes/EditorPrefPane.m
/trunk/Mac-GUI/PrefPanes/MiscPrefPane.h
/trunk/Mac-GUI/PrefPanes/MiscPrefPane.m
/trunk/Mac-GUI/PrefPanes/QuartzPrefPane.h
/trunk/Mac-GUI/PrefPanes/QuartzPrefPane.m
/trunk/Mac-GUI/Preferences.h
/trunk/Mac-GUI/Preferences.m
/trunk/Mac-GUI/Quartz/QuartzDevice.h
/trunk/Mac-GUI/Quartz/QuartzDevice.m
/trunk/Mac-GUI/Quartz/RDeviceView.h
/trunk/Mac-GUI/Quartz/RDeviceView.m
/trunk/Mac-GUI/Quartz/RQuartz.h
/trunk/Mac-GUI/Quartz/RQuartz.m
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocument.h
/trunk/Mac-GUI/RDocument.m
/trunk/Mac-GUI/RDocumentController.h
/trunk/Mac-GUI/RDocumentController.m
/trunk/Mac-GUI/REditor.h
/trunk/Mac-GUI/REditor.m
/trunk/Mac-GUI/REngine/REngine.h
/trunk/Mac-GUI/REngine/REngine.m
/trunk/Mac-GUI/REngine/RSEXP.h
/trunk/Mac-GUI/REngine/RSEXP.m
/trunk/Mac-GUI/REngine/Rcallbacks.h
/trunk/Mac-GUI/REngine/Rcallbacks.m
/trunk/Mac-GUI/REngine/Rinit.c
/trunk/Mac-GUI/REngine/Rinit.h
/trunk/Mac-GUI/SearchTable.h
/trunk/Mac-GUI/SearchTable.m
/trunk/Mac-GUI/Tools/Authorization.c
/trunk/Mac-GUI/Tools/Authorization.h
/trunk/Mac-GUI/Tools/CodeCompletion.h
/trunk/Mac-GUI/Tools/CodeCompletion.m
/trunk/Mac-GUI/Tools/FileCompletion.h
/trunk/Mac-GUI/Tools/FileCompletion.m
/trunk/Mac-GUI/Tools/History.h
/trunk/Mac-GUI/Tools/History.m
/trunk/Mac-GUI/Tools/SortableDataSource.h
/trunk/Mac-GUI/Tools/SortableDataSource.m
/trunk/Mac-GUI/WSBrowser.h
/trunk/Mac-GUI/WSBrowser.m
568
7958 d 21 h
iacus
/trunk/Mac-GUI/
first svn release of R Cocoa GUI
/trunk/Mac-GUI
/trunk/Mac-GUI/DataManager.h
/trunk/Mac-GUI/DataManager.m
/trunk/Mac-GUI/English.lproj
/trunk/Mac-GUI/English.lproj/Credits.rtf
/trunk/Mac-GUI/English.lproj/InfoPlist.strings
/trunk/Mac-GUI/English.lproj/MainMenu.nib
/trunk/Mac-GUI/English.lproj/MainMenu.nib/classes.nib
/trunk/Mac-GUI/English.lproj/MainMenu.nib/info.nib
/trunk/Mac-GUI/English.lproj/MainMenu.nib/keyedobjects.nib
/trunk/Mac-GUI/English.lproj/R.scriptSuite
/trunk/Mac-GUI/English.lproj/R.scriptTerminology
/trunk/Mac-GUI/English.lproj/RDocument.nib
/trunk/Mac-GUI/English.lproj/RDocument.nib/classes.nib
/trunk/Mac-GUI/English.lproj/RDocument.nib/info.nib
/trunk/Mac-GUI/English.lproj/RDocument.nib/keyedobjects.nib
/trunk/Mac-GUI/English.lproj/RQuartz.nib
/trunk/Mac-GUI/English.lproj/RQuartz.nib/classes.nib
/trunk/Mac-GUI/English.lproj/RQuartz.nib/info.nib
/trunk/Mac-GUI/English.lproj/RQuartz.nib/keyedobjects.nib
/trunk/Mac-GUI/English.lproj/WSBrowser.nib
/trunk/Mac-GUI/English.lproj/WSBrowser.nib/classes.nib
/trunk/Mac-GUI/English.lproj/WSBrowser.nib/info.nib
/trunk/Mac-GUI/English.lproj/WSBrowser.nib/keyedobjects.nib
/trunk/Mac-GUI/English.lproj/locversion.plist
/trunk/Mac-GUI/HelpManager.h
/trunk/Mac-GUI/HelpManager.m
/trunk/Mac-GUI/INSTALL
/trunk/Mac-GUI/Info.plist
/trunk/Mac-GUI/NEWS
/trunk/Mac-GUI/PackageInstaller.h
/trunk/Mac-GUI/PackageInstaller.m
/trunk/Mac-GUI/PackageManager.h
/trunk/Mac-GUI/PackageManager.m
/trunk/Mac-GUI/Preferences.h
/trunk/Mac-GUI/Preferences.m
/trunk/Mac-GUI/Quartz
/trunk/Mac-GUI/Quartz/QuartzDevice.h
/trunk/Mac-GUI/Quartz/QuartzDevice.m
/trunk/Mac-GUI/Quartz/RDeviceView.h
/trunk/Mac-GUI/Quartz/RDeviceView.m
/trunk/Mac-GUI/Quartz/RQuartz.h
/trunk/Mac-GUI/Quartz/RQuartz.m
/trunk/Mac-GUI/R.xcode
/trunk/Mac-GUI/R.xcode/project.pbxproj
/trunk/Mac-GUI/RController.h
/trunk/Mac-GUI/RController.m
/trunk/Mac-GUI/RDocument.h
/trunk/Mac-GUI/RDocument.m
/trunk/Mac-GUI/REditor.h
/trunk/Mac-GUI/REditor.m
/trunk/Mac-GUI/REngine
/trunk/Mac-GUI/REngine/REngine.h
/trunk/Mac-GUI/REngine/REngine.m
/trunk/Mac-GUI/REngine/RSEXP.h
/trunk/Mac-GUI/REngine/RSEXP.m
/trunk/Mac-GUI/REngine/Rcallbacks.h
/trunk/Mac-GUI/REngine/Rcallbacks.m
/trunk/Mac-GUI/REngine/Rinit.c
/trunk/Mac-GUI/REngine/Rinit.h
/trunk/Mac-GUI/RLogo.icns
/trunk/Mac-GUI/RLogo.png
/trunk/Mac-GUI/R_Prefix.pch
/trunk/Mac-GUI/ReadMe.txt
/trunk/Mac-GUI/SearchTable.h
/trunk/Mac-GUI/SearchTable.m
/trunk/Mac-GUI/TODO-LIST
/trunk/Mac-GUI/Tools
/trunk/Mac-GUI/Tools/CodeCompletion.h
/trunk/Mac-GUI/Tools/CodeCompletion.m
/trunk/Mac-GUI/Tools/ConnectionCache.h
/trunk/Mac-GUI/Tools/ConnectionCache.m
/trunk/Mac-GUI/Tools/FileCompletion.h
/trunk/Mac-GUI/Tools/FileCompletion.m
/trunk/Mac-GUI/Tools/History.h
/trunk/Mac-GUI/Tools/History.m
/trunk/Mac-GUI/Tools/sush.c
/trunk/Mac-GUI/WSBrowser.h
/trunk/Mac-GUI/WSBrowser.m
/trunk/Mac-GUI/add_col.pict
/trunk/Mac-GUI/add_row.pict
/trunk/Mac-GUI/docs
/trunk/Mac-GUI/docs/RMacOSX-FAQ.html
/trunk/Mac-GUI/docs/RMacOSX-FAQ.texi
/trunk/Mac-GUI/images
/trunk/Mac-GUI/images/LoadDocumentItemImage.tiff
/trunk/Mac-GUI/images/NewDocumentItemImage.tiff
/trunk/Mac-GUI/images/RInput.png
/trunk/Mac-GUI/images/SaveDocumentItemImage.tiff
/trunk/Mac-GUI/images/X11.icns
/trunk/Mac-GUI/images/add_col.tiff
/trunk/Mac-GUI/images/add_row.tiff
/trunk/Mac-GUI/images/colors.tiff
/trunk/Mac-GUI/images/history.icns
/trunk/Mac-GUI/images/lock-locked.tiff
/trunk/Mac-GUI/images/lock-unlocked.tiff
/trunk/Mac-GUI/images/logs.icns
/trunk/Mac-GUI/images/objEdit.tiff
/trunk/Mac-GUI/images/objRem.png
/trunk/Mac-GUI/images/other images
/trunk/Mac-GUI/images/other images/add_col.pict
/trunk/Mac-GUI/images/other images/add_row.pict
/trunk/Mac-GUI/images/other images/del_col.pict
/trunk/Mac-GUI/images/other images/del_row.pict
/trunk/Mac-GUI/images/quartz.icns
/trunk/Mac-GUI/images/quit.png
/trunk/Mac-GUI/images/rem_col.tiff
/trunk/Mac-GUI/images/rem_row.tiff
/trunk/Mac-GUI/images/stop.tiff
/trunk/Mac-GUI/main.m
/trunk/Mac-GUI/version.plist