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
Lidiya.Chernigovskay
cb4a50c8cf
Replaced "advertise" and "advertisement"
2018-09-07 15:53:58 +03:00
JohnHake
353670c7c1
Proofread and minor language changes.
2018-09-05 22:22:36 -07:00
Lidiya.Chernigovskay
6277af0c4b
Add information about feature extractor
2018-09-05 16:15:26 +03:00
Dmitry Jemerov
ccb52f731c
Additional minor corrections
2018-04-26 11:29:53 +02:00
Inego
94b4334430
Fix references to Language
, FileTypeFactory
and LanguageFileType
— they are abstract classes, not interfaces
2018-04-09 22:13:16 +07:00
Matt Ellis
d4f293c1c5
Updated usage of 'toolwindow' to 'tool window'
2017-10-30 10:32:07 +00:00
Keith Lazuka
1bd28bdfc7
Clarify the role of PsiNamedElement with respect to references
2017-08-20 20:48:01 -07:00
Matt Ellis
e7619a1b0a
Fix broken links ( #42 )
...
Also update to sdkdocs-template@e14eae811df1a8e81c9d408cd3bcf0d7b4bc3954
2017-07-14 11:16:58 -06:00