421 Commits

Author SHA1 Message Date
JohnHake
cf84b205f3 [2020.2 release] Update pycharm_basics to 2020.2 GM 2020-07-29 10:19:43 -07:00
JohnHake
c71674342c [2020.2] Pycharm not yet at GM, keep at 202-EAP-SNAPSHOT 2020-07-28 22:24:58 -07: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
JohnHake
e679a58a02 [custom language] IJSDK-829 Update screenshots to display https
Resize images; remove some Liquid {:width=} tags
                  Remove errant newline at end of ParsingTestData.simple
2020-07-22 14:34:54 -07:00
Yann Cébron
e60797ba91 [simple language] SimpleCompletionContributor: cleanup 2020-07-15 17:39:33 +02:00
Yann Cébron
0a4ac6f6d7 code samples: gradle 6.5 2020-06-22 15:17:14 +02:00
Yann Cébron
787fcae04e inspection_basics: remove gradle.properties 2020-06-17 10:39:13 +02:00
Yann Cébron
b0b8f90aec [build] remove pycharm_basics from composite build 2020-05-28 19:03:21 +02:00
JohnHake
9549adde22 Merge branch 'IJSDK-150C' 2020-05-20 23:39:41 -07:00
JohnHake
b85cbba62e [settings] Add review feedback 2020-05-20 21:37:11 -07:00
Yann Cébron
2507511d17 gradle-intellij-plugin 0.4.21 2020-05-13 10:49:39 +02:00
JohnHake
62f1dd02a2 [build.gradle] change to sinceBuild and untilBuild for 201 2020-05-12 15:04:48 -07:00
JohnHake
2f211997c5 [code samples] correct buildSearchableOptions 2020-05-08 12:03:14 -07:00
Yann Cébron
4cc7df8d65 [simple language plugin] reference on externalizing idea.home.path 2020-05-08 17:19:22 +02:00
Yann Cébron
0085bc9eb9 [simple language plugin] add missing copyrights 2020-05-08 12:27:27 +02:00
JohnHake
6d3afaccc4 [code samples] disable building searchable options IJSDK-792 2020-05-07 13:04:17 -07:00
Andrew R. DeFilippis
54db81e71c
Add missing "add-to-group" attribute (#285)
Pulled from the docs at https://www.jetbrains.org/intellij/sdk/docs/tutorials/action_system/working_with_custom_actions.html#setting-registration-attributes-manually
2020-05-07 12:18:59 +02:00
Yann Cébron
415c622c57 gradle-intellij-plugin 0.4.20 2020-05-06 19:48:29 +02:00
JohnHake
82180ae103 [settings] add suite of content IJSDK-150
Remove unrelated changes
           Feedback from PR#280
           Fine tune panel definition
2020-05-05 14:56:45 -07:00
Yann Cébron
59aeba04de tool_window code sample: use properly sized TW icon 2020-04-30 15:11:11 +02:00
Yann Cébron
bf8cfae2dc tool_window code sample: fix .form file (IJSDK-841) 2020-04-30 15:01:20 +02:00
Yann Cébron
0f33aa6c29 code samples: build.gradle cleanup 2020-04-24 14:58:26 +02:00
Yann Cébron
cc85d4802e build.gradle: use testImplementation instead of deprecated testCompile 2020-04-24 11:28:07 +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
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
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
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