Rev 4282 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
2007-04-16:Added a 'minlength' argument to .win32consoleCompletion(), so thatcompletion can be skipped when the token is too short2007-04-08:Filename completion made on by default for Windows2007-04-07:Filename completion using Sys.glob added (off by default)2007-04-04:Subversion hosting moved tohttps://svn.r-project.org/R-packages/trunk/rcompgen. rcompgen ismade a recommended package, with the intent of using it as abackend in official R front-ends to provide completion.2007-03-28:Added some support code to help with completion in Rgui (Windows).This can be useful in other front-ends as well, especially thosewith no inherent infrastructure for completion. Basically, thesechanges provide a way to perform all steps required forcompletion, determination of tokens, given only the currentincomplete buffer and the cursor position.2007-02-20:Added support for user defined argument list for specificfunctions (e.g. par, options) where the formal argument list isnot useful enough.2007-01-09:Added ? as a non-breaker for .guessTokenFromLine()2006-12-22:Disabled function checking by default, since that leads to loadingof lazy loaded symbols all over the place. Added a new unexportedfunction .guessTokenFromLine() for backends that don'tautomatically do token determination. Also added aproof-of-concept implementation of rcompgen-based completion forESS in inst/examples/altesscomp.el2006-11-11:added support for special completions inside library(), require()and data(); help completions after "?"; bumped version to 0.1-22006-11-10:split rcompletion 0.0-12 into rcompletion_0.1-1 (readline binding)and rcompgen_0.1-1 (code to generate completions, possibly usefulin contexts other than readline). It is anticipated that furtherdevelopment will be restricted to rcompgen.