hype artist
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
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... -
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(){}; ... -
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; /** ... -
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... -
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]... -
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... -
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... -
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. -
Created PS110.122: CSS inspection - CSS level3 ?
Is it normal that while in CSS inspection setup W3C level is set to CSS level3 all corresponding features (like "border-radius", "text-shadow", "rgba", etc) are marked as incorrect? -
Created Issues with PS-110.44
1. after a while(!) renaming stopped worked: placing the cursor inside a desired variable I see all occurencies being highlighted, but only the first one is getting renamed2. after a while(!) tabs ...