EditorTextField in #3403: How to get an Editor that does error highlighting?

Hi,

yesterday, using build #3401 the world used to be OK. After fiddling around how to get a
ComboBoxEditor that does error highlighting, I came up with this piece of code:

final PsiFile file = parserDefinition.createFile(project, "DummyFile"")
.createPseudoPhysicalCopy();
final Document document = PsiDocumentManager.getInstance(project).getDocument(file);
final EditorTextField component = new EditorTextField(document, project, fileType);

Today, using #3403 and exactly the same code, I'm kinda lost because the code I was
looking for quite long doesn't work any more. I need some advice... desperately ;)

Thanks,
Sascha



Attachment(s):
3401-ok.png
3403-bad.png
0
1 comment
Avatar
Permanently deleted user

Haha, it's not my fault, even IDEA itself can't do it anymore:
http://www.jetbrains.net/jira/browse/IDEA-3583

Sascha

0

Please sign in to leave a comment.