Koko The Monkey

- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 IDEA 2016.1 changes in SDK
Is there a place where I can read release notes and changes in the SDK? For example public class StoragePathMacros { /** @deprecated */ @Deprecated public static final String PROJECT_FILE... -
创建于 External annotator does not work on certain folders in rubymine
I have an issue opened on my plugin related to rubymine, the plugin works fine on other platform, but in rubymine with a rails project on some folders the external annotator is not invoked. I have ... -
创建于 Determine file type based on content
Is there a way to determine file type based on content?I have a plugin were one file name can have two diffrent content types and I want to detect it's content and then assosiate it with a file typ... -
创建于 How to register LocalQuickFix with ExternalAnnotator?
I'm trying to convert my inspection to use an ExternalAnnotator because I understood it fits better an external tool, how exactly I don't know.I'm having trouble converting my local quick fixes. th... -
创建于 Error Testing annotator: Unexpected token <
Hi,I'm extending LightPlatformCodeInsightFixtureTestCase to test my inspection, myFixture.configureByFiles(file);this: myFixture.checkHighlighting(false, false, true); fails as my in...