439 Commits

Author SHA1 Message Date
Breandan Considine
93928c4510 Clarify Gradle build and deployment process 2016-02-08 02:55:28 -05:00
Breandan Considine
7dc499ae8d Add sample build.gradle to Kotlin Gradle tutorial 2016-02-06 12:54:32 -05:00
breandan
78ce4fede8 Add links to example Kotlin projects for the IntelliJ Platform 2016-01-28 06:52:50 -08:00
breandan considine
c313afb6d6 Update base URL 2016-01-14 20:13:15 -08:00
breandan considine
0654571e4d Update base URL 2016-01-14 20:11:07 -08:00
breandan considine
eddddd5205 First build for GH pages 2016-01-14 19:38:06 -08:00
breandan
6b7f0dcee4 Live template tutorial pt. 2 2016-01-12 00:39:50 -08:00
breandan
026d72a086 New Live Template tutorial 2016-01-12 00:32:32 -08:00
breandan considine
36278f5e8f Merge branch 'update-gems' of https://github.com/JetBrains/intellij-sdk-docs into update-gems 2016-01-06 23:55:33 -08:00
breandan
f0e7cacb79 Update contribution guidelines and fix broken link
* Add instructions for downloading tarball sources
* Migrate contribution guidelines from jetbrains.org
* Fixes IJSDK-114
2016-01-06 23:54:55 -08:00
breandan
956fb785b2 Simplify code snippets and fix issues with Jekyll 3.X 2015-12-28 07:49:53 -05:00
breandan
b940673f47 Reference code-samples directly (as per DRY) 2015-12-21 23:35:54 -05:00
breandan
0abbdf9597 More GH/US link migration 2015-12-21 13:40:09 -05:00
breandan
f51b5e5ef9 Migrate old GitHub links
Preserve line numbers in case we figure out what to do with them later (most are out-of-date anyway)
2015-12-21 13:19:55 -05:00
breandan
5c7cf76e9b Fix old Confluence links 2015-12-19 05:13:11 -05:00
Yann Cébron
fa89b1ed9d find_usages_provider: remove accidental superfluous '+' 2015-12-18 19:16:38 +01:00
Yann Cébron
9ffde109d0 find_usages_provider: fix source sample
https://devnet.jetbrains.com/message/5566694
2015-12-18 19:03:16 +01:00
breandan
3ddbb76fe6 Small fixes 2015-12-18 07:01:01 -05:00
Vladimir Schneider
b5b4cae093 reverse a partial reversal, loosing a line 2015-12-13 19:23:30 -05:00
Vladimir Schneider
9f2177ff65 reverse spurious "cat on the keyboard" edits 2015-12-13 19:13:30 -05:00
Vladimir Schneider
2dc4e5bbad Merge branch 'master' of https://github.com/JetBrains/intellij-sdk-docs 2015-12-13 19:10:40 -05:00
Vladimir Schneider
ccf9aee82d fix some link to html instead of md documents 2015-12-13 18:53:51 -05:00
breandan
ee7f650666 Adjust formatting, amend TOCs and update sdkdocs-template 2015-12-11 15:30:10 -05:00
breandan
e8f66fb06b Migrate Intentions and Inspections tutorials from Confluence and minor fixes
- https://confluence.jetbrains.com/display/IDEADEV/Creation+of+Intention+Action
-https://confluence.jetbrains.com/display/IDEADEV/Inspection+of+Code+Source
2015-12-11 15:05:46 -05:00
breandan
2b73b3b94a Short Kotlin tutorial 2015-12-10 00:36:16 -05:00
breandan
e6c7201c81 More updates go Gradle build support 2015-12-02 11:20:13 -05:00
breandan
9302926d72 Update Gradle deployment instructions 2015-12-02 10:41:01 -05:00
breandan
e20b10e3f8 Add deployment instructions for Gradle plugin 2015-12-02 09:58:03 -05:00
breandan
de1dd0cf4b Merge remote-tracking branch 'origin/master'
# Conflicts:
#	tutorials/build_system.md
2015-11-30 06:29:10 -05:00
breandan
da6f83a159 Replace "IntelliJ IDEA" with "IntelliJ Platform" where appropriate and other minor changes 2015-11-30 06:25:21 -05:00
breandan
2c1f3fc4bd Minor updates to build system tutorial 2015-11-27 07:37:40 -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
breandan
d00ad21d97 Add preliminary Gradle build system tutorial. 2015-11-25 10:59:04 -05:00
Matt Ellis
c7e72036cc Fixing broken links 2015-09-24 12:39:53 +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
7457442c1b Incorporate "Getting Started with Plugin Development" from https://confluence.jetbrains.com/display/IDEADEV/Getting+Started+with+Plugin+Development 2015-08-26 15:06:45 -04: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
23305e4b52 Merge pull request #15 from Kendos-Kenlen/patch-2
Add more structured organization
2015-08-15 19:06:53 -04:00
breandan considine
88df4e5872 Replace relative paths containing '..' with absolute paths '/'
@citizenmatt
2015-08-06 20:49:20 -04:00
breandan considine
7b75f3ad99 Replaced internal .html links with .md extension
Find: (\([^:\)]+\.)html\)

Replace: $1md\)
2015-08-06 19:38:31 -04:00
breandan
8f2edb457b Update write action and threading issues links 2015-08-06 14:37:55 -04:00
Dmitry Jemerov
a3018e881f fix broken links (IJSDK-70, IJSDK-74) 2015-08-06 19:59:30 +02:00
Matt Ellis
7bc478ecb9 Cleanup broken and redirecting links 2015-08-06 17:38:04 +01:00
Gauthier POGAM--LE MONTAGNER
a7313331cb Add more structured organization
Organization into parts and sub-parts for easier reading and searching for information.
2015-08-05 18:13:18 +02:00
Artem Khvastunov
7b9f70a53a actualized 'Folding Test' page
test data is updated with a new folding
2015-08-04 22:13:39 +02:00
Artem Khvastunov
76278490d0 actualized 'Formatter Test' page
method testFormatter() is aligned with Github SimplePlugin repository
2015-08-04 22:09:55 +02:00
Artem Khvastunov
b7f9778dfd actualized 'Quick Fix' page
classes CreatePropertyQuickFix and SimpleAnnotator are aligned with Github SimplePlugin repository
2015-08-04 22:02:46 +02:00
Artem Khvastunov
3bc792cf37 actualized 'Formatter' page
class SimpleFormattingModelBuilder is aligned with Github SimplePlugin repository
2015-08-04 21:57:44 +02:00
Artem Khvastunov
85ef37466f actualized 'Structure View Factory' page
class SimpleStructureViewFactory is updated with a proper method signature
2015-08-04 21:55:56 +02:00