Isuru Wijesinghe
- 活动总数 39
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 16
-
创建于 File open view - Extension point
Attach file is from android plugin, which provide xml file to be rendered using interpreter or text file editor.I have a similar requirement for code generation feature I'm going to add for IDEA pl... -
创建于 Adding multiple project templates
I have used the project template extension point in following way. <projectTemplate projectType="CTAP Application" templatePath="resources/CTAP_SMS_Service_Application.zip" category="true"/>This ad... -
创建于 Create project template extensions using "user defined" templates
I'm creating a plugin which will introduce new project templates to new project creation wizards. As I have went though the idea community edition source code, I found a perfect example for project... -
创建于 Adding third party jar to the plugin project
I creating a plugin which use the projectTemplate extension point. How ever my project template use third party dependencies such as google-guava, jetty etc... How to include them in the plugin pro... -
创建于 Adding more options to New project wizard
How to add more project options to New Project wizardsI want to know in two levels. 1. How to create project type for a framework (like JavaFX)Refer to 1.png2. How to add more items to project temp... -
创建于 Framework specific IDEs - More guides
Hi I watch the recording of webcast on How to Build Developer Tools on Top of IntelliJ PlatformI'm working for a company who provide rest api for developers to access mobile network resource like s... -
创建于 Include a third party plugin to intellij Idea build
I have develop some thrid party plugins for intellij idea that I want to inlcude in intellij IDEA latest source code and distribute as own IDE, with changes to logo and all.Is it possible to includ... -
创建于 Include plugin to intellij idea community edition build
I have checkedout the latest version of intellij idea, when I skim through the project structure and found the plugin source location.intellij-community-idea-140.455/pluginsOnce I build IDE binarie... -
创建于 Develop custom project type
I'm developing a drag and drop based (with minimal coding) rest service creation project type for intellij idea (like in android and maven plugins).Is there already available guide to achieve this. -
创建于 Intellij Idea 138.1638 source snapshot build failure
HiI have downloaded the 138.1638 source snapshot of intellij idea from github.I use Intellij IDEA 13.1.2 IDE with jdk1.6.0_45 x64 to build it IntelliJ from source.And followed the instructions fou...