History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-19001
Type: Bug Bug
Status: Open Open
Assignee: Maxim Mossienko
Reporter: Alexander Anisimov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Structural Replace must ignore extra white spaces and line breakes in html code

Created: 06 Aug 08 15:44   Updated: 06 Aug 08 16:22
Component/s: Structural Search and Replace

Build: 8,646


 All   Comments   Work Log   Change History      Sort Order:
Maxim Mossienko - 06 Aug 08 15:47
I would not mind particular example

Alexander Anisimov - 06 Aug 08 16:22
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>