63 Commits

Author SHA1 Message Date
Jakub Chrzanowski
96c58ee8c7
plugin_configuration_file.md: content update 2021-10-19 09:25:14 +02:00
Yann Cébron
b821fb1ba3 code samples: update deprecated API use 2021-07-28 17:08:34 +02:00
Yann Cébron
b4898ff843 simple language: fix SimpleStructureViewModel.isAlwaysLeaf (reported by @chrisly42) 2021-07-20 14:08:21 +02:00
Patrick Scheibe
f3fd044476
Feat doc provider test case (#467)
* Add test-case for DocumentationProvider
* Remove non-relevant parts from .simple file for Documentation test
2021-07-09 03:41:00 +02:00
Patrick Scheibe
9ee9b465c4
Add article and tutorial about Documentation Provider (#413)
* Initial version of a simple DocumentationProvider
* Correct usage of DocumentationMarkup, fix quick navigation
* Include Yann's suggestions. Not finished yet.
* Fix issues Yann pointed out
2021-06-14 23:52:13 +02:00
Yann Cébron
910a12da51 unused import 2021-06-01 17:31:48 +02:00
Yann Cébron
453ac88e05 [simple language] cleanup SimpleCodeInsightTest.testReference 2021-04-27 11:37:03 +02:00
Yann Cébron
9a126df290 [simple language] SimpleCodeInsightTest.testCompletion: simplify 2021-04-27 11:13:53 +02:00
Jakub Chrzanowski
ad0e1c38f0 Update IntelliJ SDK Docs cross-links 2021-01-18 11:21:51 +01:00
Yann Cébron
0960aa7f33 simple_language: regen BNF 2020-12-02 15:28:09 +01:00
Yann Cébron
6ee677171c simple language: fix SimpleCreatePropertyQuickFix.getFamilyName 2020-11-18 17:31:35 +01:00
Yann Cébron
4abe9dd22a simple language: improve SimpleAnnotator 2020-11-18 17:27:55 +01:00
Yann Cébron
15d093fc3e simple language: cleanup SimpleAnnotator 2020-11-18 16:45:14 +01:00
Yann Cébron
f2156f24a0 code samples: upgrade dependency on Java plugin to ID-notation (IJSDK-796) 2020-11-04 17:04:05 +01:00
Yann Cébron
99502c2d9b simple_language_plugin: suppress deprecation warning for SimpleFileTypeFactory 2020-11-03 17:21:09 +01:00
Yann Cébron
9ee483e474 simple_language_plugin: register SimpleReferenceContributor with language="JAVA" 2020-11-03 17:20:20 +01:00
Jakub Chrzanowski
a40db91508 Cleanup code_samples JavaDocs 2020-10-07 15:44:55 +02:00
Yann Cébron
6c1a492519 [simple language plugin] FQN EP names in comment 2020-08-12 11:42:31 +02:00
Jakub Chrzanowski
c2868307dc
Code Samples READMEs 2020-08-12 11:25:19 +02: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
0085bc9eb9 [simple language plugin] add missing copyrights 2020-05-08 12:27:27 +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
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
115c3153d3 [Code Samples Inspection] Java > Code style issues > Field may be 'final' 2020-04-16 11:57:35 +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
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
ff6544a3fe TPV-5209 http -> https 2020-04-13 12:09:48 +02:00
JohnHake
137a0e9f6e IJSDK-424 2020-03-18 18:42:50 -07:00
Yann Cébron
f428d37db5 [simple language] SimplePsiImplUtil: cleanup 2020-03-06 17:18:21 +01:00
Yann Cébron
6e6f3d7193 [code samples] remove explicit type 2020-03-06 17:14:43 +01:00
Yann Cébron
b52341f6fa [simple language plugin] SimpleStructureViewElement: cleanup 2020-03-06 17:02:10 +01:00
Yann Cébron
88a03f4c25 [code samples] add missing @NotNull 2020-03-06 16:59:29 +01:00
JohnHake
bb86791741 New Copyright in code samples 2020-02-19 21:51:48 -08:00
John Hake
4f7d478769
Merge pull request #251 from olada/patch-1
Fix typo
2020-02-16 12:03:39 -08:00
David
1b04b36700
Fix typo 2020-02-16 14:33:03 +01:00
JohnHake
5e88e10f90 No "_" in <id> 2020-02-15 20:13:54 -08:00
Jakub Chrzanowski
2e85ac7f35 IJSDK-786 Convert code sample "run_configuration" to Gradle 2020-02-14 11:28:52 +01:00
JohnHake
d3a7850018 Clarify EPs 2020-02-13 13:43:25 -08:00
JohnHake
479ebabe33 Incorporate PR247 2020-02-12 12:40:28 -08:00
JohnHake
b6a9cff1ba Draft Complete 2020-02-12 12:24:49 -08:00
JohnHake
c83e24d8bd Checkpoint IJSDK-479B 2020-02-11 19:35:37 -08:00
JohnHake
605d747a2e Incorporate Review 2020-02-10 09:15:27 -08:00
JohnHake
65dd82041f Delete DevKit, add Gradle simple_language_plugin 2020-02-05 20:39:11 -08:00
JohnHake
a4688028c5 Add simple_language and updates to simple_language_plugin 2020-02-05 19:28:43 -08:00
mongolyy
4fdc2770f7
Add override annotation 2019-12-26 16:07:28 +09:00
Dmitry Jemerov
88ca00034e Avoid "leaf token" warning in SimpleLineMarkerProvider 2019-10-11 14:05:51 +02:00