Isuru Wijesinghe
- 活动总数 39
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 16
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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.-----------------------... -
创建于 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...