Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Stefanos Kalantzis
Total activity
6
Last activity
January 16, 2016 12:59
Member since
October 03, 2014 17:34
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
October 06, 2014 16:20
Yes, I'm trying to fix this issue:https://github.com/millennialmedia/intellibot/issues/70#issuecomment-56791748The patch is not working for non-UI threads.
Community
IntelliJ IDEA Open API and Plugin Development
Get VirtualFile of selected text editor from a non-UI thread
0 votes
Created
October 06, 2014 17:01
The root problem of why it needs the ApplicationManager.getApplication().invokeLater()is the way it's getting the path of the selected file that's active on the editor.Which is: FileEditorManager.g...
Community
IntelliJ IDEA Open API and Plugin Development
Get VirtualFile of selected text editor from a non-UI thread
0 votes
Created
October 06, 2014 17:40
Yes that is correct.I am more than open to suggestions :)
Community
IntelliJ IDEA Open API and Plugin Development
Get VirtualFile of selected text editor from a non-UI thread
0 votes
Created
October 06, 2014 16:07
Hi, thanks for that.. I had actually read that page, but somehow missed the threading rules.My problem now is that I have to get a return value from that thread that will be invoked byApplicationMa...
Community
IntelliJ IDEA Open API and Plugin Development
Get VirtualFile of selected text editor from a non-UI thread
0 votes