Bug 147006 - abbreviations: too sensitive to surrounding characters
Summary: abbreviations: too sensitive to surrounding characters
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-20 18:02 UTC by Maciej Pilichowski
Modified: 2009-01-23 23:27 UTC (History)
0 users

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 2007-06-20 18:02:25 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    SuSE RPMs

...or simply put abbreviations do not always work.

I have "p" defined for "public:" and in such case:

    virtual int alignment () const;*/
  p  
    virtual QWidget *createEditor(QWidget *parent,

I cannot expand it. However if I delete new-line after it, and create it, erase some spaces and put them again, it will work. I checked the file (it is not long, I can attach it) in hex mode, there are no mysterious characters... 0x0A and 0x20.