374 Commits

Author SHA1 Message Date
JohnHake
7068ec8fe1 [2020.2] Pycharm not yet at GM, keep at 202-EAP-SNAPSHOT 2020-07-28 22:24:58 -07:00
JohnHake
f47a5ac1bf [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
ba79da41e8 [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
1ee945229c [simple language] SimpleCompletionContributor: cleanup 2020-07-15 17:39:33 +02:00
Yann Cébron
bba727c859 code samples: gradle 6.5 2020-06-22 15:17:14 +02:00
Yann Cébron
376eb99373 inspection_basics: remove gradle.properties 2020-06-17 10:39:13 +02:00
Yann Cébron
f7257f7f64 [build] remove pycharm_basics from composite build 2020-05-28 19:03:21 +02:00
JohnHake
452f1ac60b Merge branch 'IJSDK-150C' 2020-05-20 23:39:41 -07:00
JohnHake
ef0f4eb089 [settings] Add review feedback 2020-05-20 21:37:11 -07:00
Yann Cébron
13caa6a39d gradle-intellij-plugin 0.4.21 2020-05-13 10:49:39 +02:00
JohnHake
59c87425b8 [build.gradle] change to sinceBuild and untilBuild for 201 2020-05-12 15:04:48 -07:00
JohnHake
0d1c966cc9 [code samples] correct buildSearchableOptions 2020-05-08 12:03:14 -07:00
Yann Cébron
0ad38699d8 [simple language plugin] reference on externalizing idea.home.path 2020-05-08 17:19:22 +02:00
Yann Cébron
68aae7d36e [simple language plugin] add missing copyrights 2020-05-08 12:27:27 +02:00
JohnHake
ab9ba3a221 [code samples] disable building searchable options IJSDK-792 2020-05-07 13:04:17 -07:00
Andrew R. DeFilippis
a4cdbd62de 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
209b73ebe1 gradle-intellij-plugin 0.4.20 2020-05-06 19:48:29 +02:00
JohnHake
a6036bcd45 [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
4a2199a9f2 tool_window code sample: use properly sized TW icon 2020-04-30 15:11:11 +02:00
Yann Cébron
4151942614 tool_window code sample: fix .form file (IJSDK-841) 2020-04-30 15:01:20 +02:00
Yann Cébron
467067e804 code samples: build.gradle cleanup 2020-04-24 14:58:26 +02:00
Yann Cébron
ff93316fdf build.gradle: use testImplementation instead of deprecated testCompile 2020-04-24 11:28:07 +02:00
Jakub Chrzanowski
68e189084c 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
bbc4f1c0c3 [Code Samples Inspection] Java > Imports > Unused import 2020-04-16 13:28:29 +02:00
Yann Cébron
64a547a814 [code samples] comparing_references_inspection: use testData for test data files 2020-04-16 13:28:29 +02:00
Yann Cébron
e72d6d28cc [code samples] conditional_operator_intention: use testData for test data files 2020-04-16 13:28:29 +02:00
Yann Cébron
8d33a5965b [code samples] ConditionalOperatorConverterTest: cleanup 2020-04-16 13:28:29 +02:00
Jakub Chrzanowski
fb16e8e6f0 [Code Samples Inspection] Java > Probable bugs > Nullability problems 2020-04-16 12:05:14 +02:00
Jakub Chrzanowski
29962a4e05 coordinates_system.md: Replace StringBuilder with string concatenation 2020-04-16 12:04:37 +02:00
Jakub Chrzanowski
307ef13711 [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
33af13c591 [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
a69f211cfd [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
009c922ac5 [Code Samples Inspection] Java > Imports > Unused import 2020-04-16 11:59:18 +02:00
Jakub Chrzanowski
abcafa064a [Code Samples Inspection] Java > Code style issues > Field may be 'final' 2020-04-16 11:57:35 +02:00
Yann Cébron
ee3426685e [code samples] comparing_references_inspection: use testData for test data files 2020-04-16 11:50:12 +02:00
Yann Cébron
d26f27a807 [code samples] conditional_operator_intention: use testData for test data files 2020-04-16 11:48:02 +02:00
Yann Cébron
2ffe23e57f [code samples] ConditionalOperatorConverterTest: cleanup 2020-04-16 11:45:54 +02:00
Jakub Chrzanowski
c5faa6a252 [Code Samples] Update Copyright years 2020-04-16 11:42:12 +02:00
Jakub Chrzanowski
60104e0c79 [Code Samples Inspection] Proofreading > Typo 2020-04-16 11:31:29 +02:00
Jakub Chrzanowski
302968b024 [Code Samples Inspection] Java > Internationalization > Incorrect string capitalization 2020-04-16 11:21:20 +02:00
Jakub Chrzanowski
991d7ad24f [Code Samples Inspection] Java > Imports > Unused import 2020-04-16 11:20:38 +02:00
Jakub Chrzanowski
1c25c8c7b8 [Code Samples Inspection] Java > Declaration redundancy > Redundant 'throws' clause 2020-04-16 11:19:26 +02:00
Jakub Chrzanowski
f373440332 [Code Samples Inspection] Java > Data flow > Redundant local variable 2020-04-16 11:18:11 +02:00
Jakub Chrzanowski
e4a93ccf13 [Code Samples Inspection] Java > Control flow issues > Redundant 'if' statement 2020-04-16 11:17:22 +02:00
Jakub Chrzanowski
56cefc5580 [Code Samples Inspection] HTML > Accessibility > Missing required 'lang' attribute 2020-04-16 11:14:45 +02:00
Jakub Chrzanowski
df7afcd9a9 [Code Samples Inspection] Redundant suppression 2020-04-16 11:13:02 +02:00
JohnHake
ca103ddb0f [simple language] fix parsing test failures
regenerate files after TPV-5209
2020-04-13 09:59:20 -07:00
Jakub Chrzanowski
b898fe1741 removed typo 2020-04-13 12:17:28 +02:00
Jakub Chrzanowski
3195b463e6 removed typo 2020-04-13 12:16:50 +02:00
Jakub Chrzanowski
0a69886c06 TPV-5209 http -> https 2020-04-13 12:09:48 +02:00