89 Commits

Author SHA1 Message Date
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
Anna Bulenkova
6087b4b8d5 [code] package structure changed 2015-01-19 14:38:32 +01:00
Anna Bulenkova
c4bd710d27 [code] package structure changed 2015-01-19 14:37:51 +01:00
Anna Bulenkova
3bb3c53bd2 [code] package structure changed 2015-01-19 14:35:28 +01:00
Anna Bulenkova
ef6199919c [code] spelling 2015-01-19 14:30:48 +01:00
Anna Bulenkova
d2de5eb165 [code] register actions stub (this part needs to be extracted) 2015-01-19 14:28:27 +01:00
Anna Bulenkova
a8cbee5a10 [code] module name corrected 2015-01-19 14:18:05 +01:00
Anna Bulenkova
50b95709b9 [code] custom actions moved on top for better screen shots 2015-01-19 09:57:15 +01:00
Anna Bulenkova
64beea15e9 [code] custom project view pane - filtering images 2015-01-08 13:53:02 +01:00
Anna Bulenkova
5e5320d0b5 [code] module type corrected 2015-01-08 12:50:14 +01:00
Anna Bulenkova
4cf0f4fe33 [code] missing file 2015-01-08 11:29:32 +01:00