297 Commits

Author SHA1 Message Date
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
asebak
5d3b749f32
Missings in code example 2018-02-05 03:48:23 -05:00
Matt Ellis
29e258b1cf Fix broken links 2017-12-01 16:00:45 +00:00
retlat
09d25bd18c Fix package name. 2017-11-18 16:23:42 +09:00
Yao
379cb0efe2 remove unused ModuleType/Builder#getBigIcon according to this commit a09fc34ef2 (diff-6180cd1c5f27463e1236dfdea209a49c) (#60) 2017-11-04 18:00:07 +03:00
Corey
ef2188f664 Update working_with_text.md (#56)
There was an orphaned `action` closing tag. This repurposes it as a closing tag for the `actions` tag. Fixes the previous fix.
2017-10-22 11:55:53 +03:00
Sebastien Vermeille
0922c3c4c1 Update language_and_filetype.md (#54)
That way we know where to place this xml string... I added it in <extensions-points> and of course it doesn't work :/
2017-10-21 12:37:22 +03:00
Matt Ellis
752347cf5e Update custom language tutorial 2017-10-12 12:11:42 +01:00
Matt Ellis
9fc3662cd5 Fix code in annotator tutorial 2017-10-11 17:07:14 +01:00
Matt Ellis
bec8761c55 Remove next/previous links 2017-10-09 10:40:39 +01:00
Matt Ellis
2201846559 Fix tutorial to remove type created in later step 2017-10-06 15:40:24 +01:00
Matt Ellis
1ade5f3c30 Remove next/previous links 2017-10-06 14:55:28 +01:00
Matt Ellis
07309d85be Clarify class name usage and generation 2017-09-29 17:24:48 +01:00
Phate
1628d581fd Update working_with_text.md 2017-09-09 01:39:51 +08:00
fmodesto
66a8f42fd2 Update snippet code (#45)
* Update snippet code

This makes reference to a future code, requires `com.simpleplugin.psi.impl.SimplePsiImplUtil` which is not implemented until step 6.

* Update grammar_and_parser.md
2017-08-19 11:33:19 +01:00
Matt Ellis
e7619a1b0a Fix broken links (#42)
Also update to sdkdocs-template@e14eae811df1a8e81c9d408cd3bcf0d7b4bc3954
2017-07-14 11:16:58 -06:00
Felix Dekker
19342a34ff Fix typos 2017-07-13 16:53:06 +02:00
Aleksey Kladov
f89664ac7a Mention Kotlin DSL for building UIs (#33) 2017-02-14 01:27:02 +03: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
Ekaterina Prigara
82c804fb88 Fixed IJ version 2016-12-08 11:45:28 +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
cheptsov
9bbb721615 IJSDK-203 Confusing grammar and no info on comments and whitespaces (documentation fix) 2016-11-03 17:02:57 +01:00
cheptsov
040464bc01 IJSDK-203 Confusing grammar and no info on comments and whitespaces 2016-11-03 13:23:01 +01:00
cheptsov
e6109ae341 Fixed broken tests and compilation
Rollbacked some of Breandan's changes
2016-11-02 14:42:59 +01:00
Yann Cébron
ed6170e9e2 code_inspections.md: fix typo 2016-10-31 21:04:27 +01:00
Yann Cébron
daf9f1effa working_with_custom_actions: grammar 2016-10-31 20:34:35 +01:00
Yann Cébron
45833dd855 working_with_custom_actions: cleanup 2016-10-31 20:26:17 +01:00
Sergey Ignatov
519607f411 fix broken link 2016-10-28 12:55:02 +03:00
Yann Cébron
404f3f4577 IJSDK-76 Optimize screenshot file sizes 2016-10-27 10:46:40 +02:00
Breandan Considine
48ed457498 Fixes #IJSDK-143 2016-03-27 20:12:53 -04:00
Breandan Considine
65a580ee4a Merge remote-tracking branch 'origin/master' 2016-03-21 18:18:09 -04:00
Breandan Considine
784b8cd31e Fixes #IJSDK-133, we can't reference the complete grammar file until later in the tutorial 2016-03-21 18:15:30 -04:00
Breandan Considine
b8fb86ac63 Fix broken links and remove author template 2016-03-21 17:29:12 -04:00
Breandan Considine
778cfa08a8 Fix broken links and cross reference more sample code 2016-03-21 16:47:39 -04:00