164 Commits

Author SHA1 Message Date
cheptsov
e3943a8d71 IJSDK-203 Confusing grammar and no info on comments and whitespaces 2016-11-03 13:23:01 +01:00
Yann Cébron
a86e2b4480 sample projects plugin.xml: update confluence to jetbrains.org links 2016-11-02 21:26:45 +01:00
cheptsov
b31ca385c9 Fixed broken tests and compilation
Rollbacked some of Breandan's changes
2016-11-02 14:42:59 +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
Yann Cébron
1793463daf simple_language_plugin: SimpleReferenceContributor cleanup 2015-12-09 20:27:56 +01:00
breandan
583e331206 Fix simple_language_plugin tests 2015-12-05 11:47:23 -05:00
breandan
2cf2e55eb9 Update plugin code samples to use canonical project structure 2015-12-05 08:56:10 -05:00
breandan
459c3d52a4 Fix compiler error 2015-12-03 16:41:31 -05:00
breandan
aeb55b1a27 Share run configurations and inherit the project output path 2015-12-03 16:23:33 -05:00
breandan
0bfab58cc8 Add code_sample projects as sub-modules inside intellij-sdk-docs 2015-12-03 15:28:36 -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