Steve Murphy
- 活动总数 25
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 How can I override a service implementation?
Hi,I'd like to provide my own implementation to a core intellij service in the proper way.I tried this, in my plugin.xml:<extensions defaultExtensionNs="com.intellij"> <applicationService servi... -
创建于 TODO's not being highlighted blue nor appearing in tree
Hello, in my custom language plugin, my TODO's are not being highlighted blue as they are for java files.The TODO pane can find which custom language files contain TODO's, but there are no child no... -
创建于 CompletionContributor help
Hello,I've plugged in a CompletionContributor, however before it gets to return the variants I'm getting an Exception.With a newly-created / completely empty file in my custom language, hitting ctr... -
创建于 Go To / Find Usages / Rename between files
Hello,Having Go To (ctrl click) / Find Usages (alt f7) / Rename (shift f6) working within a file for a custom language - how do I enable these resolve-based features to work within all project file... -
创建于 StructureView Tips
Hello,In the tree-based structure view, nodes that are grandchildren of the root seem to always have the [+] icon when the tree is built, even if the corresponding StructureViewTreeElement has no c... -
创建于 Create test - default to "JUnit4" (rather than JUnit3)
Hi there,When i create a unit test, the "Create Test" window defaults to Testing library: JUnit3.Is there any way to make it default to JUnit4?ThanksSteve