Dmitry Jemerov
90a4a0fca8
Incorporate tutorials into main structure; feature Gradle plugin as recommended workflow (IJSDK-213)
2018-03-16 11:49:59 +01:00
Dmitry Jemerov
cebe53e61a
Merge branch 'yole-structure'
2018-03-15 11:18:58 +01:00
Yann Cébron
094d4093f0
sample plugins: remove use of "use-idea-classloader" in plugin.xml
2018-03-15 10:51:37 +01:00
Dmitry Jemerov
30fc9a94ad
Structure cleanup
2018-03-14 15:50:55 +01:00
Dmitry Jemerov
ef63275be5
Update action system tutorial
...
Clean up structure, link from necessary places, update sample plugin
code to demonstrate best practices, fix some English
2018-03-11 21:42:15 +01:00
Dmitry Jemerov
5db5c23b34
Add 'bundle install' to instructions
2018-03-11 19:47:55 +01:00
Matt Ellis
128417f338
Add Go module
2018-03-04 14:54:24 +00:00
Matt Ellis
f8107e38ef
Update plugin compatibility page
2018-03-04 10:41:32 +00:00
Matt Ellis
754b49004c
Add GoLand to list of modules
2018-03-04 09:52:55 +00:00
Gregory.Shrago
62ee7a2b01
StructureViewComponent.getTreeBuilder method removed
2018-03-01 16:58:07 +03:00
Sergey Patrikeev
2d3b7397f5
Split api_changes_list.md on multiple files for each release version.
2018-02-26 20:01:01 +03:00
Matt Ellis
a14a31cdc5
Update gem versions
2018-02-26 15:51:17 +00:00
Matt Ellis
e655db131e
Update gems
2018-02-26 15:45:44 +00:00
Matt Ellis
fe885f7cd4
Fix broken link
2018-02-26 14:55:40 +00:00
Yann Cébron
735a422d64
spring_api: new Spring Boot API
2018-02-26 11:18:45 +01:00
Yann Cébron
c5c7d6fec0
spring_api: cleanup
2018-02-22 11:17:46 +01:00
Sergey Patrikeev
2c351cb5eb
api_changes_list: add a 'class renamed' pattern.
2018-02-22 10:50:03 +03:00
Sergey Patrikeev
e8bab8f8bd
api_changes_list: update the header.
2018-02-22 10:42:59 +03:00
Sergey Patrikeev
41bc405e74
api_changes_list: add patterns for constructors.
2018-02-22 10:40:14 +03:00
Gregory.Shrago
8b66c8795f
Revert "add SQL PSI change note"
...
This reverts commit 1c33800
2018-02-21 16:44:24 +03:00
Gregory.Shrago
4542ab1aaa
add Clojure note
2018-02-20 15:58:31 +03:00
Gregory.Shrago
1c33800b63
add SQL PSI change note
2018-02-20 15:56:14 +03:00
Dmitry Jemerov
36cef05e9d
Merge pull request #85 from dmitvitalii/patch-2
...
Remove passing a file extension explicitly.
2018-02-14 12:03:52 +03:00
Vitalii Dmitriev
10efd969a9
Remove passing a file extension explicitly.
...
Hello!
In this code, the `SimpleFileType` instance passed as the first argument and the `"simple"` file extension as the second parameter.
As far as I can see in FileTypeManagerImpl:263:
```java
@Override
public void consume(@NotNull FileType fileType) {
register(fileType, parse(fileType.getDefaultExtension()));
}
```
There is no need to declare it explicitly as it is taken by calling `SimpleFileType.#getDefaultExtension()` by default, so this parameter is redundant.
To make tutorial more simple, I suggest this removal: seeing the second parameter is a bit confusing when we're passing the same value, returned from `getDefaultExtension()`.
Since the tutorial shows the basics, not a flexibility of an API, the parameter can be removed.
Thanks!
2018-02-13 23:12:24 +03:00
Nikolay Chashnikov
82ddede339
Merge pull request #84 from artspb/master
...
PhpDocComment related changes in PhpStorm and PHP plugin 2018.1 (part 2)
2018-02-13 12:42:20 +01:00
Artem Khvastunov
1af645adfe
PhpDocComment related changes in PhpStorm and PHP plugin 2018.1 (part 2)
2018-02-13 12:36:10 +01:00
Matt Ellis
92f09864b8
Merge pull request #83 from kkmic/patch-4
...
Update api_changes_list.md
2018-02-12 13:33:44 +00:00
Kirill Kirichenko
805fcc0c4b
Update api_changes_list.md
...
Reverting API incompatible changes to follow the FAQ. The code has been updated in the master.
2018-02-12 16:26:16 +03:00
Matt Ellis
b17de567bd
Merge pull request #82 from kkmic/patch-3
...
Update api_changes_list.md
2018-02-08 14:07:51 +00:00
Kirill Kirichenko
9ea05d7b89
Update api_changes_list.md
2018-02-08 15:42:12 +03:00
Sergey Patrikeev
0421f3e57f
Merge pull request #81 from artspb/master
...
PhpDocComment related changes in PhpStorm and PHP plugin 2018.1
2018-02-07 14:50:02 +03:00
Artem Khvastunov
ad6e4de829
PhpDocComment related changes in PhpStorm and PHP plugin 2018.1
2018-02-07 12:41:38 +01:00
Matt Ellis
7397a031d0
Merge pull request #80 from kkmic/patch-2
...
Update api_changes_list.md
2018-02-06 11:21:57 +00:00
Kirill Kirichenko
8de63e3ed5
Update api_changes_list.md
2018-02-06 12:44:28 +03:00
Dmitry Jemerov
eba33ac962
Merge pull request #79 from VladRassokhin/fix-names
...
sed s/Intellij/IntelliJ/ s/Jetbrains/JetBrains/
2018-02-06 09:21:27 +01:00
Vladislav Rassokhin
a3d5e656ca
sed s/Intellij/IntelliJ/ s/Jetbrains/JetBrains/
2018-02-06 01:20:36 +03:00
Dmitry Jemerov
104c025799
Merge pull request #78 from dmitvitalii/patch-1
...
Intellij -> IntelliJ
2018-02-05 22:44:22 +01:00
Vitalii Dmitriev
04c5126360
Intellij -> IntelliJ
...
Change Intellij to IntelliJ.
2018-02-05 22:51:22 +03:00
Matt Ellis
753bf28e87
Merge pull request #77 from asebak/patch-1
...
Missing an "s" in code example
2018-02-05 09:06:21 +00:00
asebak
5d3b749f32
Missings in code example
2018-02-05 03:48:23 -05:00
Matt Ellis
fb8b244482
Fix broken link
2018-01-23 09:34:01 +00:00
Sergey Patrikeev
bb6389e3c4
Merge pull request #76 from kkmic/patch-1
...
Update api_changes_list.md
2018-01-12 17:23:08 +03:00
Matt Ellis
b713ca6d82
Merge pull request #75 from ice1000/patch-1
...
Add SDK creation and customization guide
2018-01-11 13:50:59 +00:00
Tesla Ice Zhang
ebda7646e1
Update sdk.md
2018-01-11 20:33:45 +08:00
Sergey Patrikeev
a05bb2ab7a
Merge pull request #67 from JetBrains/yole-patch-1-1
...
Kotlin plugin API changes in 2017.3
2018-01-10 18:20:45 +03:00
Kirill Kirichenko
795dc73fdb
Update api_changes_list.md
2018-01-10 16:57:25 +03:00
Tesla Ice Zhang
848aad82c2
Update sdk.md
2018-01-10 20:46:31 +08:00
Matt Ellis
6a7a4fbc32
Merge pull request #74 from Flamenco/patch-3
...
Use correct path to image resources.
2018-01-09 09:43:30 +00:00
Flamenco
54a1f7ab22
Use correct path to resources.
...
The 'best practices' recommends putting in subdirectory of resources, and the image actually shows the items in /resources/icons.
2018-01-01 08:54:46 -05:00
Nikolay Chashnikov
a6d7b0204f
Merge pull request #73 from pchel-/patch-1
...
Fix "SVNKit is removed" api change patterns
2017-12-26 17:19:55 +03:00