456 Commits

Author SHA1 Message Date
Jakub Chrzanowski
c966f7f16d IJSDK-788 Cleanup code sample "tree_structure_provider" 2020-02-13 12:51:58 +01:00
Yann Cébron
5e6f24f6fb language_and_filetype.md: fix GH link 2020-02-11 10:32:05 +01:00
Yann Cébron
f8a65cb30b code_inspections.md: fix links 2020-02-11 10:29:08 +01:00
Yann Cébron
5a30975bb2 custom language tutorial: fix include paths 2020-02-11 10:14:45 +01:00
Yann Cébron
40779d1e43 Kotlin: update sample plugins 2020-02-06 17:12:06 +01:00
Yann Cébron
3f310e1460 gradle-intellij-plugin v0.4.16 2020-01-28 15:28:37 +01:00
Yann Cébron
8b72187974 tree_structure_view.md: link to create new plugin with Gradle 2020-01-14 17:51:34 +01:00
Yann Cébron
1daa607e63 tree_structure_view.md: fix link to plugin.xml on GH 2020-01-14 17:05:48 +01:00
Yann Cébron
a8bbfa121f tree_structure_view.md: fix include path to sample 2020-01-14 16:30:38 +01:00
John Hake
c34c17c513
Merge pull request #241 from JohnHake/IJSDK-756
Change docs to use one Action tutorial
2019-12-19 08:44:37 -08:00
JohnHake
e5180cd570 IJSDK-748 2019-12-19 01:14:34 -08:00
JohnHake
f97a69a193 Consolidate to 1 Actions Tutorial 2019-12-18 23:53:39 -08:00
John Hake
660a76f1e6
Merge pull request #235 from JohnHake/IJSDK-690
IJSDK-690
2019-12-16 22:17:54 -08:00
JohnHake
06eeab177e Incorp feedback 2019-12-16 22:17:10 -08:00
JohnHake
864c6a89ae OCD fixes 2019-12-14 13:32:01 -08:00
JohnHake
bb97c4213f Rewrite 2019-12-13 21:52:46 -08:00
Yann Cébron
2ac6d40f1f gradle-intellij-plugin 0.4.15 2019-12-09 10:43:55 +01:00
JohnHake
3beeae3354 IJSDK-690 2019-12-03 21:30:43 -08:00
JohnHake
c5ef54af8c IJSDK-683 2019-12-03 19:48:11 -08:00
Yann Cébron
f98c6d66da use FQNs for EPs 2019-12-03 15:42:20 +01:00
Yann Cébron
656679ac3b Testing: Cleanup, edits 2019-12-03 12:44:44 +01:00
Yann Cébron
671eceeecd writing_tests_for_plugins.md: cleanup 2019-12-02 16:04:40 +01:00
Yann Cébron
530a7b74c1 fix upsource:// links formatting, #2 2019-12-02 14:36:54 +01:00
Yann Cébron
6d70fb2d49 fix upsource:// links formatting 2019-12-02 14:20:06 +01:00
Yann Cébron
81e381afde working_with_text.md: cleanup link titles 2019-11-28 20:57:28 +01:00
Yann Cébron
00e12536d8 grouping_action.md: cleanup link titles 2019-11-28 20:55:55 +01:00
Yann Cébron
0ebef700ce coordinates.md: cleanup link 2019-11-28 20:55:09 +01:00
JohnHake
97a87ec57b ideaDirectory -> ideDirectory 2019-11-26 16:17:12 -08:00
Yann Cébron
303873a257 Revert "api_changes_list.md: move to /api_changes/"
This reverts commit 9cdb04b1
2019-11-26 16:46:05 +01:00
Yann Cébron
9cdb04b1fe api_changes_list.md: move to /api_changes/ 2019-11-26 16:23:19 +01:00
JohnHake
5f5e0014db IJSDK-734 2019-11-25 21:55:49 -08:00
Yann Cébron
a4191c2aa2 gradle-intellij-plugin 0.4.14 2019-11-25 16:33:01 +01:00
Yann Cébron
e8c55b5ba0 gradle-intellij-plugin 0.4.13 2019-11-14 10:42:20 +01:00
Yann Cébron
e676eccbdc gradle-intellij-plugin 0.4.12 2019-11-08 16:55:35 +01:00
Yann Cébron
6e2c5dbd08 editor_events: fix crosslink 2019-11-04 15:58:08 +01:00
Yann Cébron
76fba10d95 gradle-intellij-plugin 0.4.11 2019-11-04 11:03:55 +01:00
Yann Cébron
64a541a664 IJSDK-689 Redirects for moved pages from IntelliJ SDK to Marketplace Docs 2019-10-29 10:21:30 +01:00
JohnHake
253e27b2da Generalize for Part VIII 2019-10-23 13:27:57 -07:00
Yann Cébron
6671ffdfee kotlin.md: upgrade gradle plugin to latest version 2019-10-15 17:25:20 +02:00
Yann Cébron
8b405f6c3c prerequisites.md: format build.gradle as groovy 2019-10-15 17:20:42 +02:00
John Hake
0600cbbab9
Merge pull request #211 from magical-l/patch-1
Update annotator.md
2019-10-07 09:34:24 -07:00
Henry Zhu
3602a8b011
Update prerequisites.md
Changing the name of the root directory
2019-10-04 12:06:06 +08:00
Henry Zhu
e0471d266f
Update prerequisites.md
Making directory structure demo clear if using linux `tree` style
2019-10-02 19:54:44 +08:00
magical-l
3ed72d718e
Update annotator.md
若startOffset不+1,则会包含“website”左侧的冒号;若endOffset不-1,则会包含“website”右侧的引号,两种情况都怪怪的。
if we don't +1 for the 'startOffset', then the colon at the left side of "website" will be included; if we don't -1 for the 'endOffset', then the quote mark at the right side of "website" will be included, and both of them are strange.
--------
另,github仓库的源码(https://github.com/JetBrains/intellij-sdk-docs/blob/master/code_samples/simple_language_plugin/src/com/simpleplugin/SimpleAnnotator.java)有误,如下:
btw,the source code in the repository in github(https://github.com/JetBrains/intellij-sdk-docs/blob/master/code_samples/simple_language_plugin/src/com/simpleplugin/SimpleAnnotator.java) is wrong as below:

```
if (properties.size() == 1) {
          TextRange range = new TextRange(element.getTextRange().getStartOffset() + 7,
                                          element.getTextRange().getStartOffset() + 7);
//new TextRange时endOffset跟startOffset相同。
//endOffset is the same as startOffset while new TextRange.
```
2019-10-01 15:27:37 +08:00
JohnHake
58722ecd73 IJSDK-642 2019-09-26 12:10:05 -07:00
JohnHake
9b3692851a Fix links to framework_basics files 2019-09-11 20:10:13 -07:00
JohnHake
cb3e318724 Merge branch 'IJSDK-652' 2019-09-04 21:29:09 -07:00
JohnHake
072378cea3 Rewrite using token 2019-09-04 01:12:15 -07:00
JohnHake
ce44d4822f Refactored for Gradle 2019-08-23 16:54:06 -07:00
Yann Cébron
2a3314caab gradle plugin 0.4.10 2019-08-21 20:41:49 +02:00