breandan
115bfbfb6c
Add Kotlin code sample
2015-12-09 10:12:40 -05:00
breandan
11062a0a1b
Fix simple_language_plugin tests
2015-12-05 11:47:23 -05:00
breandan
75ac21b9ad
Update plugin code samples to use canonical project structure
2015-12-05 08:56:10 -05:00
breandan
049618a590
Switch IJSDK to Community and fix typo in tree_structure_provider
2015-12-04 05:52:16 -05:00
breandan
8da6c43492
Unzipped MaxOpenedProjects and added Gradle module
2015-12-03 17:21:16 -05:00
breandan
5b163015cc
Fix compiler error
2015-12-03 16:41:31 -05:00
breandan
07df959200
Remove empty project
2015-12-03 16:34:46 -05:00
breandan
fca41b5a98
Share run configurations and inherit the project output path
2015-12-03 16:23:33 -05:00
breandan
6d2c407a43
Add code_sample projects as sub-modules inside intellij-sdk-docs
2015-12-03 15:28:36 -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
breandan
d00ad21d97
Add preliminary Gradle build system tutorial.
2015-11-25 10:59:04 -05:00
Vladimir Schneider
568ea64319
change FindUsages getWordScanner not to be static.
...
If it is static then there are multi-threading issues. When indexing multiple threads are running and overwriting the lexer state that the word scanner uses.
I copied the SimplePlugin find usages class and spent hours chasing index out range bugs. I also noticed that the SimplePlugin which I have installed in my plugin dev environment would once in a while cause an exception but I did not pay it much attention. The static word scanner is the source.
2015-09-16 02:06:53 -04:00
cheptsov
afa6b7c47f
Renamed SimplePlugin to simple_language_plugin
2015-09-07 19:33:25 +03:00
cheptsov
0efccf8d1b
Merge branch 'code_samples/simple_plugin'
2015-09-07 19:13:47 +03:00
cheptsov
8d0b1c7316
Moved from its repository
2015-09-07 19:13:20 +03:00
breandan
eecb02ed3d
Fix untracked IDEA config files
2015-08-19 08:16:30 -04:00
Anna Bulenkova
d55e31e768
[code] cosmetics
2015-05-13 13:28:33 +02:00
Anna Bulenkova
60fbb26cf0
[code] "code inspections" sample stub
2015-05-13 11:29:09 +02:00
Anna Bulenkova
8cdbb6011b
[source] link to confluence dropped
2015-05-08 13:01:52 +02:00
Anna Bulenkova
e247d36399
Header fixed
2015-02-10 12:03:24 +01:00
Anna Bulenkova
d3dff7422a
[code] typo
2015-02-10 11:59:57 +01:00
Anna Bulenkova
dec77b8b2e
[code] code inspection stub
2015-02-10 11:50:57 +01:00
Anna Bulenkova
c0e186494f
[code] module demo
2015-02-06 14:34:28 +01:00
Anna Bulenkova
7491a87a46
[code] module demo stub
2015-02-06 11:46:28 +01:00
Anna Bulenkova
d65604a0e6
[code] facet demo
2015-02-06 11:34:19 +01:00
Anna Bulenkova
93eb0590c0
[code] simple custom run configuration
2015-02-04 12:43:55 +01:00
Anna Bulenkova
e8c112ccfb
[code] cleanup
2015-02-04 11:32:17 +01:00
Anna Bulenkova
5f4099be63
[code] cleanup
2015-02-04 11:27:49 +01:00
Anna Bulenkova
721578edb5
[code] project wizard step content changed
2015-02-04 11:11:39 +01:00
Anna Bulenkova
3801ccb359
[code] custom module step
2015-02-03 16:19:09 +01:00
Anna Bulenkova
b778ad4a32
[code] module type changed
2015-02-03 14:13:05 +01:00
Anna Bulenkova
7f565f5c33
[code] project wizard stub
2015-02-03 12:27:18 +01:00
Anna Bulenkova
ad2f7f48d1
[code] xml fixed
2015-02-02 11:09:37 +01:00
Anna Bulenkova
5d07cfbaf0
[code] framework sample
2015-01-30 10:40:04 +01:00
Anna Bulenkova
21e7c3f66e
[code] anchor changed for better screen shot
2015-01-27 14:28:06 +01:00
Anna Bulenkova
bbc7ee167b
[code] ActionGroup demo
2015-01-27 11:47:34 +01:00
Anna Bulenkova
d904d6e34c
[code] cleanup - annotations, naming
2015-01-26 15:31:22 +01:00
Anna Bulenkova
f55db35501
[code] extending DefaultActionGroup sample
2015-01-23 12:31:16 +01:00
Anna Bulenkova
b4a8e00337
[code] comment
2015-01-23 11:13:33 +01:00
Anna Bulenkova
418b9903f5
[code] grouping action corrected
2015-01-23 10:27:51 +01:00
Anna Bulenkova
028cccd7ed
[code] custom group of actions
2015-01-21 15:46:42 +01:00
Anna Bulenkova
3be01aaccf
[code] action.actionPerformed rewritten
2015-01-21 12:25:55 +01:00
Anna Bulenkova
debcb42f47
[code] action.update() sample
2015-01-21 11:20:09 +01:00
Anna Bulenkova
7cd3b817e3
[code] additional attributes for the action
2015-01-20 13:19:42 +01:00
Anna Bulenkova
369cc7547b
[code] action registered
2015-01-20 11:16:17 +01:00
Anna Bulenkova
3f96b277b8
[code] action class. void.
2015-01-20 11:03:31 +01:00
Anna Bulenkova
ef7a925ebe
[code] module type set
2015-01-20 10:14:17 +01:00
Anna Bulenkova
0231b1a3bd
[code] package structure changed
2015-01-19 14:39:11 +01:00