Html editor — edit both start and end tag at once - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T10:54:54Zhttp://stackoverflow.com/feeds/question/335799http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/335799/html-editor-edit-both-start-and-end-tag-at-once3Html editor — edit both start and end tag at onceEoghanM2008-12-02T23:19:00Z2009-01-01T03:12:32Z
<p>Is there an HTML editor which automatically changes the end tag when you edit the start tag?</p>
http://stackoverflow.com/questions/335799/html-editor-edit-both-start-and-end-tag-at-once/335881#3358811Answer by sblundy for Html editor — edit both start and end tag at oncesblundy2008-12-03T00:11:41Z2008-12-03T00:11:41Z<p>IntelliJ has a bunch of <a href="http://www.jetbrains.com/idea/features/refactoring.html#XML-aware_dedicated_refactorings" rel="nofollow">XML refactors</a>, one of which is rename tag.</p>
http://stackoverflow.com/questions/335799/html-editor-edit-both-start-and-end-tag-at-once/335915#3359151Answer by Philip T. for Html editor — edit both start and end tag at oncePhilip T.2008-12-03T00:30:00Z2008-12-03T00:30:00Z<p><a href="http://www.aptana.com/studio" rel="nofollow">Aptana Studio</a> Does. Just set modify pair tag in Window Menu > Preferences > Aptana > Editor > HTML > Typing It is off by default.</p>
http://stackoverflow.com/questions/335799/html-editor-edit-both-start-and-end-tag-at-once/404465#4044650Answer by gms8994 for Html editor — edit both start and end tag at oncegms89942009-01-01T03:12:32Z2009-01-01T03:12:32Z<p><a href="http://www.e-texteditor.com" rel="nofollow">e-texteditor</a> can do this, though not as automatically as you probably want. Ctrl+doubleclick on the beginning and ending tags, and change them that way.</p>