-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDEA plugin fails #59
Comments
Hm. This might be a duplicate of #52. Then again, the failed assertion is the same, but the stack trace is quite different. Try e75ea23, it should fix #52 and might therefore also fix this. However, I'm still unsure what it breaks. :/ You can build it yourself or use the build I'm currently working with: https://www.dropbox.com/s/17gzqdlu0zd285k/pegdown-doclet-idea-plugin-1.3-1-SNAPSHOT.jar?dl=0 Install the plugin using "Install plugins from disk". Please report any issues with it. If you want to revert to the current release, download it from https://plugins.jetbrains.com/plugin/7253?pr=idea and install from disk again. Do you know how to reproduce it? Even if the current SNAPSHOT fixes the issue, I'd still like to understand why. :) |
Hello Raffael, I'm working on your doclet. I like to contribute the gist taglet. I'll dropped the idea-plugin module, because IDEA was all the time May be this causes the error. I'll don't know. Kind regards Marko P.S.: I created a branch Am 03.06.16 um 18:54 schrieb Raffael Herzog:
|
Create a file
This will add the IDEA Jars to the compile classpath. But if you're not working on the IDEA plugin, removing the module is a viable option. Just take care you don't commit this. |
Your plugin does not fail anymore. |
Ok. Got the same issue again and again (even with your dropbox version). But now I can tell you when it happens: If you extend a argument list, for example anyMethod(val1, val2, cursor is here) IDEA gives you some suggestions and for each suggestion it generates javadoc. So if will also suggest local variables and parameters. And these have of course no javadoc. |
I got a new error message from the IDEA plugin
|
I'm using
See stack trace:
The text was updated successfully, but these errors were encountered: