主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2013年04月29日 12:27
No, I didn't.Try alexander dot doroshko at gmail.
社区
IntelliJ IDEA Open API and Plugin Development
Combined Module Root detection
0 票
创建于
2013年04月29日 12:44
Got it.
社区
IntelliJ IDEA Open API and Plugin Development
Combined Module Root detection
0 票
创建于
2013年10月14日 12:34
org.jetbrains.idea.maven.project.MavenProjectsManager#isMavenizedModule(final Module m);To find such util methods you can use Navigate | Symbol... and try to guess the method name. You'd find the a...
社区
IntelliJ IDEA Open API and Plugin Development
Detect if module is a maven module
0 票
创建于
2013年10月09日 13:35
No, you should have different branches of the plugin for different branches of IntelliJ IDEA.
社区
IntelliJ IDEA Open API and Plugin Development
how to make a plugin available to another plugin for extension
0 票
创建于
2013年11月08日 12:22
See ProjectLibraryTable class.
社区
IntelliJ IDEA Open API and Plugin Development
How to remove Library from Libraries section of project structure
0 票
创建于
2013年12月16日 11:10
I guess the Grammar-kit doesn't create the lexer.java.It does. The action is in the context menu of *.flex file. Default shortcut is Ctrl+Shift+G on Windows or Meta+Shift+G on Mac.
社区
IntelliJ IDEA Open API and Plugin Development
disable external build or new way to build lexer
0 票
创建于
2013年12月17日 12:03
Yes, all project-level components and services are handled correctly, so they can have Project field. Note that services are preferred to components because they have lazy initialization.
社区
IntelliJ IDEA Open API and Plugin Development
Already disposed, I am getting this assertion error
0 票
创建于
2014年02月06日 06:52
The best way is to use standard IntelliJ logging mechanism:import com.intellij.openapi.diagnostic.Logger;private static final Logger LOG = Logger.getInstance(YourClass.class.getName());LOG.xxx(...)...
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically retrieve folder locations
0 票
创建于
2014年02月06日 07:15
Is your question related to the IDE?System temp folder seems to be the best: com.intellij.openapi.util.io.FileUtil.getTempDirectory(). See also other methods of FileUtil class.
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically retrieve folder locations
0 票
创建于
2014年02月12日 16:06
'Empty project' mode doesn't create any module, it only creates absolutely empty project indeed, that's why it doesn't have module-related questions.
社区
IntelliJ IDEA Open API and Plugin Development
Hide more settings in new project wizard
0 票
«
第一页
‹
上一页
下一页
›
最后
»