Koko The Monkey
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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...