<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 30 October 2013 16:24, Mike Miller <span dir="ltr"><<a href="mailto:geany-users@mgmiller.net" target="_blank">geany-users@mgmiller.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I noticed autocompletion never seemed to work right for me in geany, even though I had all the checkboxes checked in the preferences.  It could only complete things I had already written.  After seeing completion work well in another editor I decided to dig in and try to figure out why.<br>

<br>
Turns out that I had to learn about tag files, find the files myself and put them in a certain folder.  Not so bad.  But I notice that it still doesn't work unless I type at least 5 characters, even though I have the number set to 3 in the preferences.  For example I have to type "backg" or "text-" in a css file before the popup comes up.</blockquote>
<div><br></div><div>Strange, for me it works at 3, but note that it only works for basenames, abc.def will show all abc autocompletes, but thats as far as it goes.</div><div><br></div><div>I would guess this is because other languages don't allow dot(.) inside symbols, instead they use the dot to select from a nested structure.  But the symbols in CSS tags are not nested so that won't work.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  In python I notice keywords don't complete.<br></blockquote><div><br></div><div>Keywords do not complete in any language.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
What am I doing wrong?  Geany should be able to complete keywords at a minimum, it already has them all specified in the filedef.conf files.  The basics here should work out of the box in my opinion... for an editor as friendly as Geany.<br>
</blockquote><div><br></div><div>Geany doesn't complete keywords, there have been several suggestions to do this, but nobody has come up with the code, patches are welcome.</div><div> <br></div><div>Cheers</div><div>Lex</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I'd like to help, though unfortunately haven't written C/++ in many years.  But, I could certainly pack up files and check them in, make another debian package, add tips to the preference dialog strings, etc.<br>

How can we make the experience better?<br>
<br>
-Mike<br>
<br>
______________________________<u></u>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org" target="_blank">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-<u></u>bin/mailman/listinfo/users</a><br>
</blockquote></div><br></div></div>