Steve Murphy
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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