hype artist
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
-
hype artist created a post, 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 created a post, 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 created a post, 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 created a post, 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 commented, -
hype artist created a post, 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; /** ... -