I would like to request a feature where you can define regions for language-styles.
For example, I'm using wireshark to take a look on my HTTP traffic.
Then I copy parts into some text file and open it with Npp.
I've created my own style for HTTP and would like to mix it with XML.
Here's some example(##Region where i'd like to make the regions:
##Region "HTTP"
POST /1.0/rw/xmlrpc.php HTTP/1.1
I would like to request a feature where you can define regions for language-styles.
For example, I'm using wireshark to take a look on my HTTP traffic.
Then I copy parts into some text file and open it with Npp.
I've created my own style for HTTP and would like to mix it with XML.
Here's some example(##Region where i'd like to make the regions:
##Region "HTTP"
POST /1.0/rw/xmlrpc.php HTTP/1.1
Host: anyhostyoulike.com
content-type: text/xml
content-length: 358
##/Region
##Region "XML"
<?xml version="1.0" encoding="UTF-8"?><xmltree><content>aaa</content></xmltree>
##/Region
##Region "HTTP"
200 OK
Date: Fri, 27 Apr 2007 12:28:16 GMT
Server: Apache/1.3.33 (Unix) PHP/4.4.3
Connection: close
Content-Type: text/xml;charset=utf-8
##/Region
What I want is that these regions are styled as defined in their Region-names....
I'm sure this is possible :D
tburny