主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Doroshko
活动总数
2479
最后的活动
2024年11月15日 18:36
成员加入日期
2009年06月09日 09:45
关注
0 名用户
关注者数
1 名用户
投票数
0
订阅数
851
活动概览
文章(0)
帖子(0)
评论(1628)
按最近的活动排序
最近的活动
投票数
创建于
2014年02月12日 16:54
I'm afraid not. Even if it were, user is able to change module roots afterwards in Project Structure dialog.Note that project/module wizards are refactored in IntelliJ IDEA 13.1. Related refactorin...
社区
IntelliJ IDEA Open API and Plugin Development
Hide more settings in new project wizard
0 票
创建于
2014年02月12日 19:30
Project doesn't contain any content/source roots. So it is impossible to say that some file belongs to the project if the project doesn't contain modules.Are you familiar with Eclipse? Can you imag...
社区
IntelliJ IDEA Open API and Plugin Development
Hide more settings in new project wizard
0 票
创建于
2014年02月12日 08:51
VirtualFile doesn't have method getProject() and it can't have it because if several projects are open the same VirtualFile may be used in several projects.See ModuleUtil class.
社区
IntelliJ IDEA Open API and Plugin Development
how to get module?
0 票
创建于
2014年02月12日 10:16
Check again, com.intellij.openapi.vfs.VirtualFile doesn't have getProject() and it can't have it because IntelliJ virtual file system is implemented at application level, it is not related to proje...
社区
IntelliJ IDEA Open API and Plugin Development
how to get module?
0 票
创建于
2014年02月20日 11:56
Changing pin to 6 in classDeclaration will guarantee that id is not null. Currently with pin on 'class' keyword classDeclaration indeed may have no name identifier.
社区
IntelliJ IDEA Open API and Plugin Development
Grammar-Kit and Identifier
0 票
创建于
2014年04月09日 14:02
I'm afraid it is not possible at all.
社区
IntelliJ IDEA Open API and Plugin Development
ActionScript Plugin Help
0 票
创建于
2014年04月09日 14:12
Yes, sorry about that.
社区
IntelliJ IDEA Open API and Plugin Development
ActionScript Plugin Help
0 票
创建于
2014年04月09日 15:30
Initial JavaScript support was open-sourced, it was 9 years ago.You are right, TypeScript support is strongly tied to JavaScript.
社区
IntelliJ IDEA Open API and Plugin Development
ActionScript Plugin Help
0 票
创建于
2014年04月02日 11:12
ApplicationManager.getApplication().isDispatchThread()See also other threads related methods there.
社区
IntelliJ IDEA Open API and Plugin Development
How can I check if the current thread is the event dispatching thread?
0 票
创建于
2014年09月12日 15:56
Текст ошибки содержит ответ на ваш вопрос. Используйте ApplicationManager.getApplication().invokeLater().Подробнее о многопоточности и read/write access: http://confluence.jetbrains.com/display/IDE...
社区
IntelliJ IDEA Open API and Plugin Development
Access is allowed from event dispatch thread only
0 票
«
第一页
‹
上一页
下一页
›
最后
»