Tesla Ice Zhang
0fb2634b0a
Add more content
2018-03-20 10:58:55 +08:00
Dmitry Jemerov
08c82e9e59
Update part I introduction to match new site structure
2018-03-19 19:16:46 +01:00
Dmitry Jemerov
5e5c77c86c
Move examples from introduction to library and facet pages
2018-03-19 19:11:48 +01:00
Dmitry Jemerov
e994ab2ed3
Fix nullability issues in SimpleStructureViewElement (IJSDK-333)
2018-03-19 12:18:43 +01:00
Dmitry Jemerov
519b4c946e
Clean up editor tutorial
2018-03-16 16:19:00 +01:00
Dmitry Jemerov
e95b058179
Merge pull request #86 from zolotov/patch-3
...
Cleanup Gradle tutorial
2018-03-16 13:24:35 +01:00
Alexander Zolotov
4faf9ff853
Cleanup Gradle tutorial
...
- use `runIde` task instead of `runIdea`
- use `idea` task for generating IDEA project model
2018-03-16 14:53:29 +03:00
Dmitry Jemerov
6995a7c7ae
Update Gradle plugin version and instructions
2018-03-16 12:18:26 +01:00
Dmitry Jemerov
af923e9ce4
Replace "Tutorials" link with "Getting Started"
2018-03-16 12:00:34 +01:00
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