Yann Cébron
48e506d145
work_with_icons_and_images.md: fix notes, AllIcons, link icon design guide
2019-02-14 15:45:25 +01:00
Yann Cébron
e1a4e57699
work_with_icons_and_images.md: clarify, cleanup
2019-02-14 15:16:09 +01:00
Nikolay Chashnikov
14a555f343
Update api_changes_list_2019.md
...
Added note about UrlClassLoader.loadPlatformLibrary method removal.
2019-02-09 15:36:39 +03:00
John Hake
0390b60d1b
Update description of IntelliJ artifacts repository (IJSDK-555) ( #148 )
2019-02-08 22:24:00 +03:00
Yann Cébron
884c92214b
api_notable_list_2019.md: @ScheduledForRemoval
2019-02-06 12:27:24 +01:00
Yann Cébron
de6bdf51c8
api_changes_list_2019.md: cleanup
2019-02-06 12:20:00 +01:00
Yann Cébron
240cdea9ee
api_notable_list_2019.md: CachedValueStabilityChecker
2019-02-06 12:13:12 +01:00
Sergey Patrikeev
3f2dcc5d85
Breaking API changes: add "method became final" pattern.
2019-02-06 13:22:15 +03:00
Yann Cébron
4bbd6b8d0e
using_dev_kit.md: add note about using Gradle
2019-02-06 10:16:06 +01:00
Yann Cébron
f995614e30
gradle_plugin_demo: upgrade to 0.4.2
2019-02-05 21:02:51 +01:00
Yann Cébron
dd1a8af3bf
kotlin.md: update 'org.jetbrains.intellij' to 0.4.2
2019-02-05 20:48:44 +01:00
Ivan Semenov
a9b6848046
Document API breakage for GitCommitEditingAction ( #151 )
...
API was broken intentionally, the only usage was from internal plugin, which was promptly fixed
2019-02-05 18:34:55 +01:00
Yann Cébron
98b678de53
api_changes_list.md: cleanup
2019-02-05 16:40:10 +01:00
Yann Cébron
2979d6765a
api_changes_list: make note more visible
2019-02-05 16:35:39 +01:00
Yann Cébron
a023099650
add links to gitter
2019-02-05 14:36:19 +01:00
Yann Cébron
080a06ce2e
Merge remote-tracking branch 'origin/master'
2019-02-05 12:34:09 +01:00
Yann Cébron
4d51202c02
kotlin.md: 3.1 cleanup
2019-02-05 12:34:04 +01:00
Sergey Patrikeev
2f12603054
api_changes_list_2019: fix constructor removed description.
2019-02-05 13:38:30 +03:00
Sergey Patrikeev
5cd529bfa5
Merge pull request #149 from JB-Dmitry/patch-1
...
Update api_changes_list_2019.md (DocumentWindow)
2019-02-05 13:25:35 +03:00
Dmitry Batrak
7b0aab3ae2
Update api_changes_list_2019.md
2019-02-05 13:16:09 +03:00
Yann Cébron
f35a5c5f52
update sdkdocs-template: ignore .idea
2019-02-04 17:23:36 +01:00
Yann Cébron
1199f7fa5b
IJSDK-515 New page "IntelliJ Platform notable changes" 2018.x/2019.x
2019-01-30 14:54:01 +01:00
Keith Lazuka
8472e9223e
Add a tip describing when PsiElement#getUseScope
might be used ( #146 )
2019-01-29 11:08:31 +01:00
Patrick Scheibe
46e824c29c
Add Patrick to consulting page ( #145 )
2019-01-28 09:53:02 +01:00
Yann Cébron
0253470d58
gradle: minor updates
2019-01-25 13:13:50 +01:00
Yann Cébron
d3b2467e20
getting_started: devkit vs gradle clarifications
2019-01-25 12:57:29 +01:00
Yann Cébron
975f9c1bee
persisting_state_of_components: clarify, wording, cleanup #2
2019-01-24 21:12:15 +01:00
Yann Cébron
f13e2d7577
add new page "Consulting"
2019-01-24 20:40:36 +01:00
amakeev
302ab3d0d4
Update intellij_artifacts.md ( #144 )
2019-01-24 19:13:15 +01:00
Yann Cébron
6f43c5e4fc
add "IntelliJ Platform Artifacts Repository" to ToC
2019-01-24 19:12:57 +01:00
Yann Cébron
e626d2e19d
Merge remote-tracking branch 'origin/master'
2019-01-24 16:29:45 +01:00
Yann Cébron
4b88fa4e5b
persisting_state_of_components: clarify, wording, cleanup
2019-01-24 16:29:30 +01:00
Chris
904f7da7d7
Show plugin dependencies with Kotlin build script ( #140 )
...
* Show plugin dependencies with Kotlin build script
Moved down instructions to add plugin dependencies to IntelliJ SDK to promote Gradle approach.
* Update kotlin script example to match groovy example
* Update plugin dependencies example with a working example
The previous example didn't work anymore.
2019-01-24 15:05:48 +01:00
Yann Cébron
7820771825
optimize all PNG files
2019-01-23 11:28:28 +01:00
Yann Cébron
471aade06d
plugin_icon_file: update version information (IJSDK-535)
2019-01-23 09:29:21 +01:00
Sergey Ignatov
9ac84eed03
remove unused parameter in ProjectLevelVcsManagerImpl
2019-01-22 15:37:59 +03:00
Dmitry Jemerov
b604298fc6
Merge pull request #142 from LChernigovskaya/nugetPush
...
Added the information about NuGet Upload API
2019-01-22 13:26:43 +01:00
Lidiya.Chernigovskay
b0cca56986
Added the information about NuGet Upload API
...
According https://youtrack.jetbrains.com/issue/MP-1879
2019-01-21 19:31:12 +03:00
Yann Cébron
a844db5111
welcome.md: add JB badge
2019-01-21 14:16:02 +01:00
Yann Cébron
5325028b6f
working_with_custom_actions.md: fix links
2019-01-21 11:10:13 +01:00
Yann Cébron
172cbe4eb7
sdk.md: fix links
2019-01-21 11:08:47 +01:00
Yann Cébron
b165df901d
project.md: fix links
2019-01-21 11:05:22 +01:00
Yann Cébron
e15d969a3b
prerequisites.md: fix links
2019-01-21 11:03:29 +01:00
Yann Cébron
77d7cad5e2
module.md: fix links
2019-01-21 11:02:22 +01:00
Yann Cébron
190e67e030
modifying_psi.md: fix links
2019-01-21 11:01:08 +01:00
Yann Cébron
1c09eb5656
library.md: fix links
2019-01-21 11:00:25 +01:00
Yann Cébron
7e4562e867
idea.md: fix links
2019-01-21 10:56:21 +01:00
Yann Cébron
2b47a715c7
files.md: fix link
2019-01-21 10:54:19 +01:00
Yann Cébron
9440e61c63
useful_links.md: fix "IntelliJ Platform Artifacts Repository" link
2019-01-21 10:27:34 +01:00
Matt Ellis
1d2b53c55f
Update to latest gems ( #141 )
2019-01-21 10:11:22 +01:00