主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2015年10月09日 20:32
String base = project.getBaseDir().getPath(); String full = String.format("%s/%s/src/%s", base, module, fileName);OpenFileAction.openFile(full, project);checked. works.
社区
IntelliJ IDEA Open API and Plugin Development
How access files under src directory in a project?
0 票
创建于
2015年10月24日 23:24
rebuild project first?maybe Prepare Plugin builds the project, maybe it does not. I usually rebuild, then prepare.
社区
IntelliJ IDEA Open API and Plugin Development
No classes generated for my plug-in
0 票
创建于
2015年10月25日 14:58
Hello Laszlo,Here is the code:https://github.com/JetBrains/intellij-community/tree/master/pythonI am not sure how to extend it.
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to extend existing language plugins' functionality?
0 票
创建于
2015年10月25日 09:18
this may not be it, but it can lead somewhere:https://github.com/JetBrains/intellij-community/blob/210e0ed138627926e10094bb9c76026319cec178/platform/external-system-impl/src/com/intellij/openapi/ex...
社区
IntelliJ IDEA Open API and Plugin Development
What is the Action class of "Run context configuration" and "Debug context configuration"
0 票
创建于
2015年10月25日 11:44
I can't find it either.Here is something which may be relevant:https://github.com/JetBrains/intellij-community/blob/210e0ed138627926e10094bb9c76026319cec178/platform/script-debugger/debugger-ui/src...
社区
IntelliJ IDEA Open API and Plugin Development
What is the Action class of "Run context configuration" and "Debug context configuration"
0 票
创建于
2015年10月24日 08:44
I did not try this but it could work: <extensions defaultExtensionNs="com.intellij"> <bundledColorScheme path="colors/ChroMATERIAL.icls" > </extensions>
社区
IntelliJ IDEA Open API and Plugin Development
I created a custom color scheme, now I want to make it a plug-in. Harder than expected
0 票
创建于
2015年09月06日 19:47
Thank you Dmitry. I appreciate this.
社区
IntelliJ IDEA Open API and Plugin Development
Quick Definition
0 票
创建于
2015年10月08日 19:41
heya,in canFindUsages you could test PsiElement type by comparing it against TokenSet defined in your language IElementType type = PsiElement.getNode().getElementType();TokenSet.create(list all yo...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with adding additional usages to the results of the standard "Find Usages" operation
0 票
创建于
2015年10月09日 09:00
> it will never return true.... for java methods, so other handlers will be tried - including java one.if it returns true for your symbols, default handlers will not be tried.or so it seems.
社区
IntelliJ IDEA Open API and Plugin Development
Problem with adding additional usages to the results of the standard "Find Usages" operation
0 票
创建于
2015年10月16日 18:12
> both my custom handler and the java handler for java methods.does your handler find additional usages for java symbols, and you'd like both handlers (custom & default java find usage handler) to ...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with adding additional usages to the results of the standard "Find Usages" operation
0 票
«
第一页
‹
上一页
下一页
›
最后
»