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
7976 1894 d 8 h urbaneks /trunk/Mac-GUI/ update to bddea8f  
7970 1905 d 11 h urbaneks /trunk/Mac-GUI/ update to af49e21  
7839 2267 d 11 h urbaneks /trunk/Mac-GUI/ dark mode compatibility fixes in the console and document windows  
7837 2267 d 12 h urbaneks /trunk/Mac-GUI/ fix status line color in console  
7796 2335 d 8 h urbaneks /trunk/Mac-GUI/ upgrade all XIBs to Xcode 8.0 format  
6238 5085 d 1 h bibiko /trunk/Mac-GUI/ • added Code Folding of { ... } multi-line blocks in R Script Editor; see gutter and/or Menu > Format > Code Folding > ...  
6124 5261 d 11 h urbaneks /trunk/Mac-GUI/ re-generate localized XIBs  
6097 5270 d 14 h bibiko /trunk/Mac-GUI/ • improved three-finger trackpad swiping for toggling the history drawer of the RConsole
• added three-finger trackpad swiping to go back and forward in web help pages
• added two-finger trackpad zooming support in web help pages to in/decrease text size
 
6077 5280 d 17 h bibiko /trunk/Mac-GUI/ • preference window:
- made preference's window title localizable!!
- icon labels are now centered if label breaks into two lines
- increased spacing and padding a bit in order to looks a bit nicer esp. for localized versions
• fixed some localizations (French PrefP/G deleted, German removed \n)
• harmonized some names in the main menus and the order of them to the current Apple policy
 
6065 5286 d 22 h bibiko /trunk/Mac-GUI/ • draw a radial gradient background behind RConsole's progress spinner thus it's visible even for dark background colors  
6061 5288 d 12 h bibiko /trunk/Mac-GUI/ • added under main menu "Format" > "Format Source Code"
- see NEWS for details
 
6040 5297 d 1 h bibiko /trunk/Mac-GUI/ • Added Format > Transformation >
- "Unicode Characters in R Strings to \uxxxx"
-- converts all non-ASCII characters inside of
R strings of the selected text or current
word to \uxxxx sequences
- "\uxxxx to Characters"
-- converts all \uxxxx sequences of the selected
text or current word to according characters
• some seed ups for selecting balanced brackets and parserContextForPosition:
• some fixes for function hints in RConsole
- do not parse beyond committedLength
- forget lastFunctionHint if status text will be changed
 
6030 5300 d 20 h bibiko /trunk/Mac-GUI/ • very minor RConsole GUI corrections
• set tooltip plus key short-cut for changing it for "Working Directory" text view while starting
 
6026 5301 d 22 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
 
5874 5497 d 19 h urbaneks /trunk/Mac-GUI/ generate XIBs  
5868 5500 d 21 h bibiko /trunk/Mac-GUI/ • R Data Editor
- fixed some tiny issues for column name editing
- added the chance to copy either selected rows or columns
- added the chance to select multiple non-contiguous columns by holding down the ⌘ key while clicking
 
5866 5502 d 22 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
 
5863 5509 d 0 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)
 
5853 5515 d 2 h bibiko /trunk/Mac-GUI/ • added RDataEditorTableView (methods aren't implemented yet) to improve the functionality of the R Data Editor table  
5773 5556 d 17 h bibiko /trunk/Mac-GUI/ • fixed issue for 10.5 that function hint won't be displayed
- the issue was that under 10.5 the regular expression [^\w\d_\.] will be evaluated wrongly (?!)
• fixed some minor GUI stuff for the status bar
• do not call REngine if the same function hint will be displayed to avoid unnecessary jittering
 

Show All