Mike Wannamaker
- 活动总数 69
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 24
-
-
Mike Wannamaker 创建了一个帖子, -
Mike Wannamaker 进行了评论, -
-
-
Mike Wannamaker 创建了一个帖子, 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... -
Mike Wannamaker 创建了一个帖子, 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... -
Mike Wannamaker 创建了一个帖子, 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 ... -
-
Mike Wannamaker 创建了一个帖子, 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...