2026 Commits

Author SHA1 Message Date
Sergey Patrikeev
937ac91a6e
API changes 2019: update header. 2019-10-17 13:59:03 +03:00
Sergey Patrikeev
2d0962ad8f
API change: don't document @ScheduledForRemoval. 2019-10-17 13:56:00 +03:00
Yann Cébron
f6d6aa144c Api Changes 2019: cosmetics 2019-10-16 11:20:26 +02:00
Yann Cébron
6cb842225e Api Changes 2019: Cucumber API 2019-10-16 11:18:53 +02:00
Yann Cébron
b91d486574 intellij_artifacts.md: typo 2019-10-15 18:16:13 +02:00
Sergey Patrikeev
cab25dc1cd API changes: add a documentation pattern for "property X removed from resource bundle Y". 2019-10-15 18:49:37 +03:00
Yann Cébron
7b5a11231b gradle_demo: gradle-intellij-plugin 0.4.10 2019-10-15 17:31:40 +02:00
Yann Cébron
b6a5384a32 kotlin_demo: gradle-intellij-plugin 0.4.10 2019-10-15 17:31:25 +02:00
Yann Cébron
2e3619f088 inspection_basics: gradle-intellij-plugin 0.4.10 2019-10-15 17:31:10 +02: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
Yann Cébron
9aeb7b872e notable 2019: unbundled plugins + Applets 2019-10-14 16:30:00 +02:00
JohnHake
bce314b762 Add feedback 2019-10-13 21:51:39 -07:00
Dmitry Jemerov
88ca00034e Avoid "leaf token" warning in SimpleLineMarkerProvider 2019-10-11 14:05:51 +02:00
Dmitry Jemerov
91a8e8dbdd Actually working persistence for DemoRunConfiguration 2019-10-11 14:05:51 +02:00
JohnHake
77448785f9 IJSDK-670 2019-10-09 15:05:30 -07:00
Dmitry Jemerov
69fcec8bd8 Run configuration sample actually does something functional 2019-10-08 16:51:16 +02:00
JohnHake
f558e76960 Refined edit 2019-10-07 16:55:04 -07:00
JohnHake
56ff3418e2 Fix text ranges 2019-10-07 13:39:02 -07:00
John Hake
0600cbbab9
Merge pull request #211 from magical-l/patch-1
Update annotator.md
2019-10-07 09:34:24 -07:00
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