85 Commits

Author SHA1 Message Date
Yann Cébron
652cd40b58 code_completion.md: fix IJSDK-978 2021-01-07 17:34:50 +01:00
Yann Cébron
0560c61ba5 2020.3 release: upsource links, regen EP list 2020-12-02 14:47:41 +01:00
Yann Cébron
2adf8ea27b documentation.md: DocumentationActionProvider 2020-11-19 12:31:18 +01:00
Yann Cébron
b1d3e9e972 documentation.md: cleanup 2020-11-18 19:18:24 +01:00
Yann Cébron
29a7935ea5 registering_file_type.md: OSFileIdeAssociation 2020-11-18 18:29:36 +01:00
Yann Cébron
58c9f46069 syntax_highlighting_and_error_highlighting.md: ExternalAnnotatorsFilter 2020-11-18 17:13:13 +01:00
Yann Cébron
afc22bd976 syntax_highlighting_and_error_highlighting.md: update 2020-11-18 17:10:15 +01:00
Yann Cébron
123c88a3a6 some links to IJ Platform UI Guideline articles 2020-11-18 15:58:14 +01:00
Yann Cébron
45e0d9cae7 rename_refactoring.md: vetoRenameCondition EP 2020-11-09 16:19:46 +01:00
Jakub Chrzanowski
3c2974d0c8 break lines on sentences 2020-09-21 21:26:19 +02:00
Yann Cébron
25a58e0b4d declarations_and_references.md: fix heading casing 2020-09-21 17:22:34 +02:00
Jakub Chrzanowski
803a9d3ca8
Docs maintenance (#316)
docs maintenance
2020-09-21 17:15:08 +02:00
Daniil Ovchinnikov
5d32cbcfeb
Symbol API part 1 (#317)
* LAB-21 Symbols, Declarations and References, Completion 2020.3

* LAB-21 Go to Declaration or Usages 2020.3

* fixes (squash with LAB-21 Symbols, Declarations and References, Completion 2020.3)

* fixes (squash with LAB-21 Go to Declaration or Usages 2020.3)

* new PsiCompletableReference location (squash with LAB-21 Symbols, Declarations and References, Completion 2020.3)

* Apply suggestions from code review

Co-authored-by: John Hake <39627202+JohnHake@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: John Hake <39627202+JohnHake@users.noreply.github.com>

* "Own reference", "External reference", "Implicit reference"

* move examples before api links

* IDE -> IntelliJ Platform

* articles

* explicit upsource link

* linebreaks

* element -> symbol

* remove jvm package example

* parent links (squash with LAB-21 Symbols, Declarations and References, Completion 2020.3)

* parent links (squash with LAB-21 Go to Declaration or Usages 2020.3)

* platform -> IntelliJ Platform

* reword symbol navigation a bit

Co-authored-by: John Hake <39627202+JohnHake@users.noreply.github.com>
2020-09-21 17:04:27 +02:00
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