How to XML file code folding?

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 6
Joined: Thu Jul 29, 2010 12:53 am

How to XML file code folding?

Post by 100679 »

;=================================
;Flags Fold Fold Delimiters
; start end
;=================================
Folds:
1 < </ ""

Not display correctly.

Offline
Posts: 767
Joined: Mon Sep 28, 2009 10:03 am
Location: Minsk, Belarus

Post by se7h »

yet this is impossible or do it like in html.coder: specify the tags

Offline
Posts: 6
Joined: Thu Jul 29, 2010 12:53 am

Post by 100679 »

se7h wrote:yet this is impossible or do it like in html.coder: specify the tags
How should I modify the xml.coder?

Offline
Posts: 767
Joined: Mon Sep 28, 2009 10:03 am
Location: Minsk, Belarus

Post by se7h »

;=================================
;Flags Fold Fold Delimiters
; start end
;=================================
Folds:
1 <anytag1 </anytag1> ""
1 <anytag2 </anytag2> ""
...


Now this is only possible because
Post Reply