hype artist

Avatar
  • Total activity 40
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 14
  • Created

    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...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    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...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    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(){};     ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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;      /**      ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    PS-121.252: SCSS issues

    HelloSome remarks on SCSS files editor:     - tabs (between colon and variable value) are being replaced by spaces in variable declarations     - no codecompletion for keywords (such as: @mixin, @i...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    PhpStorm: Code inspection issues

    Hello!Here is a piece of code as for PhpStorm 5.0 EAP 120.177:foreach ($suitedControllers as $controller){    $routes = $controller->routes;    $activeRoute = $routes[$controller->activeRouteIndex]...
    • 3 followers
    • 6 comments
    • 0 votes
  • Created

    HaXe plugin: Is there a way to compile to PHP?

    In settings there are only Flash, JS and Neko as compile targets. I've tried to trick it by adding "-php" parameter in Module settings but it just caused "Multiple targets" error. :(Where from comp...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Couple of questions about "self" and "$this"

    I've noticed there is no completion for "self" keyword (since first EAPs till the latest). Is it "a feature" or ...?And as for "$this" - it would be just handy if its completion/suggestion behaviou...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Highlight custom html attributes with different color(s) - possible?

    Actually the question is the topic.It would be quite helpful while using things like TAL or OPT.Thanx in advance.
    • 1 follower
    • 0 comments
    • 0 votes