55 Commits

Author SHA1 Message Date
Yann Cébron
44c17d1b6a SDK Docs: update links, use HTTPS where possible 2019-03-12 11:44:02 +01:00
Yann Cébron
c9632283b6 plugin_services: cleanup 2019-03-07 18:22:50 +01:00
Yann Cébron
40a3736d27 plugin_configuration_file.md: clarify <resource-bundle> 2019-02-19 11:39:58 +01:00
Yann Cébron
0560fa3f15 plugin_configuration_file.md: cleanup/small fixes 2019-02-19 11:30:09 +01:00
Chris
904f7da7d7 Show plugin dependencies with Kotlin build script (#140)
* Show plugin dependencies with Kotlin build script

Moved down instructions to add plugin dependencies to IntelliJ SDK to promote Gradle approach.

* Update kotlin script example to match groovy example

* Update plugin dependencies example with a working example

The previous example didn't work anymore.
2019-01-24 15:05:48 +01:00
Yann Cébron
7820771825 optimize all PNG files 2019-01-23 11:28:28 +01:00
Yann Cébron
471aade06d plugin_icon_file: update version information (IJSDK-535) 2019-01-23 09:29:21 +01:00
JohnHake
f4abf633a4 Incorporated review feedback from pull request #125 2018-10-28 17:13:20 -07:00
JohnHake
72656ecce9 minor typo 2018-10-19 13:13:01 -07:00
JohnHake
7763d284ba Cross-linked pages describing icons 2018-10-19 12:39:22 -07:00
JohnHake
7810f7f174 Add Plugin Icon page + images & references 2018-10-18 18:37:52 -07:00
JohnHake
47ebed4785 Incorporate pull request feedback. 2018-08-24 11:13:27 -07:00
Venkatesh-Prasad Ranganath
312ac9b57f
Fixes a broken link to ProjectComponent 2018-07-13 17:32:44 -05:00
Dmitry Jemerov
1c0275c9b7 Fix dependency syntax 2018-03-23 18:59:09 +01:00
Dmitry Jemerov
327ac8fba7 Update and expand "Plugin Dependencies" section 2018-03-23 18:58:39 +01:00
Vitalii Dmitriev
04c5126360
Intellij -> IntelliJ
Change Intellij to IntelliJ.
2018-02-05 22:51:22 +03:00
Matt Ellis
e2d2884ce1 Revert incorrect link change 2017-12-07 11:34:43 +00:00
Jonny Carter
423a6f7514 Fix links to Component interface sources 2017-12-07 09:46:31 +00:00
Jonny Carter
cca395c19c
Close vendor tag in sample plugin.xml 2017-12-05 16:07:12 +00:00
Art Beatte IV
f55973d8e3 Removes vendor logo
Vendor logo is no longer used and including it in the xml produces a lint warning.
2017-09-21 10:37:33 -07:00
Yaroslav Pankratyev
fdb5926f8e Add note about min version for creating plugin services via New menu + minor fix 2017-08-31 17:29:11 +07:00
Yaroslav Pankratyev
f6a402fb4f Remove quick component creation instruction, add instruction how to create a service 2017-08-14 13:07:35 +07:00
Nikolay Chashnikov
cdc010a5db Update information about service classes
'serviceInterface' attribute may be omitted if it is equal to 'serviceImplementation'.
2017-07-27 14:35:57 +03:00
Matt Ellis
c307eb5642 Minor formatting fixes 2017-06-09 17:13:28 +01:00
Aleksey Kladov
56c484a169 Improve services examples (#32) 2017-01-23 17:50:40 +03:00
Matt Ellis
9f6df45e44 Fix link to project
Fixes #IJSDK-169
2016-06-27 11:05:16 +01:00
Matt Ellis
56b81cc8c1 Replaced pygments syntax highlighter with rouge
No more Python!

Updated to JetBrains/sdkdocs-template@b89d456a51
2015-12-15 16:28:22 +00:00
Vladimir Schneider
9f2177ff65 reverse spurious "cat on the keyboard" edits 2015-12-13 19:13:30 -05:00
Vladimir Schneider
ccf9aee82d fix some link to html instead of md documents 2015-12-13 18:53:51 -05:00
breandan
8da6c43492 Unzipped MaxOpenedProjects and added Gradle module 2015-12-03 17:21:16 -05:00
breandan
da6f83a159 Replace "IntelliJ IDEA" with "IntelliJ Platform" where appropriate and other minor changes 2015-11-30 06:25:21 -05:00
Matt Ellis
ca989bbb03 Simplified links to Upsource
Now using upsource:// protocol and converted to full link at build time.
2015-11-26 15:39:11 +00:00
Matt Ellis
005162aa48 Minor reformatting. No actual content changed 2015-11-23 17:36:39 +00:00
Yann Cébron
14b56b2723 wording in plugin_extensions_and_extension_points.md 2015-10-26 21:51:54 +01:00
Yann Cébron
a2da744d3c wording in plugin_class_loaders.md 2015-10-26 21:44:51 +01:00
Yann Cébron
5ee90e5632 Basics: fix formatting in plugin_dependencies.md 2015-10-26 21:20:28 +01:00
Matt Ellis
ab392301a3 Merge https://github.com/artspb/intellij-sdk-docs into artspb-master 2015-09-24 12:33:56 +01:00
breandan
801b0b640f Migrate links to .java classes from GitHub to Upsource.
The first step in migrating the documentation to Upsource. This has the added benefit of tying us to a specific version in case of code drift. Future migrations will be required in order to use method links (when supported).

Search:  \(https://github.com/JetBrains/intellij-community/blob/master/(.+\.java)\)
Replace: \(https://upsource.jetbrains.com/idea-community/file/1731d054af4ca27aa827c03929e27eeb0e6a8366/$1\)
2015-08-18 16:40:09 -04:00
breandan
d5952b46f7 Clean up inconsistent markdown code style
Search: ```([^`\n]+)```
Replace: `$1`
2015-08-18 15:21:34 -04:00
breandan considine
7b75f3ad99 Replaced internal .html links with .md extension
Find: (\([^:\)]+\.)html\)

Replace: $1md\)
2015-08-06 19:38:31 -04:00
Matt Ellis
7bc478ecb9 Cleanup broken and redirecting links 2015-08-06 17:38:04 +01:00
Artem Khvastunov
9f81cae94b actualized 'Plugin Structure' section
fixed broken URLs
added some new URLs
2015-08-05 17:49:01 +02:00
breandan
20f55c386d Angle brackets in text are now enclosed in code spans IJSDK-56 2015-07-30 00:50:40 -04:00
breandan
4b14c47af3 Escape unescaped angle brackets, fixes IJSDK-56 2015-07-29 23:50:12 -04:00
Matt Ellis
766f624db3 Fixing broken links (IJSDK-48) 2015-07-16 16:11:43 +01:00
Matt Ellis
9d5bf84427 All files using default layout 2015-07-09 15:54:37 +01:00
Obfuskator
692195f275 Update plugin_components.md 2015-06-16 20:21:50 +02:00
Obfuskator
e1a24d0698 Update plugin_class_loaders.md 2015-06-16 17:59:04 +02:00
Obfuskator
9b44c472a8 Update plugin_content.md 2015-06-16 17:17:21 +02:00
Anna Bulenkova
ba472271f0 layout changed 2015-06-10 12:34:29 +02:00