Yann Cébron
301d53d7ae
implementing_lexer.md: more TokenSet
2022-09-07 17:41:37 +02:00
Karol Lewandowski
1609814d74
add links to plugin_configuration_file.md
2022-09-07 11:33:13 +02:00
Karol Lewandowski
f0a02fe5b5
add links to elements in plugin configuration file
...
Some occurrences are intentionally skipped. I added links only to the first occurrences of a given element in a section (not a page).
2022-09-07 11:32:17 +02:00
Yann Cébron
419b189d9c
documentation.md: align EP format
2022-09-06 18:05:30 +02:00
Yann Cébron
d7705a405d
implementing_parser_and_psi.md: note TokenSet.WHITE_SPACE
2022-09-05 18:44:54 +02:00
Yann Cébron
07559afb9a
implementing_lexer.md: mention TokenSet
2022-09-05 18:35:31 +02:00
Yann Cébron
d58b83a526
find_usages.md: cleanup, minor edits
2022-09-05 18:22:23 +02:00
Yann Cébron
e73072db60
move "Internal Actions" to new "IDE Tooling" group in Appendix III
2022-09-01 16:06:39 +02:00
Karol Lewandowski
aa5b9831ec
synchronize tabs
2022-08-18 15:06:52 +02:00
Yann Cébron
6bf49b947c
declarations_and_references.md: mention EP name
2022-08-18 13:01:32 +02:00
Yann Cébron
b3e562273d
navigation.md: mention EP names
2022-08-18 12:27:25 +02:00
Yann Cébron
2b85ad36a3
align "x.y.z EP" texts
2022-08-18 11:42:53 +02:00
Yann Cébron
31de5f7add
align x.y.z extension point
references
2022-08-17 14:46:40 +02:00
Yann Cébron
2a9c41dde4
xml_dom_api.md: remove mention of DOM Generator (removed in 2022.3 anyway)
2022-08-17 14:39:16 +02:00
Yann Cébron
62cd582643
migrate code sample links to gh-sdk-samples
2022-08-15 11:52:49 +02:00
Yann Cébron
09648db712
convert upsource://
links to generic variable-based notation, add gh-ic-master and gh-sdk-samples setup
2022-08-15 10:48:31 +02:00
i582
34a802eaa1
fixed typo in syntax_highlighting_and_error_highlighting.md
2022-08-11 15:23:42 -07:00
Yann Cébron
cc3659f7ce
annotator: mention language attribute
2022-08-10 16:31:19 +02:00
Yann Cébron
85af49d4ae
completion contributor: mention language attribute
2022-08-10 16:17:45 +02:00
Yann Cébron
896965f9c9
align "x.y.z
extension point" notation in text
2022-08-10 15:32:13 +02:00
Karol Lewandowski
5a8a389805
themes_metadata.md: attributes clarification
2022-08-10 11:54:47 +02:00
Karol Lewandowski
90c77aed5e
themes_metadata.md: cleanup
2022-08-10 11:54:47 +02:00
Yann Cébron
4a1218c76a
registering_file_type.md: cleanup
2022-08-08 15:06:16 +02:00
Karol Lewandowski
2733a21ee4
external_system_integration.md: add external system settings examples
2022-08-08 10:52:00 +02:00
Karol Lewandowski
929bae3d97
external_system_integration.md: update diagrams
2022-08-08 10:52:00 +02:00
Karol Lewandowski
eb203ed29c
navigation.md: mention searching for examples on the intellij platform explorer
2022-07-29 09:52:32 +02:00
Karol Lewandowski
3578ae867a
project_wizard.md: add information about ModuleBuilder.isAvailable() in 2022.1
2022-07-28 16:51:40 +02:00
Karol Lewandowski
78c72138b9
project_wizard.md: cleanup
2022-07-28 16:50:24 +02:00
Karol Lewandowski
e00072f32d
add warning about file type factory deprecation and simplify registration content in simple language tutorial
2022-07-27 13:04:50 +02:00
Yann Cébron
08cf84fe01
update upsource links
2022-07-26 09:49:48 -07:00
Karol Lewandowski
bde65c2c90
rename_refactoring.md: add information about ElementManipulator
2022-07-26 10:59:05 +02:00
Karol Lewandowski
a758bbd843
settings_guide.md: add configurable examples
2022-07-22 08:45:01 +02:00
Karol Lewandowski
ea9028319a
themes_extras.md: add information about empty frame background image
2022-07-21 09:54:02 +02:00
Makhnev Petr
c46dc50e37
Fix code samples in "Language Injection" article ( #804 )
...
- `SimpleInjection` now takes `Language` as first parameter, not `String`
- `.doneInjecting()` should be called at the end of injecting
- Added information about the `elementsToInjectIn()` method, which also needs to be implemented.
- added `plugin.xml` example in `MultiHostInjector` for consistency
2022-07-13 17:42:52 +02:00
Yann Cébron
635bf94659
custom_language_support.md: cleanup TOC
2022-07-12 17:47:32 +02:00
Yann Cébron
87693fac42
work_with_icons_and_images.md: fix upsource link
2022-06-30 14:27:34 +02:00
Makhnev Petr
91acfc2830
Add a small section to Working with Icons and Images article describing animated icons ( #799 )
...
* added a small section to Working with Icons and Images article describing animated icons
2022-06-30 14:24:41 +02:00
Yann Cébron
0abaf6631b
code_completion.md: upsource link
2022-06-22 14:56:50 +02:00
Makhnev Petr
619444e154
Added mention of the way to programmatically open an autocomplete popup ( #796 )
...
* added mention of the way to programmatically open an autocomplete popup to Code Completion article
* fixed typo
* fixed class fqn
2022-06-22 13:56:30 +02:00
Yann Cébron
80bbde3550
link GK Gradle plugin
2022-06-13 14:26:13 +02:00
Karol Lewandowski
5807d68941
New Topic: Postfix Completion ( #788 )
2022-06-03 08:54:01 +02:00
Jakub Chrzanowski
dd5aa9075e
Gradle IntelliJ Plugin documentation
2022-06-02 22:30:33 +02:00
Patrick Scheibe
b80a97f0f4
Additions to additional_minor_features.md
...
* Document `CodeBlockSupportHandler`
* Document `breadcrumbsInfoProvider`
* Document `PlainTextCompletionContributor`
* Document `ListSplitJoinContext`
* Document `suggestedRefactoringSupport`
* Document `ReaderModeMatcher`
* Document `editorTabColorProvider` and `editorTabTitleProvider`
2022-05-25 14:21:50 +02:00
Yann Cébron
f7cd969b20
custom_language_support.md: add Navigation Bar topic
2022-05-25 08:15:36 +02:00
Makhnev Petr
e16176cfd9
Add article and tutorial about Navigation Bar
...
* add docs about navigation bar for Custom Language Support topic
* add info in `topics/intro/content_updates.md`
* renumber articles after the added tutorial
* add `custom_language_tutorial_header` to `structure_aware_navbar.md`
2022-05-24 10:50:04 +02:00
Makhnev Petr
8f0b0267ed
Updated "Rename Refactoring" article ( #779 )
2022-05-23 17:12:56 +02:00
Patrick Scheibe
820d72a00d
inlay_hints.md: Add inlay hints suppressor
2022-05-23 05:06:42 +02:00
Karol Lewandowski
d713ff1b00
add cross-links between live_templates.md and surround_with.md pages
2022-05-16 21:46:27 +02:00
Karol Lewandowski
c6ec78d252
surround_with.md: refer to the actual ui action
2022-05-16 21:41:57 +02:00
Yann Cébron
dcfab6e2c5
code_formatting.md: Block.getDebugName
2022-05-16 15:01:38 +02:00