<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Tue Sep 10 2013 at 07:20:44, Ross Ahmed wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif; "><div>Is it possible for word completion to work on any open file or any file in a project? Or in other words, lets say I press escape key to complete a word which isn’t in the current file, can I set up completion to cycle through words that are in an open file and/or a project?</div></div></blockquote><div><br></div></div><div>Within a bundle, you can define a static list of words to use for completion, or you can specify a command that returns a list of words. So in theory, you could have a command that gets a list of words from the current project, but it might be hard to get only useful words and in a reasonable amount of time.</div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Palatino; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-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: 0px;  ">-- <br>Rob McBroom<br><<a href="http://www.skurfer.com/">http://www.skurfer.com/</a>><br></span>

</div>

<br></body></html>