Isuru Wijesinghe
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
-
Isuru Wijesinghe created a post, Interacting with other plugins
When developing a plugin I know its possible to define other plugins which my plugin depends on. How ever its there a way to trigger those plugin actions from my plugin code.For examplesI want to c... -
Isuru Wijesinghe created a post, Adding DOM Elements to XML file
My objective is to programatically add dom elements to a web.xml file, like servlets, servlet-mappings and filters.First using intellij idea dev-kit plugin I have generated to dom model for web.xml... -
Isuru Wijesinghe created a post, NewGroup - Adding items based on the context
Refer to the two screen shots above. GUI Form on new item pop up will only appear if only the directory currently selected is the source directory.I have a similar requirement that items I add to n... -
Isuru Wijesinghe created a post, Programatically finding the plugin installed directory
HiI have my plugin bundle as a zip file. And once I install it I can find the extracted files inside/home/isuru/.IdeaIC14/config/plugins/ctap-idea-pluginisuru@isuru-XPS13-9333:~/.IdeaIC14/config/pl... -
-
Isuru Wijesinghe created a post, Project templates - attributes for place holders
Am working on adding achive based project templates to my idea plugin. Currently this is the content of my project-template.xml inside .idea directory of my project template.-----------------------... -
-
-
Isuru Wijesinghe created a post, Compile project source - Program Runner
My idea plugin, am adding run/debug configurations. <extensions defaultExtensionNs="com.intellij"> <configurationType implementation="<my-impl>" /> <programRunner id="Run" implementation=<my... -