121 Commits

Author SHA1 Message Date
JohnHake
137a0e9f6e IJSDK-424 2020-03-18 18:42:50 -07:00
Jakub Chrzanowski
582b1a5d72 [code samples] plugin.xml files cleanup 2020-03-18 16:53:51 +01:00
JohnHake
bb86791741 New Copyright in code samples 2020-02-19 21:51:48 -08:00
Yann Cébron
b3c96c5445 tool_window/build: remove javadoc target 2020-02-17 11:11:38 +01:00
Jakub Chrzanowski
8d048feec0 remove junit test dependency 2020-02-14 12:55:36 +01:00
Jakub Chrzanowski
beeb045373 IJSDK-787 Convert code sample "tool_window" to use Gradle 2020-02-13 17:20:52 +01:00
JohnHake
0a4f1d96e4 IJSDK-657, IJSDK-665 2019-09-24 13:31:46 -07:00
JohnHake
97bb8fbf1b platform -> lang in plugin.xml 2019-06-19 17:34:10 -07:00
JohnHake
9b03c3b52a Fixed missing <depends> elements, refactored obsolete kotlin_demo. 2019-06-13 16:59:30 -07: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
258bc59be1 Code Samples: cleanup plugin.xml 2018-12-18 10:34:40 +01:00
Bouke Versteegh
38d9c928d4 Bind ToolWindow to per project object, not global ToolWindowFactory 2018-11-04 22:16:24 +01:00
Yann Cébron
f9194eadf4 plugin descriptors: remove obsolete idea-plugin@version attribute (IDEA-163694) 2016-11-11 17:48:01 +01:00
Yann Cébron
404f3f4577 IJSDK-76 Optimize screenshot file sizes 2016-10-27 10:46:40 +02:00
Breandan Considine
10140f33d4 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
f416f02ce2 Tidy up code samples and wrap at 80 chars #IJSDK-24 2016-03-21 16:08:47 -04:00
breandan
75ac21b9ad Update plugin code samples to use canonical project structure 2015-12-05 08:56:10 -05:00
breandan
fca41b5a98 Share run configurations and inherit the project output path 2015-12-03 16:23:33 -05:00
breandan
034d334b92 Move *.png assets to resources/ 2015-12-02 12:44:49 -05:00
breandan
cf2558b3fc Add missing files from IJSDK-103 2015-12-02 12:32:13 -05:00
breandan
2d000580e8 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