518 Commits

Author SHA1 Message Date
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
Artem Khvastunov
5a1c24e817 actualized 'Folding Builder' page
class SimpleFoldingBuilder is aligned with Github SimplePlugin repository
2015-08-04 21:52:17 +02:00
Artem Khvastunov
745d5e61b6 actualized 'Find Usages Provider' page
class SimpleFindUsagesProvider is aligned with Github SimplePlugin repository
2015-08-04 21:42:01 +02:00
Artem Khvastunov
84cc93e8d9 actualized 'Annotator' page
class SimpleAnnotator is cleaned
2015-08-04 21:35:45 +02:00
Artem Khvastunov
72f5c2a2e4 actualized 'Syntax Highlighter and Color Settings Page' page
class SimpleSyntaxHighlighter is aligned with Github SimplePlugin repository
2015-08-04 21:27:43 +02:00
Artem Khvastunov
3e9630aaa5 actualized 'Lexer and Parser Definition' page
class SimpleLexerAdapter is properly described and used
2015-08-04 21:21:14 +02:00
breandan
20f55c386d Angle brackets in text are now enclosed in code spans IJSDK-56 2015-07-30 00:50:40 -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
Anna Bulenkova
2af756d8aa IJSDK-48 2015-06-15 10:11:02 +02:00
Anna Bulenkova
ba472271f0 layout changed 2015-06-10 12:34:29 +02:00
Anna Bulenkova
059c428541 IJSDK-46 2015-06-10 11:36:33 +02:00
Anna Bulenkova
05e4e94caf testing link to home on prod, will be rolled back 2015-06-10 09:20:29 +02:00
Anna Bulenkova
526c79918d broken links 2015-06-09 15:01:39 +02:00
Anna Bulenkova
33472c3e98 broken links 2015-06-09 12:10:40 +02:00
Anna Bulenkova
6ab69ecd7d "copy to clipboard" button 2015-06-08 12:55:27 +02:00
Anna Bulenkova
defaa22156 broken links 2015-05-20 12:39:04 +02:00
Anna Bulenkova
ebb69e3831 [site] "Supporting new module type" tutorial 2015-05-13 14:10:31 +02:00
Anna Bulenkova
337dba789b [site] "supporting module types" stub 2015-05-13 13:33:59 +02:00
Anna Bulenkova
957cb078e9 [site] formatting 2015-05-13 13:07:50 +02:00
Anna Bulenkova
c35922aa67 [site] "add new wizard step" tutorial 2015-05-13 12:34:10 +02:00
Anna Bulenkova
b6268c5c72 [site] "project wizard" toc 2015-05-13 11:59:35 +02:00