Isuru Wijesinghe
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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. -
Created 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...