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
6453 4892 d 3 h ripley /branches/MacGUI-2-x/ branch  
6232 5095 d 9 h bibiko /trunk/Mac-GUI/ • fixed and improved some minor issues for code completion
• sped up script editor's behaviour for larger texts
• added RScriptEditorTextStorage to RScriptEditorTextView (needed for future code folding)
• some further preparations for future code folding
• improved behaviour for toggling syntax hiliting in Prefs
 
6230 5097 d 20 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
 
5995 5311 d 14 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
 
5987 5323 d 23 h bibiko /trunk/Mac-GUI/Tools/ • commented out unused code  
5862 5511 d 2 h bibiko /trunk/Mac-GUI/Tools/ • fixed completion for quotes inside of comment by simply ignoring any comments  
5707 5613 d 15 h urbaneks /trunk/Mac-GUI/ merge r82  
5705 5613 d 20 h urbaneks /trunk/Mac-GUI/ merge r79 from the new GUI plus bugfixes  
1562 7727 d 16 h urbaneks /trunk/Mac-GUI/ Added 'protected mode' for code completion and arguments lookup. In this mode REngine prevents ProcessEvents from being called (and also make sure it can be entered only once - no re-entrance).  
1499 7746 d 14 h urbaneks /trunk/Mac-GUI/ Don't re-enter R if preventReentrance is set  
1363 7773 d 20 h urbaneks /trunk/Mac-GUI/ Added GlobalExHandler (was missing in the last commit); make several files expand Id keyword  
1359 7776 d 0 h urbaneks /trunk/Mac-GUI/Tools/ Added a sanity check in case completion and prefix don't match  
1254 7811 d 16 h iacus /trunk/Mac-GUI/ updated copyright info  
973 7845 d 14 h urbaneks /trunk/Mac-GUI/Tools/ Added (preliminary) support for auto-completion lists  
816 7902 d 18 h urbaneks /trunk/Mac-GUI/ Many fixes to import statements to be more precise ; minor fixes to be compliant with gcc 4.0 and a few bugfixes where void was used in an assignment  
714 7932 d 23 h iacus /trunk/Mac-GUI/ added everywhere copyright notes  
568 7958 d 20 h iacus /trunk/Mac-GUI/ first svn release of R Cocoa GUI