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
7927 1991 d 10 h urbaneks /trunk/Mac-GUI/ remove RPARSERCONTEXTFORPOSITION, fix some int width issues and force re-size for document windows  
6245 5081 d 3 h bibiko /trunk/Mac-GUI/ • Improved handling of larger documents
• Fixed a crash if the R script editor has to handle _very_ long lines
 
6117 5264 d 1 h bibiko /trunk/Mac-GUI/ • removed unnecessary code  
6070 5282 d 17 h bibiko /trunk/Mac-GUI/ • fixed bug for RTextView:copy
• fixed issues for changing font size via trackpad gesture
• fixed issue for setting selection background color
• started to add functionality to support user-definable actions like inserting programmable text macros with highlighted snippet etc. - will be continued soon
• improved *.R dragging by applying the above mentioned text macro mechanism
- the value of the parameter(s) 'chdir' is/are highlighted which can then changed by the user; use TAB and SHIFT+TAB to navigate through the highlighted snippets; a final TAB will place the cursor at the end of the inserted template - docs will follow
- added possibility to the user to define other drag actions due to file extension - docs will follow
- fixed some minor issues
• some minor fixes and improvements
 
6040 5297 d 3 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
 
6035 5299 d 1 h bibiko /trunk/Mac-GUI/ • improved "getCurrentWordRange" to match also words with \uxxxx sequences  
5843 5527 d 3 h bibiko /trunk/Mac-GUI/ • fixed for Selecting Balanced Brackets to delete strings in quotes correctly if the escape sign \ by itself is escaped like "^\\\\"  
5825 5532 d 22 h bibiko /trunk/Mac-GUI/ • fixed issue for ignoring large quotes or comments while selecting balanced brackets  
5814 5537 d 0 h bibiko /trunk/Mac-GUI/ • ignore all quoted strings for "Select Balances Brackets" to improve it further  
5813 5537 d 1 h bibiko /trunk/Mac-GUI/ • ignore all comments for "Select Balances Brackets"  
5719 5606 d 21 h urbaneks /trunk/Mac-GUI/ merge r109