Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Maxim Mossienko
Subsystem
Structural Search and Replace
Affected versions
No Affected versions
Fixed in build
96.1185  
  • Created by   Alexander Anisimov
    3 years ago (06 Aug 2008 16:44)
  • Updated by   Maxim Mossienko
    16 months ago (15 Sep 2010 22:03)
  • Jira: IDEA-19001
    (history, comments)
 
IDEA-19001 Structural Replace must ignore extra white spaces and line breakes in html code
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
No description
Comments (2)
 
History
 
Linked Issues (?)
 
Maxim Mossienko
  Maxim Mossienko
06 Aug 2008 16:47
3 years ago
I would not mind particular example :)
Alexander Anisimov
  Alexander Anisimov
06 Aug 2008 17:22
3 years ago
Just try to replace the first <li> tag in both <ul> tags. The difference between tags is just line breaks
<ul>
<li>Version-control integration improvements (VSS, CVS, StarTeam)</li>
<li>Database Migration Tool improvements</li>
<li>Subversion 1.5 working copy format support in Visual Studio and Eclipse plugins</li>
<li>Bug-fixes</li>
</ul>
<br/>
<ul>
<li>Version-control integration
improvements (VSS, CVS,
StarTeam)</li>
<li>Database Migration Tool improvements</li>
<li>Subversion 1.5 working copy format support in Visual Studio and Eclipse plugins</li>
<li>Bug-fixes</li>
</ul>