R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R-packages
(root)
/
branches
/
R-3-4-branch
/
Mac-GUI
/
Tools
/
CodeCompletion.m
– Rev 7488
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
7488
3082 d 18 h
ripley
/branches/R-3-4-branch/
baseline for nlme in 3.4.x, starting with 3.1-131
6232
5095 d 7 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 18 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 12 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 21 h
bibiko
/trunk/Mac-GUI/Tools/
• commented out unused code
5862
5511 d 0 h
bibiko
/trunk/Mac-GUI/Tools/
• fixed completion for quotes inside of comment by simply ignoring any comments
5707
5613 d 13 h
urbaneks
/trunk/Mac-GUI/
merge r82
5705
5613 d 18 h
urbaneks
/trunk/Mac-GUI/
merge r79 from the new GUI plus bugfixes
1562
7727 d 14 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 12 h
urbaneks
/trunk/Mac-GUI/
Don't re-enter R if preventReentrance is set
1363
7773 d 18 h
urbaneks
/trunk/Mac-GUI/
Added GlobalExHandler (was missing in the last commit); make several files expand Id keyword
1359
7775 d 22 h
urbaneks
/trunk/Mac-GUI/Tools/
Added a sanity check in case completion and prefix don't match
1254
7811 d 14 h
iacus
/trunk/Mac-GUI/
updated copyright info
973
7845 d 12 h
urbaneks
/trunk/Mac-GUI/Tools/
Added (preliminary) support for auto-completion lists
816
7902 d 16 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 21 h
iacus
/trunk/Mac-GUI/
added everywhere copyright notes
568
7958 d 18 h
iacus
/trunk/Mac-GUI/
first svn release of R Cocoa GUI