主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2016年02月03日 16:06
This will only refresh the model/underlying beans provided. Highlighting in editor has to be restarted explicitly via com.intellij.codeInsight.daemon.DaemonCodeAnalyzer#restart()
社区
IntelliJ IDEA Open API and Plugin Development
Programatically refresh spring bean definitions
0 票
创建于
2016年02月04日 06:15
try passing in new LocalSearchScope(method)
社区
IntelliJ IDEA Open API and Plugin Development
ReferenceSearch within a specific method (Java)
0 票
创建于
2016年02月08日 22:59
<group id="myGroupId"> <separator/> <action class="..." id="actionId"/> <separator/> <add-to-group group-id="HelpMenu" anchor="last"/></group>
社区
IntelliJ IDEA Open API and Plugin Development
Add separator to HelpMenu
0 票
创建于
2016年02月10日 13:16
Indeed JavaScript plugin is only available in IJ Ultimate Edition respectively in Web/PHPStorm.
社区
IntelliJ IDEA Open API and Plugin Development
com.intellij.lang.javascript.JavascriptLanguage not found
0 票
创建于
2016年02月19日 10:31
Why does the existing quickfix to add "final" to found items not suit your need? what "action" do you want to perform in your plugin?
社区
IntelliJ IDEA Open API and Plugin Development
Re-assignment of Variables
0 票
创建于
2016年02月19日 10:50
You can run the inspection on any scope and use "Apply Fix to all" to do this. Use "Analyze->Run Inspection By Name" to perform batch inspection.
社区
IntelliJ IDEA Open API and Plugin Development
Re-assignment of Variables
0 票
创建于
2015年04月17日 06:16
Please see https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Architectural+Overview for an overview
社区
IntelliJ IDEA Open API and Plugin Development
What's an editor vs document vs virtualfile?
0 票
创建于
2014年04月28日 08:08
Please see the plugin dev documentation, it has many pointers http://confluence.jetbrains.com/display/IDEADEV/PluginDevelopmentespecially http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+ID...
社区
IntelliJ IDEA Open API and Plugin Development
how to insert content in a file
0 票
创建于
2013年12月04日 08:48
First, please upgrade to 12.1.6 or 13.0 as latest releases.How do you run TestNG config? Is your plugin properly installed in the running IDE instance?
社区
IntelliJ IDEA Open API and Plugin Development
How to use a extension point other plugin?
0 票
创建于
2013年12月04日 09:43
How do you build distribution of your plugin? Please verify _every_ required compile dependency library (testng.jar,br.eti.kinoshita.testlink-java-api, commons-lang, ...) is included in resulting ZIP.
社区
IntelliJ IDEA Open API and Plugin Development
How to use a extension point other plugin?
0 票
«
第一页
‹
上一页
下一页
›
最后
»