489 Commits

Author SHA1 Message Date
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
breandan
9b3da17416 Add preliminary Gradle build system tutorial. 2015-11-25 10:59:04 -05:00
Vladimir Schneider
77a019842c 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
77ee65c204 Renamed SimplePlugin to simple_language_plugin 2015-09-07 19:33:25 +03:00
cheptsov
5a55c97b74 Merge branch 'code_samples/simple_plugin' 2015-09-07 19:13:47 +03:00
cheptsov
7fe9c621d5 Moved from its repository 2015-09-07 19:13:20 +03:00
breandan
448e845261 Fix untracked IDEA config files 2015-08-19 08:16:30 -04:00
Anna Bulenkova
17e8ddd12d [code] cosmetics 2015-05-13 13:28:33 +02:00
Anna Bulenkova
ef54820f3c [code] "code inspections" sample stub 2015-05-13 11:29:09 +02:00
Anna Bulenkova
a7f7dc988f [source] link to confluence dropped 2015-05-08 13:01:52 +02:00
Anna Bulenkova
db017b189c Header fixed 2015-02-10 12:03:24 +01:00
Anna Bulenkova
95c98a91c5 [code] typo 2015-02-10 11:59:57 +01:00
Anna Bulenkova
e46b516402 [code] code inspection stub 2015-02-10 11:50:57 +01:00
Anna Bulenkova
f185d1af73 [code] module demo 2015-02-06 14:34:28 +01:00
Anna Bulenkova
7cee8b7831 [code] module demo stub 2015-02-06 11:46:28 +01:00
Anna Bulenkova
e1356b3584 [code] facet demo 2015-02-06 11:34:19 +01:00
Anna Bulenkova
e6cde7920e [code] simple custom run configuration 2015-02-04 12:43:55 +01:00
Anna Bulenkova
3f4f6fe4b3 [code] cleanup 2015-02-04 11:32:17 +01:00
Anna Bulenkova
9c6db9f8c7 [code] cleanup 2015-02-04 11:27:49 +01:00
Anna Bulenkova
c84e90c8af [code] project wizard step content changed 2015-02-04 11:11:39 +01:00
Anna Bulenkova
9ba36385dc [code] custom module step 2015-02-03 16:19:09 +01:00
Anna Bulenkova
1f8e6834ae [code] module type changed 2015-02-03 14:13:05 +01:00
Anna Bulenkova
01b557b1cb [code] project wizard stub 2015-02-03 12:27:18 +01:00
Anna Bulenkova
4a341a56e4 [code] xml fixed 2015-02-02 11:09:37 +01:00
Anna Bulenkova
f8ac7ad5b9 [code] framework sample 2015-01-30 10:40:04 +01:00
Anna Bulenkova
3c5b6e8c8c [code] anchor changed for better screen shot 2015-01-27 14:28:06 +01:00
Anna Bulenkova
1d2e179074 [code] ActionGroup demo 2015-01-27 11:47:34 +01:00
Anna Bulenkova
0d533e7c07 [code] cleanup - annotations, naming 2015-01-26 15:31:22 +01:00
Anna Bulenkova
d9e9086887 [code] extending DefaultActionGroup sample 2015-01-23 12:31:16 +01:00
Anna Bulenkova
3543179248 [code] comment 2015-01-23 11:13:33 +01:00
Anna Bulenkova
175ea520e5 [code] grouping action corrected 2015-01-23 10:27:51 +01:00
Anna Bulenkova
4dc158af90 [code] custom group of actions 2015-01-21 15:46:42 +01:00
Anna Bulenkova
747b2bfde6 [code] action.actionPerformed rewritten 2015-01-21 12:25:55 +01:00
Anna Bulenkova
142cc00bc9 [code] action.update() sample 2015-01-21 11:20:09 +01:00
Anna Bulenkova
aef2594a37 [code] additional attributes for the action 2015-01-20 13:19:42 +01:00
Anna Bulenkova
0531b0dc1b [code] action registered 2015-01-20 11:16:17 +01:00
Anna Bulenkova
4098bc9f6e [code] action class. void. 2015-01-20 11:03:31 +01:00
Anna Bulenkova
3e2938e173 [code] module type set 2015-01-20 10:14:17 +01:00
Anna Bulenkova
e1aefa54d4 [code] package structure changed 2015-01-19 14:39:11 +01:00
Anna Bulenkova
0153fb2e3b [code] package structure changed 2015-01-19 14:38:32 +01:00
Anna Bulenkova
525d7b5629 [code] package structure changed 2015-01-19 14:37:51 +01:00
Anna Bulenkova
9868eb9242 [code] package structure changed 2015-01-19 14:35:28 +01:00
Anna Bulenkova
1051465123 [code] spelling 2015-01-19 14:30:48 +01:00
Anna Bulenkova
4dd2722c60 [code] register actions stub (this part needs to be extracted) 2015-01-19 14:28:27 +01:00
Anna Bulenkova
e424535c32 [code] module name corrected 2015-01-19 14:18:05 +01:00
Anna Bulenkova
5a5fd57851 [code] custom actions moved on top for better screen shots 2015-01-19 09:57:15 +01:00
Anna Bulenkova
44ace5ba8d [code] custom project view pane - filtering images 2015-01-08 13:53:02 +01:00
Anna Bulenkova
db119ed97b [code] module type corrected 2015-01-08 12:50:14 +01:00
Anna Bulenkova
d528124603 [code] missing file 2015-01-08 11:29:32 +01:00