hype artist
- 活动总数 40
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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(){}; ... -
创建于 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; /** ... -
创建于 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... -
创建于 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]... -
创建于 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... -
创建于 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... -
创建于 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.