From kdevelop-bugs Wed Jun 20 16:02:26 2007 From: Maciej Pilichowski Date: Wed, 20 Jun 2007 16:02:26 +0000 To: kdevelop-bugs Subject: [Bug 147006] New: abbreviations: too sensitive to surrounding Message-Id: <20070620180225.147006.bluedzins () wp ! pl> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306979813076 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=147006 Summary: abbreviations: too sensitive to surrounding characters Product: kdevelop Version: unspecified Platform: SuSE RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: bluedzins wp pl 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.