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