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)
/
trunk
/
Mac-GUI
/
Tools
/
CodeCompletion.m
@ 596
– Rev 6232
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
6232
5095 d 15 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
5098 d 2 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 19 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
5324 d 5 h
bibiko
/trunk/Mac-GUI/Tools/
• commented out unused code
5862
5511 d 8 h
bibiko
/trunk/Mac-GUI/Tools/
• fixed completion for quotes inside of comment by simply ignoring any comments
5707
5613 d 20 h
urbaneks
/trunk/Mac-GUI/
merge r82
5705
5614 d 2 h
urbaneks
/trunk/Mac-GUI/
merge r79 from the new GUI plus bugfixes
1562
7727 d 22 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 20 h
urbaneks
/trunk/Mac-GUI/
Don't re-enter R if preventReentrance is set
1363
7774 d 1 h
urbaneks
/trunk/Mac-GUI/
Added GlobalExHandler (was missing in the last commit); make several files expand Id keyword
1359
7776 d 5 h
urbaneks
/trunk/Mac-GUI/Tools/
Added a sanity check in case completion and prefix don't match
1254
7811 d 21 h
iacus
/trunk/Mac-GUI/
updated copyright info
973
7845 d 19 h
urbaneks
/trunk/Mac-GUI/Tools/
Added (preliminary) support for auto-completion lists
816
7902 d 23 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
7933 d 4 h
iacus
/trunk/Mac-GUI/
added everywhere copyright notes
568
7959 d 2 h
iacus
/trunk/Mac-GUI/
first svn release of R Cocoa GUI