Summary: | Autocompletion anything but "auto" | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Ireyon <philip.rebohle> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | a.samirh78, dglent, exabyte, jnelson-kde, keplicz, michel.ludwig, rauchweihe |
Priority: | VHI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ireyon
2011-01-29 16:51:49 UTC
cannot reproduce with kate from current git - Christoph - do SVN and git diverge? Hm. I have the problem even when starting with an entirely empty kate config. Always have to press ctrl+space to make the list show up. Also, disabling all (potentially conflicting) plugins didn't change anything. Or is it even a feature? major regression, just got it shown by a friend (archlinux user) in kile - it's auto completion is completely broken. (In reply to comment #3) > major regression, just got it shown by a friend (archlinux user) in kile - it's > auto completion is completely broken. Regarding Kile, please make sure that it was compiled against KDE 4.6 (or 4.5). There are currently two versions of code completion implemented in Kile: one that works with SmartRanges (< 4.5), and one with MovingRanges (>= 4.5) And regarding Kate, it seems to have to do with the external tools-plugin. I removed *all* config files from Kate, this time including the "plugins" directory, and hey, it worked. Once enabled: Not working anymore. *** Bug 264480 has been marked as a duplicate of this bug. *** Please see bug 265730 for some issues regarding the external tools. 3 of the 4 shipped are broken. I am also having code-completion issues, but I tried emptying the configuration in /usr/share/kde4/apps/kate/externaltools without luck. Today I randomly tried to set the minimum word length to 0 and see - it works fine on all of my systems. It's just slightly annoying that the menu shows up after anything you type, except for whitespace. But - better than nothing. I have the same problem here (with Archlinux too), and it also works when I set the minimum word length to 0 or 1. *** Bug 268069 has been marked as a duplicate of this bug. *** Same problem in Kubuntu x64, natty (11.04), kate 3.6.2, kde 4.6.2. And it also works when I set the minimum word length to 0 or 1. I have deactivate external tools and removed all config files from kate and restart: autocompletion doesn't pop up automatic! Only setting the minimum word length to 0 or make it work again. Git commit 4fa660abce6d3dd101b77f2af8bfb70230cf7d91 by Dominik Haumann. Committed on 08/05/2011 at 11:50. Pushed by dhaumann into branch 'master'. unbreak 'auto' in word completion also, ctrl+space now shows the completion list again if you are in the middle of a word. Please test by compiling it yourself: http://kate-editor.org/get-it/ Then we can get this into the 4.6 line. BUG: 264757 M +22 -19 part/completion/katewordcompletion.cpp M +2 -0 part/completion/katewordcompletion.h http://commits.kde.org/kate/4fa660abce6d3dd101b77f2af8bfb70230cf7d91 I have test "http://kate-editor.org/get-it/" on Kubuntu 11.04 (natty) amd64 and now the autocompletion works again. The autocompletion popup now appears automatic setting the minimum letters to 3 or something else. So, for me the problem is solved with the git version. |