Makhnev Petr
df894b3c86
Add article and tutorial about Spell Checking to the Custom Language Support topic ( #856 )
...
- Add two articles about spell checking for the Custom Language Support topic
- Reference part describing general information about spell checking
- Implementation part with spell checking strategy for the Simple language
- Add info about EP for `BundledDictionaryProvider`
- Add `SuppressibleSpellcheckingStrategy` section
2022-09-27 03:45:16 +02:00
Yann Cébron
9f3603a18d
references_and_resolve.md: HighlightedReference, add version note
2022-09-26 16:35:54 +02:00
Yann Cébron
84b37cd288
language_injection.md: InjectedFormattingOptionsProvider
2022-09-26 16:03:19 +02:00
Yann Cébron
bf0bdfcce3
references_and_resolve.md: HighlightedReference
2022-09-26 15:45:11 +02:00
Yann Cébron
01c46ddbb7
2022.3: com.intellij.heavyBracesHighlighter EP
2022-09-26 12:09:45 +02:00
Yann Cébron
052f6edb69
rename link group to "Product Help"
2022-09-26 11:24:19 +02:00
Yann Cébron
f8cc22e8f2
more "Product Help Topics" links
2022-09-22 18:33:38 +02:00
Yann Cébron
eec5f0dc14
more "Product Help Topics" links
2022-09-22 18:19:48 +02:00
Yann Cébron
e6e0f754bf
extract "Product Help Topics" links
2022-09-22 17:53:53 +02:00
Yann Cébron
f3318381c9
additional_minor_features.md: qualified EP names
2022-09-12 21:30:56 +02:00
Yann Cébron
7fbaa3aaff
implementing_parser_and_psi.md: note about TokenSet/ParserDefinition
2022-09-07 17:55:26 +02:00
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
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
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
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
Yann Cébron
4a1218c76a
registering_file_type.md: cleanup
2022-08-08 15:06:16 +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
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
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
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
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
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
Patrick Scheibe
0a673c3157
Add inlay hints article ( #773 )
...
Add "Inlay Hints" section
2022-05-12 16:40:17 +02:00
Yann Cébron
80723e6932
code_formatting.md: cleanup
2022-05-09 14:45:19 +02:00
Yann Cébron
511d84b983
cleanup
2022-05-02 18:14:12 +02:00
Yann Cébron
6ce45d5b1c
references_and_resolve.md: minor edits
2022-04-28 17:35:24 +02:00
Yann Cébron
b00c187fbf
references_and_resolve.md: mention ImplementationTextSelectioner
2022-04-28 17:09:15 +02:00
Yann Cébron
4e79a101a8
syntax_highlighting_and_error_highlighting.md: semantic highlighting, reword
2022-04-28 10:18:59 +02:00
Yann Cébron
301ecb6d85
syntax_highlighting_and_error_highlighting.md: semantic highlighting
2022-04-27 18:13:51 +02:00
Yann Cébron
c71d669e02
additional_minor_features.md: quote handling
2022-04-26 21:16:51 +02:00