1145 Commits

Author SHA1 Message Date
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
Yann Cébron
0f0046cb27 annotator_test.md: cleanup 2016-11-18 13:52:47 +09:00
Yann Cébron
231cc9023d module_types.md: cleanup 2016-11-18 13:51:43 +09:00
Yann Cébron
328ff227e5 reference_contributor.md: cleanup 2016-11-18 13:46:59 +09:00
Yann Cébron
ae6efb153c quick_fix.md: cleanup 2016-11-18 13:44:27 +09:00
Yann Cébron
c81083a9e4 psi_helper_and_utilities.md: cleanup 2016-11-18 13:42:16 +09:00
Yann Cébron
e08d28e550 lexer_and_parser_definition.md: cleanup 2016-11-18 13:38:50 +09:00
Yann Cébron
2b8e505ea9 grammar_and_parser.md: cleanup 2016-11-18 13:36:52 +09:00
Yann Cébron
5c0352ae0d go_to_symbol_contributor.md: cleanup 2016-11-18 13:34:28 +09:00
Yann Cébron
c0d88ac10b formatter.md: cleanup 2016-11-18 13:33:12 +09:00
Yann Cébron
c6ed530ac9 commenter.md: cleanup 2016-11-18 13:30:52 +09:00
Yann Cébron
ff3e77ba5b tool_windows.md: cleanup 2016-11-18 13:20:19 +09:00
Yann Cébron
75286952ee notifications.md: cleanup 2016-11-18 13:13:57 +09:00
Yann Cébron
32b5930394 misc_swing_components.md: cleanup 2016-11-18 13:12:04 +09:00
Yann Cébron
a742f8ad76 file_and_class_choosers.md: cleanup 2016-11-18 13:10:21 +09:00
Yann Cébron
45c1cc2046 lists_and_trees.md: cleanup 2016-11-18 13:08:33 +09:00
Yann Cébron
bc19c63bc8 dialog_wrapper.md: cleanup 2016-11-18 13:04:47 +09:00
Yann Cébron
8c1c08e740 IJSDK-206 Documentation should mention installing Plugin DevKit as a prerequisite for Plugin Development 2016-11-14 19:54:20 +01:00
Yann Cébron
f9194eadf4 plugin descriptors: remove obsolete idea-plugin@version attribute (IDEA-163694) 2016-11-11 17:48:01 +01:00
cheptsov
9bbb721615 IJSDK-203 Confusing grammar and no info on comments and whitespaces (documentation fix) 2016-11-03 17:02:57 +01:00
cheptsov
b5d7eaf461 IJSDK-203 Confusing grammar and no info on comments and whitespaces 2016-11-03 16:45:34 +01:00
cheptsov
040464bc01 IJSDK-203 Confusing grammar and no info on comments and whitespaces 2016-11-03 13:23:01 +01:00
Yann Cébron
c81d9124d6 feedback: feedback to IJSDK YT-project is for docs/samples only 2016-11-02 21:51:06 +01:00
Yann Cébron
9cd216a911 api_changes_list: newest first 2016-11-02 21:36:51 +01:00
Yann Cébron
026ae5943b sample projects plugin.xml: typos 2016-11-02 21:30:36 +01:00
Yann Cébron
616ab0351f sample projects plugin.xml: update confluence to jetbrains.org links 2016-11-02 21:26:45 +01:00
Yann Cébron
2abfaf1211 project_model demo: fix plugin name 2016-11-02 21:06:54 +01:00
Yann Cébron
315557c435 project_view_pane demo: fix plugin name/description 2016-11-02 21:05:57 +01:00