Abnaxos / markdown-doclet

A Doclet that allows the use of Markdown in JavaDoc comments.
GNU General Public License v3.0
319 stars 40 forks source link

Not working in methods in Android Studio 1.5.1 #53

Closed lorenzos closed 8 years ago

lorenzos commented 8 years ago

Strange thing, Pegdown works perfectly for classes and fields docs, but not for methods. No exceptions seems to be thrown. Demonstration:

byzanz-record

If it looks related to Android Studio to you, I'll file a new issue here.

Abnaxos commented 8 years ago

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 …

lorenzos commented 8 years ago

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.

aeracode commented 8 years ago

Experienced same issue, but now It works in Android Studio 2.0

lorenzos commented 8 years ago

Can confirm it works on Android Studio 2.0. I think this can be closed, because 2.0 came out of beta this month.