主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Stefanos Kalantzis
活动总数
6
最后的活动
2016年01月16日 12:59
成员加入日期
2014年10月03日 17:34
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2014年10月06日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Get VirtualFile of selected text editor from a non-UI thread
0 票
创建于
2014年10月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get VirtualFile of selected text editor from a non-UI thread
0 票
创建于
2014年10月06日 17:40
Yes that is correct.I am more than open to suggestions :)
社区
IntelliJ IDEA Open API and Plugin Development
Get VirtualFile of selected text editor from a non-UI thread
0 票
创建于
2014年10月06日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get VirtualFile of selected text editor from a non-UI thread
0 票