<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Squeak users,<br><br>OCompletion is an extension to ECompletion. Like ECompletion, it completes<br>the names of methods &nbsp;as you write them in order to save you some typing.<br>The O in OCompletion stands for Omniscient and Omnipresent.<br><br>OCompletion is much more accurate than ECompletion. We tested it on the<br>development history of several projects<br>(see&nbsp;<a href="http://www.inf.unisi.ch/phd/robbes/papers/ASE2008-completion.pdf)">http://www.inf.unisi.ch/phd/robbes/papers/ASE2008-completion.pdf)</a>.<br><br>Across several hundred thousands tests of the completion, OCompletion's<br>algorithm scores a 70 (out of 100), while the eCompletion's algorithm<br>scores a 12. To achieve this level of accuracy, it learns from your usage<br>of squeak and proposes to you methods you are more likely to use.<br><br>OCompletion shows a small, non-instrusive completion menu with potential<br>completions as you type method names. You don't need to call it explicitely<br>with tab. Just press tab to insert a match, or the down arrow to select the next<br>match.<br><br>To install it on Squeak or Pharo, simply execute the following line in your image:<br><br>Installer squeaksource project: 'OCompletion'; install: 'OCLoader'<br><br>Cheers,<br><span class="Apple-tab-span" style="white-space: pre; ">        </span>Romain<br><div apple-content-edited="true"> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--</div><div>Romain Robbes</div><div><a href="http://www.inf.unisi.ch/phd/robbes">http://www.inf.unisi.ch/phd/robbes</a></div></div></span></div></span> </div><br></body></html>