813 Commits

Author SHA1 Message Date
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
52fadc8a06 api_notable_list_2020.md: Action System 2020-11-12 17:15:23 +01:00
Yann Cébron
45e0d9cae7 rename_refactoring.md: vetoRenameCondition EP 2020-11-09 16:19:46 +01:00
Yann Cébron
9ec0526748 api_notable_list_2020.md: welcome screen 2020-11-09 16:02:24 +01:00
Yann Cébron
52253c41b2 api_notable_list_2020.md: link to "Project Model" blogpost 2020-11-02 18:40:47 +01:00
Jakub Chrzanowski
adeca9b1c5
Introduce Plugin Verifier integration within the Gradle IntelliJ Plugin (#328)
Introduce Plugin Verifier integration within the Gradle IntelliJ Plugin
2020-10-29 18:03:58 +01:00
Yann Cébron
08fa209565 api pages: link twitter/blog 2020-10-26 10:47:13 +01:00
Yann Cébron
b352410fa5 notable api changes 2021 placeholder 2020-10-26 10:44:48 +01:00
Yann Cébron
9e9c743032 api changes 2021 placeholder 2020-10-26 10:42:29 +01:00
Yann Cébron
b6334b6580 api_changes_list_2020.md: formatting 2020-10-26 10:03:41 +01:00
Zaerald Denze Lungos
e51edeb9b9
docs: update getIcon usage (#326) 2020-10-26 06:39:53 +01:00
Vladislav Tankov
f480ca4c3e
Information about incompatible spellchecker changes (#324)
Add information about removal of `com.intellij.spellchecker.quickfixes.ChangeTo.<init>(java.lang.String)`

Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com>
2020-10-21 20:42:46 +02:00
Vladislav Tankov
0d36e42ee8 Add information about breaking changes in SpellChecker
`com.intellij.spellchecker.tokenizer.SpellcheckingStrategy.getDefaultRegularFixes(boolean, String, @Nullable PsiElement)` method removed
2020-10-21 20:24:36 +02:00
Sergey Patrikeev
76c39df4f5
API changes 2020.3: document removal of FileContentImpl.init 2020-10-13 14:15:56 +03:00
Yann Cébron
f365cf5ae2 api_notable_list_2020.md: Java 11 blog post 2020-10-12 14:15:44 +02:00
Yann Cébron
03910f2eba api_notable_list_2020.md: note about BaseHtmlLexer API 2020-10-06 16:51:02 +02:00
Yann Cébron
8f22448866 api_notable_list_2020.md: HtmlEmbeddedContentSupport 2020-10-01 17:38:08 +02:00
Yann Cébron
b45a406b79 api_notable_list_2020.md: format 2020-10-01 16:15:29 +02:00
Yann Cébron
e83ed6882c api_changes_list.md: minor 2020-10-01 16:08:27 +02:00
zeitgen
9109f52c54
Breaking PHP Open API changes are now in a dedicated chapter; added a… (#320)
Breaking PHP Open API changes are now in a dedicated chapter; added a new chapter on PhpStorm 2020.3
2020-10-01 11:58:42 +02:00
Yann Cébron
1b04fffd9b webstorm.md: javascript testframework 2020-09-29 17:33:55 +02:00
Yann Cébron
a74fa5d8c2 performance.md: add IDE perf plugin 2020-09-29 10:49:00 +02:00
Yann Cébron
487cc2ac6c api_changes_list_2020.md: 2020.3 updates 2020-09-23 10:40:22 +02:00
Yann Cébron
1754296b45 api_changes_list_2020.md: restore 2020-09-23 10:31:40 +02:00
Yann Cébron
5ad52951b7 work_with_icons_and_images.md: clarify and extend sample 2020-09-22 12:10:02 +02:00
Jakub Chrzanowski
af95043af3 fixed tables layout 2020-09-21 22:32:55 +02: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
e92188df1c API Changes pages: update comments 2020-09-21 14:28:36 +02:00
Yann Cébron
33f9c2d80c api_changes_list_2020.md: group Java changes 2020-09-21 13:02:49 +02:00
Tagir Valeev
166c14d412
Add information about changes in Java PSI (#318)
* Add information about changes in Java PSI

* change -> changes

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

* Copy-editing

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

* Avoid starting lines with a quote

* Prefix with colons

Co-authored-by: John Hake <39627202+JohnHake@users.noreply.github.com>
2020-09-21 11:57:27 +02:00
Yann Cébron
85fd0d77cf api_notable_list_2020.md: HtmlBuilder 2020-09-17 16:15:06 +02:00
JohnHake
6ba5b5b064 [internal actions] clarify menus 2020-09-04 13:24:02 -07:00
Yann Cébron
87b22f7b21 api_changes_list_2020.md: note about gradle plugin version w/r "com.intellij.platform.images" 2020-09-03 14:51:00 +02:00
Yann Cébron
95374a5c27 api_notable_list_2020.md: reformat 2020-09-02 10:03:07 +02:00
Yann Cébron
0bba0a175f api_notable_list_2020.md: IReparseableLeafElementType 2020-09-02 10:01:24 +02:00
Yann Cébron
4ba95fac59 changes pages: align headers 2020-09-01 17:08:49 +02:00
Yann Cébron
3a724a630c api_changes_list_2020.md: Python 2020.3 header 2020-09-01 16:22:14 +02:00
Mikhail Golubev
80fa5dd816
Warn about @NotNull parameters of PyElementVisitor in 2020.3 (#313) 2020-09-01 16:08:12 +02:00
Yann Cébron
972f25eeb6 documentation.md: update, DocumentationMarkup 2020-08-31 17:28:14 +02:00
Yann Cébron
c5e9199ed8 themes_customize.md: fix Window.border sample (IJSDK-923) 2020-08-31 12:33:30 +02:00
Sherzod Mamadaliev
8a2651c2aa
Fix grammar on spring api page (#311) 2020-08-24 10:05:58 +02:00
Jakub Chrzanowski
dfc66bc517 proofreading 2020-08-18 22:31:38 +02:00
Yann Cébron
16afd34ba4 syntax_highlighting_and_error_highlighting.md: note about DaemonCodeAnalyzer.restart() 2020-08-18 16:12:01 +02:00
Jakub Chrzanowski
d1f8c12177 Change code samples reference to use intellij-sdk-code-samples repository 2020-08-12 21:59:31 +02:00
Jakub Chrzanowski
4c8e7a5c9b Change code samples reference to use intellij-sdk-code-samples repository 2020-08-12 15:37:38 +02:00