Textpad from Helios used for editing XML or HTML: How to identify closing / corresponding TAG? -


working textpad editor on xml , html-files i'm looking possibility identify corresponding closing tag. ideal if whole area between opening tag , closing tag marked or highlighted.

hint: ctrl+m not work (just jumps > < , vice versa).

the method should deal following situations:

  • sometimes tag closed (with \>).
  • sometimes same tag used within tag (like in tree descriptions jhm).

one part of solution found in macros - @ least marking tag content, not closing tag. because i'm working textpad configured use german language of choice, give translation:

  • open "search".
  • give "<" searched.
  • start makro recorder.
  • in search windows hit button "next" (means next occurance of search string).
  • mark text until corresponding closing ">" using ctrl+shift+m.
  • end recording.
  • save macro.

to step through html-code have execute macro.

source: of textpad 6.1.3 (32 bit).


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -