<div>Hi guys,</div><div><br></div><div>I'm a front-end web developer and I enjoy using Geany so much. Currently with some global tags files and minor filetypes tweak, I'm able to code HTML & JavaScript quite comfortably. </div><div><br></div><div>However, it is still a pain to make use of the global tag completion in CSS since Geany doesn't recognize minus/short dash "-" character as a word character and terminate the auto completion hint box as soon as I type the "-" character. Another issue with this is experimental vendor prefixed properties (for e.g: -webkit-filter) are not hinted if I don't remove the initial "-".</div><div><br></div><div>I'm not an experienced C/C++ developer so I avoided touching Geany source code as much as possible. But for this one I have to tinker with the source and was able to fix the issue with some quick edits. I'm aware that my edits might break things and are not root cause solutions. So I'm hoping that you guys can help fix it. My edits which I'm sharing here are just to get the ideas:</div><div><br></div><div><a href="https://github.com/trongthanh/geany/commit/35d782ce584006d5570657b08cf2be3ca5e9635e">https://github.com/trongthanh/geany/commit/35d782ce584006d5570657b08cf2be3ca5e9635e</a></div><div><a href="https://github.com/trongthanh/geany/commit/da01cf86ff09b5ac5c083b7dd05b6770fbf6c9bf">https://github.com/trongthanh/geany/commit/da01cf86ff09b5ac5c083b7dd05b6770fbf6c9bf</a></div><div><br></div><div>Besides, my edits also add colon ":" as trigger character to show the calltip (in CSS ONLY of course) so that it will display useful information to set value for the CSS property. (see attachment). With a full CSS tags file, the autocompletion and the calltip will greatly enhance CSS coding experience in Geany. Again, this is just my proposal.</div><div><br></div><div>In another note, I already tried adding "-" to wordchars settings in filetypes.css and use editor_find_current_word_sciwc() but it is only effective if I remove the dash in whitespace_chars in filetypes.common. The risk of breaking things by changing the filetypes.common is too great that I can't use that function. But ultimately, I have a feeling that current Geany hasn't use everything Scintilla providing and is not flexible enough when handling word chars & white space chars.</div><div><br></div><div>Anyway, I'm pretty happy with Geany right now and believe that Geany can be better than commercialized one like SublimeText which I think is overrated.</div><div><br></div><div>Cheers,</div><div>Thanh Tran</div>