Updated OpenAPI JavaDocs

All the links to OpenAPI JavaDocs in this article lead to 404 Not Found errors. Any ideas where can we find the latest OpenAPI JavaDocs?

Thanks in advance,
Behrang

0

Hello Behrang,

Since the release of IntelliJ IDEA Community Edition, we no longer publish
the OpenAPI javadocs either online or as a separate download. You can download
the Community Edition source code from http://www.jetbrains.org/

All the links to OpenAPI JavaDocs in
http://www.jetbrains.com/idea/documentation/howto_03.html lead to 404
Not Found errors. Any ideas where can we find the latest OpenAPI
JavaDocs?


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

I have the same problem on exactly the same topic. I wanted to start with plugin development and I miss Javadocs online. Of course I can build them locally, but some version of the API could be online. Also many plugin related resources are quite obsolete. For instance http://www.jetbrains.com/idea/training/demos/google_search.html shows obsolete way to find EDITOR, etc. Now I'm using other plugins hosted on Google Code as a guide.

Are there any other fresh recommended resources about plugin development?

(Kinda thread hi-jack, but I couldn't ignore that both OP and me came to the same issue on the same occasion. :-))

0

Hello Richard,

The starting point for all resources related to plugin development is:
http://confluence.jetbrains.net/display/IDEADEV/PluginDevelopment

The fact is, the Community Edition source code is the most comprehensive
source for information on developing plugins for IntelliJ IDEA, and the JavaDoc
comments contain quite a limited amount of useful information. Because of
that, we do not publish the JavaDocs online, and direct everyone to the source
straight away..

I have the same problem on exactly the same topic. I wanted to start
with plugin development and I miss Javadocs online. Of course I can
build them locally, but some version of the API could be online. Also
many plugin related resources are quite obsolete. For instance
http://www.jetbrains.com/idea/training/demos/google_search.html shows
obsolete way to find EDITOR, etc. Now I'm using other plugins hosted
on Google Code as a guide.

Are there any other fresh recommended resources about plugin
development?


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

请先登录再写评论。