Hey,<div><br></div><div>I think that would be a great idea. I changed the check version in the plugin and was able to get Geany to recognize it afterwards to great success. I can't speak for the existing user base, but I would find this invaluable and at worst since this will be generated on demand (which I think is a good idea) it couldn't affect existing users if they decide not to use it. </div>
<div><br></div><div>Thanks,</div><div>Bryan<br><br><div class="gmail_quote">2009/6/16 Enrico Tröger <span dir="ltr"><<a href="mailto:enrico.troeger@uvena.de">enrico.troeger@uvena.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Thu, 11 Jun 2009 21:49:50 +0200, Enrico wrote:<br>
<br>
>On Wed, 10 Jun 2009 17:57:56 -0400, William wrote:<br>
><br>
>Hey,<br>
><br>
>>You hit the nail on the head. This would be nice at least if it were<br>
>>configurable....maybe a checkbox for 'autocomplete all words' or<br>
>>something similar. I agree though, this would likely not be feasible<br>
>>for multiple documents.<br>
><br>
>I hacked a little and got some code working, see attachment.<br>
>It's a plugin which provides a new keybinding named "AC Test" and bound<br>
>to Ctrl-< by default.<br>
>When used, it provides an auto completion list for the word at the<br>
>cursor, if anything is found.<br>
>It should work pretty much the same as in Scite, especially since the<br>
>code is basically a 1:1 copy of Scite's StartAutoCompleteWord()<br>
>function.<br>
<br>
</div>Since it turned out to be as simple as having this one and a half<br>
function to get this working, I'm thinking about this to put into Geany<br>
directly and just connect it to a new keybinding (Ctrl-Shift-Return<br>
or something),<br>
<br>
First, I assumed we need to do some caching or at least pre-generate<br>
the list but I think the generation of the word list is fast enough so<br>
that we can generate it on demand and so a plugin is probably a bit<br>
heavy, this is why I think we could get it into the core and users will<br>
be able to easier find and use this feature.<br>
<br>
Thoughts?<br>
<div><div></div><div class="h5"><br>
Regards,<br>
Enrico<br>
<br>
--<br>
Get my GPG key from <a href="http://www.uvena.de/pub.asc" target="_blank">http://www.uvena.de/pub.asc</a><br>
</div></div><br>_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
<br></blockquote></div><br></div>