72 Commits

Author SHA1 Message Date
Yann Cébron
972f25eeb6 documentation.md: update, DocumentationMarkup 2020-08-31 17:28:14 +02:00
Yann Cébron
16afd34ba4 syntax_highlighting_and_error_highlighting.md: note about DaemonCodeAnalyzer.restart() 2020-08-18 16:12:01 +02:00
Yann Cébron
3e2ffe2332 additional_minor_features.md: remove --- formatting 2020-08-10 14:36:21 +02:00
Yann Cébron
f7f4ba7da4 code_completion.md: heading level 2020-08-06 13:40:33 +02:00
JohnHake
f89cc25d44 [2020.2 release] IJSDK-869 update intellij.version to 2020.2
Add notes about AnnotationHolder changes
Update upsource links per inspections
Fixes deprecation warning for AnnotationHolder
Compiles, but deprecation warnings for AbstractTreeBuilder, AbstractTreeUpdater, AnnotationHolder
2020-07-28 21:31:31 -07:00
Yann Cébron
b3a0a54db3 implementing_parser_and_psi.md: make PsiViewer TIP 2020-07-07 18:08:13 +02:00
Yann Cébron
b63b6a049b implementing_parser_and_psi.md: PsiUtil->PsiUtilCore 2020-07-01 11:30:32 +02:00
Daniil Ovchinnikov
2d8f47ef37
IDEA-243212: clarify that references should not implement PsiNamedEle… (#300)
IDEA-243212: clarify that references should not implement PsiNamedElement
2020-06-16 17:47:09 +02:00
Yann Cébron
b4595a23ec registering_file_type.md: hashbang 2020-06-15 13:02:04 +02:00
Yann Cébron
aa71eaf077 references_and_resolve.md: mention HintedReferenceHost 2020-05-19 14:52:34 +02:00
Yann Cébron
fcc08c9ef4 Custom Language Tutorial/Reference crosslinks 2020-05-14 12:26:50 +02:00
Yann Cébron
73f93d4951 rename_refactoring.md: links 2020-05-14 11:48:45 +02:00
Yann Cébron
c1a574e284 code_inspections_and_intentions.md: link tutorials 2020-05-06 14:37:51 +02:00
Yann Cébron
f1ec70d188 go_to_class_and_go_to_symbol.md: ChooseByNameContributorEx, indices 2020-05-04 15:18:00 +02:00
Mike Samuel
d8896c1293
Clean up language about *IFileElementType*
Language about "the IFileElementType interface" may confuse since *IFileElementType* is defined as a Java `class` thus:

```java
/**
 * A superclass for all element types for root AST nodes in a {@link com.intellij.psi.PsiFile}.
 */
public class IFileElementType extends ILazyParseableElementType
```
2020-04-29 13:22:05 -04:00
Yann Cébron
7bead165bc fix title capitalization 2020-04-22 15:02:27 +02:00
Yann Cébron
f668ade6df upsource:// links: remove <!<!--#Lnn--> anchors 2020-04-21 15:53:42 +02:00
Yann Cébron
bd6691fcda fix some upsource:// links 2020-04-21 15:43:28 +02:00
Yann Cébron
5b810fdc86 [docs] formatting 2020-04-17 15:41:01 +02:00
Yann Cébron
51187bb7a1 [docs] change upsource to 2020.1 release, minor edits/cleanups 2020-04-17 15:30:53 +02:00
Yann Cébron
b908308a80 rename_refactoring.md: cleanup 2020-03-10 17:03:44 +01:00
JohnHake
80129a7641 New Copyright in markdown files 2020-02-19 22:25:03 -08:00
Yann Cébron
fdabc6bd31 code_inspections_and_intentions.md: link tutorial 2019-12-19 11:15:45 +01:00
Yann Cébron
84d3824fba code_completion.md: cleanup 2019-12-19 11:12:19 +01:00
Yann Cébron
6bb3c4c80f some cross-links to "Optimizing Performance" 2019-12-09 18:15:27 +01:00
Yann Cébron
f98c6d66da use FQNs for EPs 2019-12-03 15:42:20 +01:00
Yann Cébron
89ce33510c go_to_class_and_go_to_symbol.md: cleanup 2019-12-02 15:55:46 +01:00
Yann Cébron
3234c1b018 surround_with.md: cleanup 2019-12-02 15:50:17 +01:00
Yann Cébron
7ae2c69b71 implementing_lexer.md: cleanup 2019-12-02 15:42:24 +01:00
Yann Cébron
bd3e27b063 structure_view.md: cleanup 2019-12-02 15:42:08 +01:00
Yann Cébron
a45d7f987f syntax_highlighting_and_error_highlighting.md: cleanup 2019-12-02 15:27:18 +01:00
Yann Cébron
63e03a5695 references_and_resolve.md: cleanup 2019-12-02 15:17:06 +01:00
Yann Cébron
0fa63c2620 find_usages.md: cleanup 2019-12-02 14:59:21 +01:00
Yann Cébron
09d7dc950c safe_delete_refactoring.md: cleanup 2019-12-02 14:53:13 +01:00
Yann Cébron
6d70fb2d49 fix upsource:// links formatting 2019-12-02 14:20:06 +01:00
Yann Cébron
3c1ff6671d fix upsource links for 2019.3 2019-11-28 17:19:41 +01:00
Yann Cébron
7f8332d6a7 code_completion.md: review 2019-11-28 16:02:51 +01:00
Yann Cébron
e42819628f registering_file_type.md: review 2019-11-28 14:49:11 +01:00
Yann Cébron
dab9642d72 code_inspections_and_intentions.md: cleanup 2019-11-26 15:57:49 +01:00
Yann Cébron
b089e453be additional_minor_features.md: rework 2019-11-26 14:42:18 +01:00
Samuel Bronson
79c8c6630b Update implementing_lexer.md: Patched JFlex moved (#217)
This broke the parallelism, so I had to rewrite nearly that whole sentence.
I also removed mention of the JFlex version number, which turned out to be a good idea as it seems that the IntelliJ fork is presently based on something like JFlex 1.7.0.

While checking my changes, I noticed that the sentence before that one looked a bit funny and fixed that, too.
2019-11-19 15:48:41 +01:00
Yann Cébron
f29c5d3768 lexer.md: remove reference to "JFlex Support" plugin 2019-11-19 15:37:32 +01:00
Yann Cébron
3b6f074edb additional_minor_features.md: com.intellij.colorProvider EP 2019-11-18 17:17:18 +01:00
Yann Cébron
64a541a664 IJSDK-689 Redirects for moved pages from IntelliJ SDK to Marketplace Docs 2019-10-29 10:21:30 +01:00
John Hake
0a5c351b95
Revert "IJSDK-473" 2019-06-17 21:08:02 -07:00
Yann Cébron
44c17d1b6a SDK Docs: update links, use HTTPS where possible 2019-03-12 11:44:02 +01:00
Yann Cébron
6429b00a17 implementing_parser_and_psi.md: update link 2019-03-12 11:06:35 +01:00
Keith Lazuka
8472e9223e Add a tip describing when PsiElement#getUseScope might be used (#146) 2019-01-29 11:08:31 +01:00
Yann Cébron
e31f6b76db IJSDK-481 Broken links in reference_guide/custom_language_support/structure_view.md 2018-12-04 16:37:34 +01:00
Dmitry Jemerov
59c0a962ad Feature extractor -> plugin recommendations; remove irrelevant references 2018-09-14 10:34:17 +02:00