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
448ac5e1c0
Code Samples: cleanup plugin.xml
2018-12-18 10:34:40 +01:00
Bouke Versteegh
d374ad22ce
Bind ToolWindow to per project object, not global ToolWindowFactory
2018-11-04 22:16:24 +01:00
Yann Cébron
d452237c40
plugin descriptors: remove obsolete idea-plugin@version attribute (IDEA-163694)
2016-11-11 17:48:01 +01:00
Yann Cébron
189fa4c03b
IJSDK-76 Optimize screenshot file sizes
2016-10-27 10:46:40 +02:00
Breandan Considine
89638a3694
Prefer wildcard imports to maximize vertical visibility in code samples
...
Too bad there isn't a way to filter lines with Jekyll Liquid tags
2016-03-21 16:59:17 -04:00
Breandan Considine
7b03fa6f39
Tidy up code samples and wrap at 80 chars #IJSDK-24
2016-03-21 16:08:47 -04:00
breandan
2cf2e55eb9
Update plugin code samples to use canonical project structure
2015-12-05 08:56:10 -05:00
breandan
aeb55b1a27
Share run configurations and inherit the project output path
2015-12-03 16:23:33 -05:00
breandan
92f31335c7
Move *.png assets to resources/
2015-12-02 12:44:49 -05:00
breandan
26b5695c8b
Add missing files from IJSDK-103
2015-12-02 12:32:13 -05:00
breandan
89c331076b
Migrate tool window sample, fixes IJSDK-103
...
Migrate "Creation of Tool Windows" (https://confluence.jetbrains.com/display/IDEADEV/Creation+of+Tool+Windows ) and associated code sample (http://git.jetbrains.org/?p=idea/community.git;a=commit;h=cca55289efa57e969f90c12a064dde3f388adaa1 ) to the SDK docs.
2015-12-02 01:07:44 -05:00