hype artist
- 活动总数 40
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
-
hype artist 创建了一个帖子, PS6: Can't get SCSS watching to work
Hello.I got the problem with SCSS filewatching feature. I've installed Ruby for Windows (c:/Ruby200), set my watcher settings to this:But when I start to edit my SCSS file I get this very informati... -
hype artist 创建了一个帖子, PHP: static methods and instances
Hello.As it stated at http://php.net/manual/en/language.oop5.static.phpStatic properties cannot be accessed through the object using the arrow operator ->Then why in PhpStorm (as of 5.0.4) there is... -
-
hype artist 创建了一个帖子, PhpStorm 5.0.3: JSLint annoyance!
Hello.As it was already mentioned in the 5.0.3 announcement's comments - JSLint is turned on by default in the latest version of PhpStorm. Probably(!) it's ok. But tell me please!!! Why for God's s... -
hype artist 创建了一个帖子, PS-121.322: (Javascript) Code outlining question
Hello, again.Here is the code:var Class = (function(){ var _PrivateClass = (function(){ function _PrivateClass(){} _PrivateClass.prototype.someMethod = function(){}; ... -
-
hype artist 进行了评论, -
hype artist 创建了一个帖子, PS-121.322: jsdoc question
Hello.Here's the example of a typical class pattern I use:/** * @class */ var Class = (function () { /** * @private * @type {Number} */ var _privateVar; /** ... -