主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Isuru Wijesinghe
活动总数
39
最后的活动
2016年01月16日 13:05
成员加入日期
2014年08月17日 10:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
16
活动概览
帖子(16)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2014年11月11日 11:42
Here are my specific requirement in very low level. But what I actually meant was more specific resources on this area. Like tutorials, webinars on writing framework specific IDEs on top of Intelli...
社区
IntelliJ IDEA Open API and Plugin Development
Framework specific IDEs - More guides
0 票
创建于
2014年11月13日 08:50
Hi , this is helpful information, I guess using the community edition source code and modifying it to cater my requirements will be the best fast track for me.
社区
IntelliJ IDEA Open API and Plugin Development
Framework specific IDEs - More guides
0 票
创建于
2014年11月07日 12:23
Thanks for your reply, may be my example is tricky here. Any way google app engine is just an example here, what are the steps if we want to include a free plugin with idea build ?
社区
IntelliJ IDEA Open API and Plugin Development
Include plugin to intellij idea community edition build
0 票
创建于
2014年12月13日 05:00
Thanks for your answer."change sould apply" I meant what the logical changes I do in the program, that we see from outside when program runs.
社区
IntelliJ IDEA Open API and Plugin Development
Compile project source - Program Runner
0 票
创建于
2014年12月12日 21:10
Ant I found that, there is a ant configuration file inside the .idea directory which points to the build.xml file I have pointed to Ant Build tool window.Ex:untitled104/.idea/ant.xmlOnce I save the...
社区
IntelliJ IDEA Open API and Plugin Development
Create project template extensions using "user defined" templates
0 票
创建于
2014年12月12日 12:09
As a quick work around I found following as working. <projectTemplate projectType="CTAP Application" templatePath="resources/CTAP_SMS_Service_Application.zip" category="true"/><projectTemplate proj...
社区
IntelliJ IDEA Open API and Plugin Development
Adding multiple project templates
0 票
创建于
2014年12月14日 09:34
Just went thourgh the IDEA community source code and figure out the answer to my question. I can use - ${IJ_PROJECT_NAME} attribute Thanks
社区
IntelliJ IDEA Open API and Plugin Development
Project templates - attributes for place holders
0 票