Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
chenlibing
Total activity
407
Last activity
January 18, 2016 05:16
Member since
November 26, 2003 02:15
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
173
Activity overview
Posts (84)
Comments (150)
Sort by recent activity
Recent activity
Votes
Created
August 28, 2008 01:31
Following is my code in iBATIS plugin, please try. VelocityContext context = new VelocityContext(); context.put("p...
Community
IntelliJ IDEA Open API and Plugin Development
Bundling Velocity in a plugin does not work
0 votes
Created
August 28, 2008 11:35
Do you include velocity.jar in your classpath, because IDEA has bundled it.
Community
IntelliJ IDEA Open API and Plugin Development
Bundling Velocity in a plugin does not work
0 votes
Created
October 29, 2009 12:20
Can plugin developers get the JavaEE plugin source code? And I think a lot of guys want to develop plugin for JEE development, and JavaEE plugin source code is great to reference during plugin dev...
Community
IntelliJ IDEA Open API and Plugin Development
Maia - where is the OpenAPI source (development kit)?
0 votes
Created
October 30, 2007 13:17
http://www.google.com/codesearch?q=intellij+ompletionData&hl=zh-CN&btnG=%E6%90%9C%E7%B4%A2%E4%BB%A3%E7%A0%81These are some demos, and you can take a look and try.
Community
IntelliJ IDEA Open API and Plugin Development
Comments, plain text code completion
0 votes
Created
October 18, 2007 08:09
http://mevenide.codehaus.org/m2-repository, jars for version 7361(7.0) have not been added.
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ 7 in the Maven repository?
0 votes
Created
December 28, 2007 11:21
yes, Peter, where can I find an example for reference?
Community
IntelliJ IDEA Open API and Plugin Development
How to implement usages find for xml attribute?
0 votes
Created
December 28, 2007 11:34
I have a xml code as following:]]>and Java code as follwing:client.queryForObject("select.user");I make "select.user" attribute value refer to "select" tag, and make "select.user" parameter to refe...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement usages find for xml attribute?
0 votes
Created
April 19, 2008 14:54
Hi Jay, I want to make a plugin to extend JavaScript plugin add some special features for javascript frameworks, such as Prototype, ExtJS. I want to add code completion for config parameter, css se...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement custom code completion in javascript?
0 votes
Created
April 19, 2008 07:04
Hi Jacek, in my iBATIS plugin, jetbrains guys create a new api for me, please take a look at the attachment, if you think ok, please use following code: registry.registerDocTagReferenceProvi...
Community
IntelliJ IDEA Open API and Plugin Development
Code/Text completion in IDEA 7
0 votes
Created
April 07, 2009 08:09
Got it please igore it.registrar.registerReferenceProvider(PsiJavaPatterns.literalExpression().insideAnnotationParam( PlatformPatterns.string().with(new PatternCondition<String>("Da...
Community
IntelliJ IDEA Open API and Plugin Development
How to implement code completion for annotation's array parameter?
0 votes
«
First
‹
Previous
Next
›
Last
»