Not working in methods in Android Studio 1.5.1
lorenzos opened this issue · 4 comments
Strange thing, Pegdown works perfectly for classes and fields docs, but not for methods. No exceptions seems to be thrown. Demonstration:
If it looks related to Android Studio to you, I'll file a new issue here.
I'll have to check the whole DocumentationProvider
thing for compatibility, there are also other issues reported to that. This also uses classes from idea.jar
, so it basically uses internal classes that shouldn't be used by plugins, as far as I can understand it.
It's absolutely possible that this is an issue of Android Studio, but I can't really be sure of it. This plugin is a hack …
I just tried downloading the latest version of IntelliJ (no Android Studio), and the Pegdown plugin, after installing it, works flawlessly also on methods.
Version of Pegdown is 1.2.1 on both.
I'll file the issue for Android Studio as soon as possible if you think it's the best thing to do.
Experienced same issue, but now It works in Android Studio 2.0
Can confirm it works on Android Studio 2.0.
I think this can be closed, because 2.0 came out of beta this month.