211 Commits

Author SHA1 Message Date
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
Yann Cébron
51adeed1ac simple_language_plugin: SimpleReferenceContributor cleanup 2015-12-09 20:27:56 +01: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
5b163015cc Fix compiler error 2015-12-03 16:41:31 -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
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