1304 Commits

Author SHA1 Message Date
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
Konstantin Kolosovsky
3fd08a6ba3
Fix "SVNKit is removed" api change patterns 2017-12-26 16:35:30 +03:00
Konstantin Kolosovsky
437abb3b53 IntelliJ Platform 2018.1 api change - SVNKit is removed (#72) 2017-12-25 19:32:49 +03:00
Nikolay Chashnikov
5edace5cc1
Update api_changes_list.md
Describe breaking changes in 21 version of Guava library which is now bundled with IntelliJ Platform. Mentioned elements were deprecated  in Guava long time ago and was removed in modern Guava versions.
2017-12-25 15:39:24 +03:00
Dmitry Jemerov
58a5c0e608
Merge pull request #71 from Javaru/master
Updated 'msys git' to 'Git for Windows' as msys git is obsolete.
2017-12-25 01:30:57 +01:00
Javaru
3522d9a9bc Updated 'msys git' to 'Git for Windows'. msys git is obsolete and its website redirects to Git for Windows. See https://github.com/git-for-windows/git/wiki/FAQ#what-is-the-relationship-between-git-for-windows-and-msysgit 2017-12-24 19:07:10 -05:00
Nikolay Chashnikov
5c1b6fdd5c
Update running_and_debugging_a_plugin.md
Rewrite description to get rid of misleading 'run ... without leaving the IDE' part.
2017-12-21 10:02:14 +03:00
Nikolay Chashnikov
f51e097925
Update running_and_debugging_a_plugin.md
Remove incorrect mention of 'class to run', get rid of vague sentence about using default run profile.
2017-12-21 09:53:06 +03:00
Yann Cébron
fd57bf8a4f facet: update webhelp link 2017-12-20 16:10:31 +01:00
Yann Cébron
e495945dc8 spring: Main Concepts (minor) 2017-12-20 16:06:39 +01:00
Yann Cébron
70983930fa Menu: Part VII / IntelliJ IDEA 2017-12-20 15:59:37 +01:00
Matt Ellis
d67f3e6579 Merge pull request #69 from jonnybot0/patch-2
Fix links to Component interface sources
2017-12-07 11:35:00 +00:00
Matt Ellis
e2d2884ce1 Revert incorrect link change 2017-12-07 11:34:43 +00:00
Jonny Carter
423a6f7514 Fix links to Component interface sources 2017-12-07 09:46:31 +00:00
Matt Ellis
e2f3a7e0cd
Merge pull request #68 from jonnybot0/patch-1
Close vendor tag in sample plugin.xml
2017-12-05 16:11:53 +00:00
Jonny Carter
cca395c19c
Close vendor tag in sample plugin.xml 2017-12-05 16:07:12 +00:00
Dmitry Jemerov
e952a2e54a
Update api_changes_list.md 2017-12-04 16:47:31 +01:00
Matt Ellis
70c992e31c Update Scala plugin link 2017-12-04 11:37:52 +00:00
Matt Ellis
29e258b1cf Fix broken links 2017-12-01 16:00:45 +00:00