239 Commits

Author SHA1 Message Date
JohnHake
7812e7d651 Add Review 2019-08-13 15:51:41 -07:00
Yann Cébron
ef7a76ce46 live templates code sample: MarkdownTemplateProvider simplify 2019-08-07 17:06:20 +02:00
JohnHake
ad74c65a3c Extensive cleanup 2019-08-02 20:28:23 -07:00
JohnHake
1d96680729 Convert to primary caret 2019-07-30 16:43:37 -07:00
JohnHake
4bcbc02a23 Added diagnostics. 2019-07-30 16:35:26 -07:00
JohnHake
318c5bb15c Code conversion completed + docs 1 & 2 2019-07-29 20:48:05 -07:00
JohnHake
49587653ca Convert inspection to Gradle 2019-07-02 12:34:59 -07:00
JohnHake
5ad6b401e2 Add Named Colors 2019-06-24 21:36:37 -07:00
John Hake
495d726520 Merge branch 'master' into IJSDK-615 2019-06-19 18:06:46 -07:00
JohnHake
0408a3571c platform -> lang in plugin.xml 2019-06-19 17:34:10 -07:00
JohnHake
1fc2b49810 Misc cleanup in docs and samples. 2019-06-19 10:51:02 -07:00
JohnHake
d64f528bb4 Merge branch 'IJSDK-473' into IJSDK-473mstr 2019-06-18 17:03:01 -07:00
JohnHake
d5163dc197 Add comments from review. 2019-06-18 13:23:21 -07:00
JohnHake
c4b479eb54 Incorporate Nik's action_basics feedback. 2019-06-18 13:23:21 -07:00
JohnHake
f089a2574c Incorporated Yann's feedback. 2019-06-18 13:23:21 -07:00
JohnHake
864a45c579 Complete guide page 2019-06-18 13:23:21 -07:00
JohnHake
65708736d0 Fix for gradle until-build default value 2019-06-18 13:23:21 -07:00
JohnHake
ef45dc8dd3 Integrate action_basics 2019-06-18 13:23:21 -07:00
John Hake
a6f83f7b48 Revert "IJSDK-473" 2019-06-17 21:08:02 -07:00
JohnHake
34d4bca8a4 Merge branch 'master' into IJSDK-473
Resolve conflics in 3 files
2019-06-17 20:30:21 -07:00
JohnHake
edfacaef81 Add comments from review. 2019-06-17 12:26:06 -07:00
JohnHake
80d358f5ba Fixed missing <depends> elements, refactored obsolete kotlin_demo. 2019-06-13 16:59:30 -07:00
Yann Cébron
f26ffb0789 inspection sample: fix typo 2019-06-11 18:04:39 +02:00
JohnHake
35116dc6c2 Incorporate Nik's action_basics feedback. 2019-06-03 17:39:30 -07:00
Yann Cébron
53bfffad96 use HTTPS in all links 2019-06-03 13:37:52 +02:00
JohnHake
bb3e6a0b23 Incorporated Yann's feedback. 2019-05-24 12:37:50 -07:00
Yann Cébron
f3c3233666 IJSDK-608 plugin.xml: <helpset> is unused 2019-05-23 16:38:00 +02:00
JohnHake
3ab7737928 Complete guide page 2019-05-13 22:32:03 -07:00
John Hake
2755936ac1 Merge pull request #162 from JohnHake/ijsdk-573
IJSDK-573 fixed comparing_references_inspection test failures
2019-04-22 16:14:24 -07:00
JohnHake
bdba2be182 Deleted shortName and provider classes. 2019-04-22 16:09:31 -07:00
JohnHake
98fcf2d4ef Fix for gradle until-build default value 2019-04-22 13:06:35 -07:00
JohnHake
1dfe7a5eb3 Integrate action_basics 2019-04-22 10:22:24 -07:00
Yann Cébron
f94bfa4c71 gradline-intellij plugin 0.4.8 2019-04-17 16:13:46 +02:00
JohnHake
0639ae696e Rewrite comparing references inspection
Rewrite inspections tutorial doc
2019-04-07 18:46:39 -07:00
Yann Cébron
8b1cb6b79e gradle-intellij-plugin v0.4.7 2019-03-25 15:49:18 +01:00
Yann Cébron
5e3f703abd gradle-intellij-plugin v0.4.6 2019-03-25 15:05:23 +01:00
Yann Cébron
19b283d995 update to Gradle plugin 0.4.5 2019-03-14 15:45:00 +01:00
John Hake
34326f2432 Themes documentation IJSDK-491 (#143)
* Initial theme

* JSON theme construction and integration with sdk project. Added theme documentation.

* Added images and review feedback

* Added internal mode and internal actions documentation

* More feedback

* Removed stub internal menu entries.

* Reduced use of images, clarified IntelliJ Platform, IDE.

* OlyaB feedback and compress images

* Moved json file to resources folder

* 19.1 -> 2019.1

* Strong note about availability of Custom UI Themes

* Removed reference to UiDefaultsHardcodedKeys.java

* Added IJSDK-567 content + cautioning UI Control keys may be deprecated.

* Better SVG icons, clarify macOS scroll bar name attributes.

* Generalize IntelliJ references, soften description of High Contrast scheme file as reference.

* Updated custom color editor scheme descriptions.

* Corrected position of editor scheme declaration.
2019-03-14 10:43:03 +01:00
John Hake
4baf7c704e Cleanup build warnings, updated since-build, removed ModuleComponent. (#154)
* Cleanup build warnings, updated since-build, removed ModuleComponent.

* Refactor facet_basics for functionality/clarity. Incorporate feedback.

* Incorporate additional feedback.
2019-03-11 19:13:44 +01:00
JJ Brown
0dca50d851 Removed boilerplate code from example with lambdas
Given the advent of Java 8, anonymous classes for one-line commands are more visual distraction than they are helpful.
I replaced the two used here as action listeners for buttons with equivalent lambdas.
2019-02-23 12:08:10 -06:00
Yann Cébron
3124f8674d gradle_plugin_demo: upgrade to 0.4.2 2019-02-05 21:02:51 +01:00
Yann Cébron
448ac5e1c0 Code Samples: cleanup plugin.xml 2018-12-18 10:34:40 +01:00
Yann Cébron
c19be9cb7b Simple Language Plugin: cleanup plugin.xml 2018-12-18 09:42:02 +01:00
Bouke Versteegh
d374ad22ce Bind ToolWindow to per project object, not global ToolWindowFactory 2018-11-04 22:16:24 +01:00
Alexander Zolotov
537b7f8f01 Upgrade gradle_plugin_demo module 2018-10-17 20:00:39 +03:00
Dmitry Jemerov
a844aada0d Merge pull request #108 from JohnHake/master
Refactor register_actions code and documentation.
2018-08-23 12:14:06 +02:00
Steve Ramage
45e7f3cf97 Update Simple.flex
Changed the fallback character from . to [^] since this serves as a basis of other lexers.
2018-08-22 18:26:49 -07:00
JohnHake
b3cf5b060c Added use of Navigatable object. Updated doc page to suit. 2018-08-20 21:45:50 -07:00
JohnHake
b2b2bd1480 Added display of Psi element to dialog 2018-08-20 09:28:30 -07:00
JohnHake
8346970945 Incorporated feedback from pull request. 2018-08-17 08:21:34 -07:00