主页
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年09月17日 17:22
> trying to figure out what and where needs to be overriden, extended, registered and implemented.in addition to searching web, it really helps to open this entire project in Idea:https://github.co...
社区
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 票
创建于
2015年09月17日 18:00
> I can try to put it together into a tutorial, but with advanced features that were hard to discover, or gotcha's that I got caught on.> finish this pluginGood luck with both, Vladimir!Both tasks ...
社区
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 票
创建于
2015年09月18日 09:42
> The plugin is now working.:)Well done Vladimir. Cheers for posting the solution.It is important to mention that I first learnt about QueryExecutorBase from Sergey Ignatov's code:https://github.co...
社区
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 票
创建于
2015年10月09日 15:59
this is a neat solution, Dayo.I did not know about TreeStructureProvider. Thank you very much.
社区
IntelliJ IDEA Open API and Plugin Development
Annotate files based on filenames
0 票
创建于
2015年10月09日 20:00
you could define one catch-all file type.users could add to this file type missing file extensions throughSettings > Editor > File Types > Registered Patterns
社区
IntelliJ IDEA Open API and Plugin Development
Annotate files based on filenames
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»