John Hake
|
f07a5dca6a
|
Merge pull request #213 from daya0576/master
Update prerequisites.md
|
2019-10-04 11:26:15 -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 |
|
Yann Cébron
|
b751c0170d
|
menu: title casing
|
2019-10-02 10:25:03 +02:00 |
|
JohnHake
|
525be0b487
|
Initial Draft
|
2019-10-02 00:19:35 -07:00 |
|
Yann Cébron
|
ef46861c9c
|
external_system_integration: cleanup
|
2019-10-01 16:44:30 +02:00 |
|
Joachim Beckers
|
21bc9656f8
|
Correct more links (#204)
|
2019-10-01 16:41:37 +02:00 |
|
Joachim Beckers
|
d087bc6834
|
Correct links for ProjectImportBuilder et al (#203)
files were moved in d21555635003c5660a8276cee95ea644a99f7e1e
|
2019-10-01 16:34:25 +02:00 |
|
Joachim Beckers
|
777bc80894
|
ProjectEntityData => ExternalEntityData (#202)
Class was renamed in 9d804d108cdc45ebaffb7e64e8864641c811f619
|
2019-10-01 16:30:54 +02:00 |
|
Patrick Neulichedl
|
4aa83e8d7e
|
Fix link to ConfigurationTypeBase (#207)
|
2019-10-01 16:28:08 +02: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 |
|
Yann Cébron
|
058a55432f
|
indexing_and_psi_stubs: link to Indices Viewer plugin
|
2019-09-27 17:06:34 +02:00 |
|
JohnHake
|
58722ecd73
|
IJSDK-642
|
2019-09-26 12:10:05 -07:00 |
|
Yann Cébron
|
9562c92afc
|
Notable 2019.2: unbundled plugins, list names
|
2019-09-25 12:53:33 +02:00 |
|
Yann Cébron
|
6a96182345
|
Notable 2019.3: unbundled plugins
|
2019-09-25 12:49:51 +02:00 |
|
Yann Cébron
|
af91c10f7a
|
cleanup: DeploymentConfigurationManager.createAndRunConfiguration (#210)
|
2019-09-25 10:50:27 +02:00 |
|
borlander
|
2ab8ac73f4
|
Method removed: DeploymentConfigurationManager.createAndRunConfiguration (#210)
- removed at https://upsource.jetbrains.com/intellij/revision/d799c7556c
|
2019-09-25 01:43:42 -07:00 |
|
JohnHake
|
ed38cb3c34
|
Increase png resolution
|
2019-09-24 16:28:01 -07:00 |
|
John Hake
|
4b077fb448
|
Merge pull request #209 from JohnHake/IJSDK-665
IJSDK-657, IJSDK-665
|
2019-09-24 13:34:41 -07:00 |
|
JohnHake
|
0a4f1d96e4
|
IJSDK-657, IJSDK-665
|
2019-09-24 13:31:46 -07:00 |
|
Dmitry Jemerov
|
0d85cbc34d
|
Merge pull request #208 from alexengrig/patch-1
Fix typo
|
2019-09-23 11:46:49 +02:00 |
|
Grig Alex
|
0c46246bd5
|
Fix typo
|
2019-09-21 13:48:04 +03:00 |
|
Dmitry Zhuravlev
|
f019af18e3
|
Update api_changes_list_2019.md (#205)
|
2019-09-17 07:38:43 -07:00 |
|
JohnHake
|
0d3a7cbb23
|
Sentence case
|
2019-09-13 10:37:35 -07:00 |
|
John Hake
|
9cd34bb24e
|
Merge pull request #200 from JohnHake/IJSDK-662
IJSDK-662
|
2019-09-13 10:13:43 -07:00 |
|
JohnHake
|
734989693a
|
Cleanup, new images, modify menu
|
2019-09-13 10:11:34 -07:00 |
|
Yann Cébron
|
df0b970cdc
|
API Changes 2019.3: separate group for Ruby
|
2019-09-13 14:49:46 +02:00 |
|
Yann Cébron
|
97e3f86468
|
welcome: revert temporary note about u/p on plugin repo
|
2019-09-13 14:44:53 +02:00 |
|
Yann Cébron
|
d47cef436c
|
API Changes: note @Experimental on each page
|
2019-09-12 11:03:33 +02:00 |
|
JohnHake
|
9b3692851a
|
Fix links to framework_basics files
|
2019-09-11 20:10:13 -07:00 |
|
John Hake
|
ca57bb743c
|
Merge pull request #192 from JohnHake/IJSDK-613
IJSDK-613
|
2019-09-11 19:40:17 -07:00 |
|
JohnHake
|
b41ef6e3cb
|
Add code completion for module list
|
2019-09-11 19:37:21 -07:00 |
|
amakeev
|
e10f08f67b
|
Update api_changes_list_2019.md
`com.intellij.openapi.util.BuildNumber.getBuildNumber()` method removed
|
2019-09-11 17:19:11 +03:00 |
|
JohnHake
|
3e4c7090fe
|
Incorporate PR feedback
|
2019-09-10 20:47:41 -07:00 |
|
John Hake
|
d2d9f3e593
|
Merge pull request #198 from tasomaniac/patch-1
Remove already defined property
|
2019-09-09 17:18:52 -07:00 |
|
JohnHake
|
3171ab8905
|
Draft
|
2019-09-09 17:10:24 -07:00 |
|
JohnHake
|
80e7d5d80a
|
Add PR feedback
|
2019-09-06 22:00:00 -07:00 |
|
Nikita Bobko
|
c0ac09290a
|
Document createTypeBySymbolFromProviders incompatible change (#199)
|
2019-09-05 15:04:18 +02:00 |
|
JohnHake
|
cb3e318724
|
Merge branch 'IJSDK-652'
|
2019-09-04 21:29:09 -07:00 |
|
JohnHake
|
fb4b28bef8
|
framework_basics Gradle conversion
|
2019-09-04 21:15:56 -07:00 |
|
Said Tahsin Dane
|
7514963055
|
Remove already defined property
|
2019-09-05 00:25:58 +02:00 |
|
Yann Cébron
|
b5a28f7227
|
API Changes 2019: fix syntax
|
2019-09-04 16:58:19 +02:00 |
|
Yann Cébron
|
96d14a5d6b
|
API Changes: fix missing class in reference
|
2019-09-04 16:57:49 +02:00 |
|
Yann Cébron
|
17a20e1823
|
API Change 2019.3: Group database changes
|
2019-09-04 15:50:17 +02:00 |
|
Alexander Kass
|
9e60f7552a
|
Document API changes (#197)
|
2019-09-04 13:46:14 +02:00 |
|
JohnHake
|
072378cea3
|
Rewrite using token
|
2019-09-04 01:12:15 -07:00 |
|
Yann Cébron
|
99a6266a32
|
PSI: link PsiViewer plugin
|
2019-09-02 17:36:09 +02:00 |
|
JohnHake
|
ce44d4822f
|
Refactored for Gradle
|
2019-08-23 16:54:06 -07:00 |
|
Yann Cébron
|
0c15688684
|
welcome: note on u/p stops working on plugin repo
|
2019-08-23 12:58:14 +02:00 |
|
Yann Cébron
|
aed1a0da01
|
UI-Notifications: small update
|
2019-08-23 12:23:07 +02:00 |
|