主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2010年08月04日 18:25
you need to use a @Converter on the attributes/tags which should reference the Spring Beans example: http://git.jetbrains.org/?p=idea/contrib.git;a=blob;f=struts2/plugin/src/com/intellij/struts2/d...
社区
IntelliJ IDEA Open API and Plugin Development
Resolving DomElements From Separate Model
0 票
创建于
2010年10月21日 06:10
AFAIK the plugin.dtd is obsolete since 1) it is not versioned 2) it does not support "dynamic" elements You can simply rely on the error highlighting provided by DevKit-plugin, which also provide...
社区
IntelliJ IDEA Open API and Plugin Development
What replaces plugin.dtd?
0 票
创建于
2010年10月18日 22:56
What version of IDEA are you using? Is the Git Plugin ("Git Integration") installed and enabled (see list in Settings->Plugins, Tab "Installed")?
社区
IntelliJ IDEA Open API and Plugin Development
Plugin development first attempt
0 票
创建于
2010年10月18日 23:16
AFAIK it should work w/o compiling
社区
IntelliJ IDEA Open API and Plugin Development
Plugin development first attempt
0 票
创建于
2011年01月07日 18:58
http://confluence.jetbrains.net/display/IDEADEV/IntelliJ+IDEA+Virtual+File+System should give you a few hints
社区
IntelliJ IDEA Open API and Plugin Development
Detect if file deleted
0 票
创建于
2010年12月25日 14:18
From http://confluence.jetbrains.net/display/IDEADEV/IntelliJ+IDEA+Architectural+Overview: "the data structures of IntelliJ IDEA are covered by a single "multiple readers / single writer" lock." A...
社区
IntelliJ IDEA Open API and Plugin Development
Performing write operations inside a ClassPostProcessingCompiler
0 票
创建于
2010年12月05日 11:00
Getting started doc: http://confluence.jetbrains.net/display/IDEADEV/PluginDevelopment specifically http://confluence.jetbrains.net/display/IDEADEV/Developing+Custom+Language+Plugins+for+IntelliJ+...
社区
IntelliJ IDEA Open API and Plugin Development
Jetbrains custom language plugin sources
0 票
创建于
2011年01月17日 19:34
I'd expect a more open and bigger community with the other WIKI, since everyone can start writing immediately after registration.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin dev WIKI documentation
0 票
创建于
2011年04月04日 18:49
Guessing: com.intellij.openapi.wm.ToolWindow#hide() after project has been loaded (com.intellij.openapi.startup.StartupManager#runWhenProjectIsInitialized()) should probably work.
社区
IntelliJ IDEA Open API and Plugin Development
Close toolwindow on startup?
0 票
创建于
2011年04月29日 07:06
just use the VM parameters of IDEA itself, at least the ones for memory settings Mac: http://devnet.jetbrains.net/docs/DOC-197 Windows: idea.properties in $IDEA_HOME$ (??)
社区
IntelliJ IDEA Open API and Plugin Development
Example of a custom language plugin for a templating language
0 票
«
第一页
‹
上一页
下一页
›
最后
»