ContentAssistant assistant= new ContentAssistant();
assistant.setContentAssistProcessor(fProcessor, IDocument.DEFAULT_CONTENT_TYPE);
// Register the same processor for strings and single line comments to get code completion at the start of those partitions.
-// assistant.setContentAssistProcessor(fProcessor, JavaPartitionScanner.JAVA_STRING);
+// assistant.setContentAssistProcessor(fProcessor, JavaPartitionScanner.PHP_STRING);
// assistant.setContentAssistProcessor(fProcessor, JavaPartitionScanner.JAVA_SINGLE_LINE_COMMENT);
//
// assistant.setContentAssistProcessor(fProcessor, JavaPartitionScanner.JAVA_DOC);