JohnHake
b230251801
Misc cleanup in docs and samples.
2019-06-19 10:51:02 -07:00
JohnHake
4c688bcfc9
Merge branch 'IJSDK-473' into IJSDK-473mstr
2019-06-18 17:03:01 -07:00
JohnHake
e20d2f9377
Add comments from review.
2019-06-18 13:23:21 -07:00
JohnHake
700ca61a68
Incorporate Nik's action_basics feedback.
2019-06-18 13:23:21 -07:00
JohnHake
f10e35f30f
Incorporated Yann's feedback.
2019-06-18 13:23:21 -07:00
JohnHake
f97dbe8e1f
Complete guide page
2019-06-18 13:23:21 -07:00
JohnHake
e51962ef64
Fix for gradle until-build default value
2019-06-18 13:23:21 -07:00
JohnHake
a4369c0651
Integrate action_basics
2019-06-18 13:23:21 -07:00
John Hake
0a5c351b95
Revert "IJSDK-473"
2019-06-17 21:08:02 -07:00
JohnHake
a80c00bd32
Add comments from review.
2019-06-17 12:26:06 -07:00
JohnHake
9b03c3b52a
Fixed missing <depends> elements, refactored obsolete kotlin_demo.
2019-06-13 16:59:30 -07:00
JohnHake
73f214510a
Incorporate Nik's action_basics feedback.
2019-06-03 17:39:30 -07:00
Yann Cébron
f134c8a8e8
use HTTPS in all links
2019-06-03 13:37:52 +02:00
JohnHake
fa93a8f5d0
Incorporated Yann's feedback.
2019-05-24 12:37:50 -07:00
Yann Cébron
ab9edd997b
IJSDK-608 plugin.xml: <helpset> is unused
2019-05-23 16:38:00 +02:00
JohnHake
d566de69be
Complete guide page
2019-05-13 22:32:03 -07:00
John Hake
f39c9dc7d7
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
de9e6dbe67
Deleted shortName and provider classes.
2019-04-22 16:09:31 -07:00
JohnHake
7288bbff04
Fix for gradle until-build default value
2019-04-22 13:06:35 -07:00
JohnHake
9f00f3a93f
Integrate action_basics
2019-04-22 10:22:24 -07:00
Yann Cébron
3a4213467c
gradline-intellij plugin 0.4.8
2019-04-17 16:13:46 +02:00
JohnHake
2914811e6b
Rewrite comparing references inspection
...
Rewrite inspections tutorial doc
2019-04-07 18:46:39 -07:00
Yann Cébron
651cfb5073
gradle-intellij-plugin v0.4.7
2019-03-25 15:49:18 +01:00
Yann Cébron
e75929716d
gradle-intellij-plugin v0.4.6
2019-03-25 15:05:23 +01:00
Yann Cébron
c71d177720
update to Gradle plugin 0.4.5
2019-03-14 15:45:00 +01:00
John Hake
a29e9b4e51
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
753b73daef
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
933b315edb
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
f995614e30
gradle_plugin_demo: upgrade to 0.4.2
2019-02-05 21:02:51 +01:00
Yann Cébron
258bc59be1
Code Samples: cleanup plugin.xml
2018-12-18 10:34:40 +01:00
Yann Cébron
da7f650d6a
Simple Language Plugin: cleanup plugin.xml
2018-12-18 09:42:02 +01:00
Bouke Versteegh
38d9c928d4
Bind ToolWindow to per project object, not global ToolWindowFactory
2018-11-04 22:16:24 +01:00
Alexander Zolotov
c767df5abb
Upgrade gradle_plugin_demo module
2018-10-17 20:00:39 +03:00
Dmitry Jemerov
69f13d655a
Merge pull request #108 from JohnHake/master
...
Refactor register_actions code and documentation.
2018-08-23 12:14:06 +02:00
Steve Ramage
c551dd0d48
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
74724cad3b
Added use of Navigatable object. Updated doc page to suit.
2018-08-20 21:45:50 -07:00
JohnHake
e76fd91ceb
Added display of Psi element to dialog
2018-08-20 09:28:30 -07:00
JohnHake
96f1dc5242
Incorporated feedback from pull request.
2018-08-17 08:21:34 -07:00
JohnHake
3091dd3eba
Refactoring and documentation updates complete. Still needs testing
2018-08-13 18:26:44 -07:00
JohnHake
96d7f5784c
Updated grouping_action document and associated images. A few tweaks to source files for doc purposes.
2018-08-13 15:32:58 -07:00
JohnHake
ab239ae573
Initial refactoring of register_actions. Still has some superflous classes.
2018-08-12 21:13:20 -07:00
JohnHake
4db12d2930
Fixed accidental deletion of <exclude-output />
2018-08-07 17:07:07 -07:00
JohnHake
170a519412
Refactored psi demo directory & module structure.
2018-08-05 21:40:37 -07:00
JohnHake
017ccdb467
Reformat testData files to default IDE code style. Housekeeping changes to YourTest
2018-08-03 09:38:02 -07:00
Dmitry Jemerov
c2b1c2670a
Fix test of conditional operator intention
2018-08-02 16:30:24 +02:00
Dmitry Jemerov
9a207cc869
"Navigating the PSI" and "PSI References" sections
2018-04-23 15:33:47 +02:00
Dmitry Jemerov
e994ab2ed3
Fix nullability issues in SimpleStructureViewElement (IJSDK-333)
2018-03-19 12:18:43 +01:00
Dmitry Jemerov
519b4c946e
Clean up editor tutorial
2018-03-16 16:19:00 +01:00
Dmitry Jemerov
6995a7c7ae
Update Gradle plugin version and instructions
2018-03-16 12:18:26 +01:00
Yann Cébron
094d4093f0
sample plugins: remove use of "use-idea-classloader" in plugin.xml
2018-03-15 10:51:37 +01:00