2498 Commits

Author SHA1 Message Date
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
Jakub Chrzanowski
f64e752611 kotlin_ui_dsl.md: Remove unnecessary parentheses from function call with lambda 2020-04-16 11:49:40 +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
JohnHake
997890a2aa [annotator] fix highlighting syntax 2020-03-30 19:01:36 -07:00
Yann Cébron
a0f75b1377 theme_basics: fix comments in plugin.xml 2020-03-30 14:25:48 +02:00
Yann Cébron
9f7c35e2a7 build.gradle formatting 2020-03-30 14:23:34 +02:00
Yann Cébron
04ab9e3888 [build] jarRepositories.xml: add snapshot repo 2020-03-30 14:16:46 +02:00
Yann Cébron
d4d548fbeb code samples: remove obsolete entries in modules.xml 2020-03-30 14:11:54 +02:00
Yann Cébron
d8ca8838d6 maxOpenProjects: format build.gradle 2020-03-30 14:11:38 +02:00
JohnHake
c9f8567168 [code samples] update to 2019.3.4 platform 2020-03-27 13:55:09 -07:00
JohnHake
a3211d8bd0 [code samples] fix project.group 2020-03-27 12:18:09 -07:00
Yann Cébron
4ae164953d plugin_dependencies.md: note about no support for specifying version 2020-03-25 18:03:10 +01:00
Yann Cébron
6d640ac7f8 jcef.md: update "Debugging" 2020-03-25 12:04:43 +01:00