| Summary: | Case insensitive search in code completion box | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Miguel Tadeu <mtadeunet> |
| Component: | Code completion | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Or at least to be configurable :-) I would like that too. fixed in kdev4 at least. |
Version: (using KDE KDE 3.2.2) Installed from: Unspecified Linux Hello, the code completion is a realy cool feature. Just a small thing that might help me find the simbole I'm looking for is case insensitive search. As an example: class xxx { MyMethod1(); Mymethod2(); }; so in a case like this, when i press the '.', both methods would apear. As I type "mymetho..." none of them show up. It would be easier if i wouldn't have to type case sensitive.