Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Isuru Wijesinghe
Total activity
39
Last activity
January 16, 2016 13:05
Member since
August 17, 2014 10:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
16
Activity overview
Posts (16)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
November 11, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Framework specific IDEs - More guides
0 votes
Created
November 13, 2014 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.
Community
IntelliJ IDEA Open API and Plugin Development
Framework specific IDEs - More guides
0 votes
Created
November 07, 2014 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 ?
Community
IntelliJ IDEA Open API and Plugin Development
Include plugin to intellij idea community edition build
0 votes
Created
December 13, 2014 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.
Community
IntelliJ IDEA Open API and Plugin Development
Compile project source - Program Runner
0 votes
Created
December 12, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create project template extensions using "user defined" templates
0 votes
Created
December 12, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Adding multiple project templates
0 votes
Created
December 14, 2014 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
Community
IntelliJ IDEA Open API and Plugin Development
Project templates - attributes for place holders
0 votes