Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

WI-8750: Global problem with braces

$
0
0
Reporter Brabus (brabus) Brabus (brabus)
Created Dec 1, 2011 1:29:06 AM
Updated Dec 14, 2011 10:03:54 PM
Priority Major
Type Bug
State Submitted
Assignee Eugene Kudelevsky (Eugene.Kudelevsky)
Subsystem Platform/HTML
Fix versions 3.0.1
Affected versions 3.0 (111.19)
In CSS:
html, body { height: 100%; }<caret>

After pressing Enter:
html, body  height:
100
%
;<caret>

But everything is ok if the braces not in one line, for example:
html, body {
  height: 100%;
}

In HTML:
%{if $loop.first}<caret>

After pressing Enter:
%if 0loop.first<caret>

In javascript, seems, there isn't.
PhpStorm 3.0 110.518, not checked in 111.19

Viewing all articles
Browse latest Browse all 106942

Trending Articles