Clément Fournier
8748338a5f
Fix typo
2017-07-11 22:49:32 +02:00
Matt Ellis
cb5fa7ca06
Ensure page titles for next/prev navigation
2017-07-10 19:30:03 +01:00
Matt Ellis
8274d43778
Udpate to sdkdocs-template@c2e6a3240bec1ce23eca487bd6dcd0eff643eae2
2017-07-10 19:29:33 +01:00
Matt Ellis
d1c13b98b5
Update to sdkdocs-template@0ab4cf5156d6835f98e9ebd5f6a4adf2381d6c4f
2017-07-10 11:37:54 +01:00
Bruno Perel
c1af4ed9b6
Fix JDK version so that it is in sync with the screenshot above ( #29 )
2017-07-03 11:38:05 +03:00
Matt Ellis
a2e8969ad2
Update to sdkdocs-template@f9b628b76c11ec1d9e7d5f3184f62783011e6dfb
2017-06-14 13:55:05 +01:00
Matt Ellis
f585df909d
Remove unnecessary file
2017-06-13 14:07:47 +01:00
Matt Ellis
9b07e21af1
Update to sdkdocs-template@af7ffe311d8d1e608a39d940021ea439d139e8de
2017-06-13 11:48:30 +01:00
Matt Ellis
9543b2c582
Update to sdkdocs-template@fe5ecb59b1330b53f855da1262b3ee2b9077056f
2017-06-12 16:04:21 +01:00
Matt Ellis
6e3e0e1da8
Update Gemfile.lock after updating gems
2017-06-12 15:42:51 +01:00
Matt Ellis
3feeaf42c2
Update to sdkdocs-template@7b0f9c613f5dd9f7f4324b873e475d84ebacde6d
2017-06-12 15:33:14 +01:00
Matt Ellis
a2e69bf3bf
Fix failed navigation at implicit root document
2017-06-10 00:43:07 +01:00
Matt Ellis
927c6bf666
Update to sdkdocs-template@8f1e8a5d6e775b2d263347f887ff1471c73ae3f5
2017-06-09 17:16:53 +01:00
Matt Ellis
fe726cb626
Use inline note callouts
2017-06-09 17:16:31 +01:00
Matt Ellis
c307eb5642
Minor formatting fixes
2017-06-09 17:13:28 +01:00
Yao
50f5b3ddc8
edit the type of projectSDK ( #39 )
...
It should be `Sdk` rather than `String`
2017-06-06 10:04:15 +03:00
Mikhail Vink
8cb9531de1
Removing GET API to upload a plugin, PUT API is preferable ( #38 )
2017-05-29 16:23:04 +03:00
Matt Ellis
4e511d98cd
Use direct link instead of relying on redirection
2017-05-26 14:07:49 +01:00
Matt Ellis
98fca7bdeb
Merge pull request #37 from JetBrains/chashnikov-faq-links
...
corrected broken links in FAQ section
2017-05-26 15:06:26 +02:00
Nikolay Chashnikov
7ef1dc2cc6
corrected broken links in FAQ section
...
Links to old devnet forums returns 404 error now, so they must be replaced by links to the corresponding topics in the new forum.
2017-05-25 09:42:25 +03:00
Yann Cébron
7b2794b167
IJSDK-250 Outdated revision message - PersistentStateComponent
2017-05-24 10:16:02 +02:00
Yann Cébron
a9c6ee8091
spring_api: update
2017-05-22 21:02:56 +02:00
Dmitry Jemerov
6fa7c0899b
Merge pull request #36 from semoro/patch-1
...
Fix headers in readme
2017-05-16 13:41:27 +03:00
Simon Ogorodnik
a7a33c35ce
Fix headers in readme
2017-05-16 13:34:22 +03:00
Yann Cébron
1685099fc9
virtual_file_system: make note more visible
2017-05-04 13:22:07 +02:00
Matt Ellis
5024c63f01
Add API changes doc to navigation
2017-04-27 14:14:01 +01:00
Mikhail Vink
c0e04c7067
JetBrains Plugin Repository documentation (plugins.jetbrains.com): initial ( #35 )
2017-04-01 22:13:56 +07:00
Yann Cébron
bc7e47bd7a
IJSDK-233 general_threading_rules list is not layouted correctly
2017-03-30 08:37:30 +02:00
Yann Cébron
1566b44631
checkout_and_build_community: add src tar link for 2017.1
2017-03-27 21:49:20 +02:00
Yann Cébron
13dee8ab82
2017.1 release, cleanup build_number_ranges duplication
2017-03-23 10:34:03 +01:00
Yann Cébron
80914e0346
2017.1 release
2017-03-23 10:19:41 +01:00
Ian Lesperance
a725cd52f8
Explicitly depend on SimpleLanguage.INSTANCE ( #34 )
...
The use of `Language.findInstance()` implicitly depended on the fact that
`SimpleLanguage.INSTANCE` was referenced at some earlier point in time. In this
case, that happens because the instantiation of `SimpleParserDefinition`
triggers the instantiation of `COMMENTS`, which relies on
`SimpleTypes.COMMENT`.
When basing one's work on this sample project, however, one may run into
issues. Specifically, the absence of a custom comment token type will mean a
failure to correctly instantiate the singleton language object. Making the
dependence on `SimpleLanguage.INSTANCE` explicit prevents that issue from
occurring.
2017-02-16 00:12:29 +03:00
Aleksey Kladov
f89664ac7a
Mention Kotlin DSL for building UIs ( #33 )
2017-02-14 01:27:02 +03:00
Aleksey Kladov
56c484a169
Improve services examples ( #32 )
2017-01-23 17:50:40 +03:00
Yann Cébron
146e1d5582
indexing_and_psi_stubs.md: formatting
2017-01-19 10:48:49 +01:00
Yann Cébron
be3707026e
Merge pull request #31 from donnerpeter/peter/transactions/dumb
...
more info about read/write actions, transactions, modality states, dumb mode (IJSDK-200), gists (IJSDK-211)
2017-01-19 10:42:10 +01:00
peter
3ff9fdae29
fix typo
2017-01-19 10:40:57 +01:00
peter
e7541cffce
more info about read/write actions, transactions, modality states, dumb mode (IJSDK-200), gists (IJSDK-211)
2017-01-19 10:21:21 +01:00
Sergey Ignatov
9567741fdd
Merge pull request #30 from matklad/update-kotlin-instructions
...
Update Kotlin instructions
2017-01-11 15:49:56 +03:00
Aleksey Kladov
049a4156c5
Update Kotlin instructions
2017-01-11 15:48:58 +03:00
Yann Cébron
afbb02d08e
gradle_plugin_demo: cleanup plugin.xml
2016-12-18 19:21:49 +01:00
Andrey Cheptsov
104cbae37d
Merge pull request #28 from prigara/master
...
Fixed IJ version in Grade plugin docs
2016-12-09 16:09:31 +01:00
Ekaterina Prigara
82c804fb88
Fixed IJ version
2016-12-08 11:45:28 +01:00
cheptsov
f2993812ab
Merge branch 'prigara-master'
2016-12-06 11:44:18 +01:00
Ekaterina Prigara
213c77c2c8
Fixed a link to build script
2016-12-05 15:13:03 +01:00
Ekaterina Prigara
a667b02c52
Updated code snippets in Gradle tutorial
2016-12-05 15:04:01 +01:00
Ekaterina Prigara
528837528e
Updated required steps and images in the Gradle tutorial
2016-12-05 14:54:17 +01:00
Yann Cébron
d9a6a42f0e
tree_structure_view.md: cleanup
2016-11-18 17:44:02 +09:00
Yann Cébron
d3dde13b3f
run_configurations.md: cleanup
2016-11-18 17:42:34 +09:00
Yann Cébron
2aeb658121
live_templates.md: cleanup
2016-11-18 17:40:02 +09:00