Mike Wannamaker
- 活动总数 69
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 24
-
-
已编辑于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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 -
创建于 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... -
创建于 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?... -
创建于 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... -
创建于 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, ...