Bug 126858 - words are get from commented section after the quotation marks (auto word completion)
Summary: words are get from commented section after the quotation marks (auto word com...
Status: RESOLVED DUPLICATE of bug 63164
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-06 19:23 UTC by Maciej Pilichowski
Modified: 2006-08-11 15:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Pilichowski 2006-05-06 19:23:10 UTC
Version:            (using KDE KDE 3.5.2)
Installed from:    SuSE RPMs

C++ file for example -- only one line below:

// and "now something

and now, start typing

som

"something" will appear on the list.
Comment 1 Dominik Haumann 2006-05-06 21:05:09 UTC
And where is the bug? It is supposed to behave like this.
Comment 2 Maciej Pilichowski 2006-05-06 21:29:43 UTC
> And where is the bug? It is supposed to behave like this.

Hmm, if it is intended then please change this report to wishlist. And the wish would go like this:

Please add an option to control the "source" for auto word completion feature:
Whole document except [ ] comments [ ] quotations

I think it should be done per given format, because for just text it wouldn't be useful to exclude quotations for example.

The reason for such wish -- from C++ code point of view comments are mess. So after I write a long text commenting code and then I try to write the code I'll get plenty of every-day word hints -- it is much harder to pick the keyword or method name. This way word completion is counterproductive.
Comment 3 Anders Lund 2006-05-09 14:39:51 UTC
On Saturday 06 May 2006 21:29, Maciej Pilichowski wrote:
> Please add an option to control the "source" for auto word completion
> feature: Whole document except [ ] comments [ ] quotations


No. The word completion searches the text. If you want source completion, you 
need a plugin that is designed for that purpose, or use an IDE.
Comment 4 Maciej Pilichowski 2006-05-09 17:57:14 UTC
> If you want source completion, you 
>  need a plugin that is designed for that purpose, or use an IDE. 

Hmm, I am sorry for messing up the report, but I was talking about IDE -- KDevelop. Since KDevelop uses kate and my previous reports was redirected to kate I reported this problem in the kate section from the start.
Comment 5 Maciej Pilichowski 2006-05-09 19:38:36 UTC
This bug is duplicate of https://bugs.kde.org/show_bug.cgi?id=63164 from kdevelop section.

Anders, my apologies for disturbing you! Would you be so kind and close it as a duplicate -- thank you in advance.
Comment 6 Dirk Mueller 2006-05-09 22:49:05 UTC

*** This bug has been marked as a duplicate of 63164 ***