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
6063 5288 d 4 h bibiko /trunk/Mac-GUI/ • sped up Format Source Code esp. for huge R files enormously
• further improvement for settings via NSColorPanel
• synchronized pref toolbar setting if already open and user invoke "Colors" from the RConsole's toolbar
• fix for setting the status line; first set the content and then let a runloop run to display it
 
6062 5288 d 8 h bibiko /trunk/Mac-GUI/ • fixed several bugs while color setting in RConsole and R script editors
- if user has NSColorPanel open and will set the focus to a RTextView close that panel to avoid annoying color changes
- introduced new selectionColor setting (not yet in GUI)
 
6059 5289 d 5 h bibiko /trunk/Mac-GUI/ • further improvements for Format R Code
- keep users empty lines since (but clean them)
- sped it up a bit
- fixed mixing indentation of 4 and 2 spaces coming from deparse()
• avoid re-entering Rd tools or R code formatting methods
• made deparse's width.cutoff customizable via Pref key RScriptEditorFormatWidthCutoff; if set to 0 the window's width will be taken otherwise the user's setting
 
6052 5292 d 4 h bibiko /trunk/Mac-GUI/ • fixed bug if user writes as first character a "(" into an empty R Script document  
6041 5297 d 7 h bibiko /trunk/Mac-GUI/ • speed ups for console's text storage esp. for outputting stuff
• fixed bug for functionHint in RConsole after invoking edit/fix()
• set consoleTextView to allow non-contiguous layouting for speed
 
6040 5297 d 10 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
 
6021 5303 d 6 h bibiko /trunk/Mac-GUI/ • re-implemented displaying a customized context menu for RTextView in such a way that all additional menu items coming from the spell checker, services, etc. will be shown correctly  
6013 5304 d 21 h bibiko /trunk/Mac-GUI/ • avoid leading space for ⌥- ( <- insertion) if character left from insertion point is a space
[was forgotten while previous commit]
 
5998 5310 d 7 h bibiko /trunk/Mac-GUI/ • improved Rd syntax highlighting
• fixed exception for "Show Help for current Word" in RConsole
 
5995 5311 d 21 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
 
5985 5325 d 8 h bibiko /trunk/Mac-GUI/ • minor fine-tuning of font changes in RController and Script Editor  
5983 5329 d 8 h bibiko /trunk/Mac-GUI/ • Font setting in RConsole will now be stored persistently
• Improved options()'s width setting and updating behaviour due to RConsole's size and used font
• unified some code regarding font size settings
 
5979 5332 d 0 h bibiko /trunk/Mac-GUI/ • removed issue on relying on class names  
5970 5336 d 19 h bibiko /trunk/Mac-GUI/ • Switching off syntax colouring and toggling wrap text in Preferences will update all open script editor documents
• Fixed user range for completion in a case where there's no string to complete
 
5908 5411 d 2 h urbaneks /trunk/Mac-GUI/ disable automatic features in text views  
5888 5477 d 4 h urbaneks /trunk/Mac-GUI/ add os_version variables and fix auto-completion in Lion  
5880 5491 d 22 h bibiko /trunk/Mac-GUI/ • avoid re-defining "parser context in text" constants  
5844 5526 d 3 h bibiko /trunk/Mac-GUI/ • fixed R expression completion for expressions like "utils:::un" and "mat[ma"  
5824 5533 d 7 h bibiko /trunk/Mac-GUI/ • fixed issue while matching of current function name inside parentheses if quotes appear  
5774 5556 d 2 h bibiko /trunk/Mac-GUI/ • re-enabled highlighting of matching brackets while typing one of these characters ()[]{}  

Show All