2808 Commits

Author SHA1 Message Date
Yann Cébron
bd09bbce43 api_changes_list_2020.md: cleanup 2020-04-16 18:11:05 +02:00
Yann Cébron
9203a5d78d tests_prerequisites.md: update according to Gradle workflow 2020-04-16 18:03:58 +02:00
Jakub Chrzanowski
15bc819da9
Merge pull request #274 from hsz/master
Code Inspection
2020-04-16 13:35:31 +02:00
Jakub Chrzanowski
307d2ad4a9 Merge remote-tracking branch 'remotes/upstream/master'
# Conflicts:
#	code_samples/conditional_operator_intention/src/test/java/org/intellij/sdk/intention/ConditionalOperatorConverterTest.java
2020-04-16 13:29:55 +02:00
Jakub Chrzanowski
632ab6b069 [Code Samples Inspection] Java > Imports > Unused import 2020-04-16 13:28:29 +02:00
Yann Cébron
d5cf2d8af5 [code samples] comparing_references_inspection: use testData for test data files 2020-04-16 13:28:29 +02:00
Yann Cébron
8a6d1c165e [code samples] conditional_operator_intention: use testData for test data files 2020-04-16 13:28:29 +02:00
Yann Cébron
d1af82d604 [code samples] ConditionalOperatorConverterTest: cleanup 2020-04-16 13:28:29 +02:00
Jakub Chrzanowski
2e5aef4aba consulting.md: Fixed e-mail anchors 2020-04-16 13:21:10 +02:00
Jakub Chrzanowski
95a1eae253 consulting.md: Fixed e-mail anchors 2020-04-16 12:22:50 +02:00
Jakub Chrzanowski
a0bc929df4 [Code Samples Inspection] Java > Probable bugs > Nullability problems 2020-04-16 12:05:14 +02:00
Jakub Chrzanowski
7097a9958d coordinates_system.md: Replace StringBuilder with string concatenation 2020-04-16 12:04:37 +02:00
Jakub Chrzanowski
8976bc4900 [Code Samples Inspection] Java > Java language level migration aids > Java 8 > Statement lambda can be replaced with expression lambda 2020-04-16 12:01:49 +02:00
Jakub Chrzanowski
4d9fa2fc5a [Code Samples Inspection] Java > Java language level migration aids > Java 8 > Collections.sort() can be replaced with List.sort() 2020-04-16 12:00:38 +02:00
Jakub Chrzanowski
6fe750e8f1 [Code Samples Inspection] Java > Java language level migration aids > Java 8 > Anonymous type can be replaced with lambda 2020-04-16 12:00:10 +02:00
Jakub Chrzanowski
bf92742486 [Code Samples Inspection] Java > Imports > Unused import 2020-04-16 11:59:18 +02:00
Jakub Chrzanowski
115c3153d3 [Code Samples Inspection] Java > Code style issues > Field may be 'final' 2020-04-16 11:57:35 +02:00
Yann Cébron
ca6ea656da [code samples] comparing_references_inspection: use testData for test data files 2020-04-16 11:50:12 +02:00
Jakub Chrzanowski
f64e752611 kotlin_ui_dsl.md: Remove unnecessary parentheses from function call with lambda 2020-04-16 11:49:40 +02:00
Yann Cébron
95c3171198 [code samples] conditional_operator_intention: use testData for test data files 2020-04-16 11:48:02 +02:00
Yann Cébron
4b773b7fe4 [code samples] ConditionalOperatorConverterTest: cleanup 2020-04-16 11:45:54 +02:00
Jakub Chrzanowski
f542306589 [Code Samples] Update Copyright years 2020-04-16 11:42:12 +02:00
Jakub Chrzanowski
6cef512fe3 [Code Samples Inspection] Proofreading > Typo 2020-04-16 11:31:29 +02:00
Jakub Chrzanowski
e8beed4f07 [Code Samples Inspection] Java > Internationalization > Incorrect string capitalization 2020-04-16 11:21:20 +02:00
Jakub Chrzanowski
971b76f309 [Code Samples Inspection] Java > Imports > Unused import 2020-04-16 11:20:38 +02:00
Jakub Chrzanowski
7de7472a01 [Code Samples Inspection] Java > Declaration redundancy > Redundant 'throws' clause 2020-04-16 11:19:26 +02:00
Jakub Chrzanowski
941fcb185c [Code Samples Inspection] Java > Data flow > Redundant local variable 2020-04-16 11:18:11 +02:00
Jakub Chrzanowski
36ddc02759 [Code Samples Inspection] Java > Control flow issues > Redundant 'if' statement 2020-04-16 11:17:22 +02:00
Jakub Chrzanowski
cbbb34186c [Code Samples Inspection] HTML > Accessibility > Missing required 'lang' attribute 2020-04-16 11:14:45 +02:00
Jakub Chrzanowski
155da20ced [Code Samples Inspection] Redundant suppression 2020-04-16 11:13:02 +02:00
Jakub Chrzanowski
c6d11bfd08
Merge pull request #273 from hsz/master
[GitHub Actions] split verifyPlugin and test into two steps
2020-04-14 22:24:06 +02:00
Jakub Chrzanowski
d23431afdc [GitHub Actions] split verifyPlugin and test into two steps 2020-04-14 22:18:53 +02:00
Jakub Chrzanowski
97968eef83
Merge pull request #272 from hsz/master
[GitHub Actions] enhancements
2020-04-14 22:12:59 +02:00
Jakub Chrzanowski
1df794d55a [GitHub Actions] limit mirror job only to JetBrains/intellij-sdk-docs#master 2020-04-14 21:51:15 +02:00
Jakub Chrzanowski
02296d8e1f [GitHub Actions] run code_samples test task 2020-04-14 21:49:07 +02:00
Yann Cébron
deaef0a76c plugin_listeners.md: improve link to messaging_infrastructure.md 2020-04-14 18:23:53 +02:00
Yann Cébron
c67b22ce18 test_project_and_testdata_directories.md: link blog post with support for navigating test data 2020-04-14 17:49:17 +02:00
Yann Cébron
c5cd7aa83e lexer_and_parser_definition.md: missing '.' 2020-04-14 16:26:34 +02:00
Dmitry Jemerov
0d5f136baf
Add com.maddyhome.idea.copyright.util.FileTypeUtil.getFileTypeByName to API changes list (#271) 2020-04-14 12:37:28 +02:00
Alexander Schwartz
1894add670
Added Alexander Schwartz (#270)
For custom plugin development
2020-04-14 10:13:45 +02:00
JohnHake
92d0e89714 [simple language] fix parsing test failures
regenerate files after TPV-5209
2020-04-13 09:59:20 -07:00
Jakub Chrzanowski
b0e73106ee removed typo 2020-04-13 12:17:28 +02:00
Jakub Chrzanowski
c3597f7b13 removed typo 2020-04-13 12:16:50 +02:00
Jakub Chrzanowski
ff6544a3fe TPV-5209 http -> https 2020-04-13 12:09:48 +02:00
JohnHake
42569d0d34 [code samples] Update to 2020.1 IntelliJ Platform IJSDK-802 2020-04-09 11:12:46 -07:00
Jakub Chrzanowski
1f48aabfc4
GitHub Actions - Add mirror task 2020-04-03 13:00:50 +02:00
Yann Cébron
ec4eb6e7a5 plugin_services.md: various updates and clarifications 2020-04-02 17:55:23 +02:00
Yann Cébron
15546e0a63 gradle-intellij-plugin 0.4.18 2020-04-02 11:40:17 +02:00
Yann Cébron
d6d6635dbb file_and_class_choosers.md: cleanup, minor edits 2020-04-01 17:05:30 +02:00
Yann Cébron
6704a18b6f plugin_extensions.md: action EP attribute 2020-03-31 11:53:36 +02:00