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 6 h urbaneks /trunk/Mac-GUI/ remove RPARSERCONTEXTFORPOSITION, fix some int width issues and force re-size for document windows  
6230 5097 d 16 h bibiko /trunk/Mac-GUI/ • Fixed bug for not working code completion if in the completion scope strings wrapped by '...' are involved
• Sped up enormously getRangeForCurrentWordOfRange
• removed unnecessary code for syntax highlighting which speeds it up a bit
 
6070 5282 d 14 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
 
6067 5285 d 19 h bibiko /trunk/Mac-GUI/ • In Script Editor "function list" selection follows cursor position.
• Added support for dragging *.R and *.Rdata files to RConsole or Script Editor to insert template "source()" and "load()" resp. For these file extensions holding down CMD key while dragging will insert the file path only.
• for "copy" from RConsole or script editor add RTF data to the pasteboard in order to be able to copy syntax highlighting as well
 
6040 5296 d 23 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
 
5995 5311 d 10 h bibiko /trunk/Mac-GUI/ • further work for Rd support
- initial work on syntax highlighting
- applied (un)comment functionality
- implemented first stage of completion mode for \foo macros
- improved section parsing
- improved HTML preview
• fixed issue for R code completion if a '\' occurs i.e. it has to be escaped
 
5880 5491 d 11 h bibiko /trunk/Mac-GUI/ • avoid re-defining "parser context in text" constants  
5737 5591 d 11 h urbaneks /trunk/Mac-GUI/ merge up to r153  
5719 5606 d 17 h urbaneks /trunk/Mac-GUI/ merge r109  
5713 5612 d 17 h urbaneks /trunk/Mac-GUI/ merge r84 (fixes)  
5708 5613 d 2 h urbaneks /trunk/Mac-GUI/ fix 10.5 compatibility  
5707 5613 d 10 h urbaneks /trunk/Mac-GUI/ merge r82  
5705 5613 d 16 h urbaneks /trunk/Mac-GUI/ merge r79 from the new GUI plus bugfixes  
4196 7065 d 19 h urbaneks /trunk/Mac-GUI/ Add support for auto-closing brackets  
1493 7746 d 14 h urbaneks /trunk/Mac-GUI/ Added RTextView - a subclass of NSTextView that honors <Ctrl><.> for completion