[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/parts/phpsupport
From:       Sebastian Gutweiler <sebastian () gutweiler ! net>
Date:       2003-09-15 18:53:09
[Download RAW message or body]

CVS commit by barcley: 

Don't strip the first char of variables. This was needed to strip the $ at the
beginning of an variable, but isn't needed anymore.


  M +1 -1      phpcodecompletion.cpp   1.26


--- kdevelop/parts/phpsupport/phpcodecompletion.cpp  #1.25:1.26
@@ -529,5 +529,5 @@ QValueList<KTextEditor::CompletionEntry>
         KTextEditor::CompletionEntry e;
         QString name = (*attrIt)->name();
-        e.text = name.remove(0,1); // remove the trailing $
+        e.text = name;
         e.postfix ="";
         list.append(e);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic