Defined a limit for code completion list entries PHPeclipsePlugin.MAX_PROPOSALS
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / builder / PHPIdentifierLocation.java
index e3ea468..43006a0 100644 (file)
@@ -109,7 +109,7 @@ public class PHPIdentifierLocation extends PHPIdentifier {
    * @see java.lang.Object#toString()
    */
   public String toString() {
-    return super.toString()+fFilename;
+    return super.toString()+"\n"+fFilename;
   }
 
 }