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 |
|
John Hake
|
4fd0518f2f
|
Merge pull request #188 from JohnHake/IJSDK-633
IJSDK-633
|
2019-08-14 11:26:10 -07:00 |
|
JohnHake
|
2e3a577c66
|
Cleanup of lead-in pages.
Added JB-Dmitry feedback.
|
2019-08-14 11:16:18 -07:00 |
|
JohnHake
|
cca804db61
|
0 based cols
|
2019-08-13 22:17:53 -07:00 |
|
JohnHake
|
e017d4d63f
|
Bidirectional text example
|
2019-08-13 22:08:15 -07:00 |
|
JohnHake
|
a141e1d81c
|
Add Review
|
2019-08-13 15:51:41 -07:00 |
|
Yann Cébron
|
3b1af4e6a1
|
testing custom language: note on testing with Gradle
|
2019-08-05 15:36:41 +02:00 |
|
Yann Cébron
|
d46ab84e9a
|
testing custom language: fix 'idea.system.path' -> 'idea.home.path'
|
2019-08-05 15:33:50 +02:00 |
|
JohnHake
|
4ee7df8042
|
Extensive cleanup
|
2019-08-02 20:28:23 -07:00 |
|
Yann Cébron
|
1ab901ab8c
|
Language and Filetype: clarify using fileType EP vs FileTypeFactory in 2019.2
|
2019-07-31 16:15:10 +02:00 |
|
JohnHake
|
038cc172a4
|
Added diagnostics.
|
2019-07-30 16:35:26 -07:00 |
|
JohnHake
|
e14842981f
|
Code conversion completed + docs 1 & 2
|
2019-07-29 20:48:05 -07:00 |
|