Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Tomas
Total activity
7
Last activity
January 16, 2016 15:02
Member since
September 20, 2011 14:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
October 11, 2011 14:03
Hi Dmitry,Everything works fine, i used the EmptyProgressIndicator as you suggested but now i get the following exception: com.intellij.openapi.progress.ProcessCanceledException at com.intellij...
Community
IntelliJ IDEA Open API and Plugin Development
Check PsiMethod for compile/syntax errors
0 votes
Created
October 07, 2011 11:26
Great! thanks a lot, it works!Just a strange thing, sometimes i get this exception:com.intellij.openapi.progress.ProcessCanceledException at com.intellij.openapi.progress.util.ProgressIndicator...
Community
IntelliJ IDEA Open API and Plugin Development
Check PsiMethod for compile/syntax errors
0 votes
Created
October 07, 2011 10:21
And how are compiler problems presented? For example if i have this text in java class method: public void updateOutput(String output) { this.asjdgglsdk;}And in my class there's no field "asjdg...
Community
IntelliJ IDEA Open API and Plugin Development
Check PsiMethod for compile/syntax errors
0 votes
Created
September 20, 2011 14:41
Hi Eric,You can use EditorTextField.There's a constructor:new EditorTextField(Document document, Project project, FileType fileType)Here's one way to get a document (method is PsiMethod that you wa...
Community
IntelliJ IDEA Open API and Plugin Development
Editor for partial file?
0 votes