When I use WebStorm 7.0.3, sometimes the editor for JavaScript shows me wrong syntax highlighting or coloring.
This can be fixed mostly with adding some annotations to tell the editor meaning of the code.
But unfortunately, the problem cannot be fixed on this way, infrequently.
In this case, I fix as follows,
Open the project which has this problem. Click ‘File’ -> ‘Invalidate Caches/Restart…’ Click [Invalidate and Restart] button when opened the dialog.
というわけで、1.28でまたも はまっていたので、その報告。
fossil-scm を 1.28にしたところWindowsの共有ドライブに置くrepositoryにいきなりアクセス不能になってしまいました(´・ω・`)
前回簡単にまとめたんですが、そのとき書いてなかった Jasmine 2.0の Spy関連について。
JavaScriptの Testing/BDD Frameworkを Jasmineに変えたので、Jasmine 2.0について自分なりにまとめてみた。
Closureで型キャストのやり方。 function makeInstance(clazz) { var instance = /**@type {Type}*/(new clazz()); .... return instance; } この場合括弧が必要なので注意。
data-XXXX属性と、.dataで持ってくるデータの関係を調査してみた。
ClosureでAdvanced Optimizationsに対応する場合にいろいろ調べたこと覚書。
The following issue has been reproduced my environment with bundled rhino and jsdoc.cmd.
https://github.com/jsdoc3/jsdoc/issues/533
My environment is Windows 8.1 and Java 1.7.0_45.
I rewrote jsdoc.cmd.