amorris

- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
-
amorris 创建了一个帖子, How to disable inspections for specific file
Hi, does anyone know how to disable the inspections for a singular file? I can't seem to figure this out.Basically, jquery.js comes up with a number of inspection errors, and I want to disable the... -
-
amorris 创建了一个帖子, Pycharm 2.6 Inspection failing on built-in functions
Hi, just upgraded to PyCharm 2.6 / Build #121.176, using OSX 10.8.1... and I'm getting inspection errors for all the built-in functions (like open(), etc).I've temporarily disabled the inspection, ... -
-
amorris 创建了一个帖子, Disable specific inspection warning
Is there a way to leave an inspection set, but disable it in a certain instance?For example, in pydev, I used a #@UndefinedVariable comment to get rid of a undefined variable warning. Is there som...