Mike Wannamaker
- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Created GWT Plugin Missing
AnsweredGWT Plugin seems to be missing? It's not in the list of bundled plugins? -
Edited com.intellij.tasks.ui.TaskDialogPanelProvider
In the latest version of IntelliJ I'm trying to build a plugin, but the plugin requires the class com.intellij.tasks.ui.TaskDialogPanelProvider which doesn't seem to be available in the latest vers... -
Created Java.bnf
I was looking through the community edition code. I see the JavaLexer.flex file for the java language, but I don't see the .bnf file used to create it. I may be stretching here but is there any c... -
Created Compiling My Module?
I'm having some trouble understanding exactly how compilation works. I've been looking at various sample plugins and have various things implemented.1) I have a module type/builder and can create ... -
Created Two files but only one editor with two editor tabs
Not sure the title makes sense. I have built a plugin that installs my custom module and sets my source directories. Inside these source directories I have two files that go together. A.file and... -
Created Emma Code Coverage Plugin
Is there a way I can get the emma code coverage plugin source?I want to create a plugin very similar using a different testing tool.ThanksMike -
Created GutterBar Area Hilighting
How can I do highlighting in the gutter bar area if I have line numbers in a file that I want marked special?A link to a code pointer would be great as I'm not real familiar with the plugin classes... -
Created WebServices Plugin not in list of plugins anymore?
For some reason I don't have the webservices plugin anymore?It's under the plugins folder in my installation directory, but it doesn't show in any plugin list?I don't have the wsdl to java buttons?... -
Created Detect if file deleted
Question #1:Is there a listener for detecting if a file has been deleted either throught intellij or via file system?Like detecting when files change content.Question #2:Also is there api for detec... -
Created Extend Editors (Java Source Editor)
Is there a way to extend the current editors and change their behaviour?Salesforce Apex language is similar to java but has some subtle differences.I would like to create and editor to support it, ...