Search found 10 matches

by rcmpayne
Mon May 06, 2019 11:34 am
Forum: General
Topic: ETA for the next release?
Replies: 6
Views: 1473

Sorry about that, not sure what happened. Yes, that is the FER that I am referring to.
by rcmpayne
Wed May 01, 2019 2:49 pm
Forum: General
Topic: ETA for the next release?
Replies: 6
Views: 1473

ETA for the next release?

Any updates on when we will see a new release of TextPad? i have a enhancement that in the next version
by rcmpayne
Tue Aug 31, 2010 7:51 pm
Forum: General
Topic: need help with tidy.exe for XML
Replies: 3
Views: 579

ok thanks,

do you have nyother programs that i can use to help me tidy up XML?
by rcmpayne
Tue Aug 31, 2010 5:52 pm
Forum: General
Topic: need help with tidy.exe for XML
Replies: 3
Views: 579

need help with tidy.exe for XML

Hello All,

I am looking for a way to take a xml log file and have it converted.

here is a example:

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="h
ttp://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3
.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001 ...
by rcmpayne
Tue Nov 10, 2009 11:48 am
Forum: General
Topic: How to highlight a two words from a line
Replies: 7
Views: 1646

Working with two words

Hello,

Yes i just tried it again and it still doe snot work, I edited the syn file, selected another one, a

1. Edit the syn file
2. Choose a diffrent syn file as the text class
3. Apply ok
4. Change the syn file back to the one i want
5. Close and open textpad
6. drag and drop a log file in ...
by rcmpayne
Mon Nov 09, 2009 6:37 pm
Forum: General
Topic: How to highlight a two words from a line
Replies: 7
Views: 1646

The TextPad syntax processer uses the space as a delimiter. It will only work on complete words. Can you replace the space with something like "_" ?. That would be acceptable to the syntax processor.

So for the logline above i could use this?

[Keywords 3]
Total_Msgs

i dont fully understand ...
by rcmpayne
Mon Nov 09, 2009 6:14 pm
Forum: General
Topic: How to highlight a two words from a line
Replies: 7
Views: 1646

Bob Hansen wrote:The TextPad syntax processer uses the space as a delimiter. It will only work on complete words. Can you replace the space with something like "_" ?. That would be acceptable to the syntax processor.
So for the logline above i could use this?

[Keywords 3]
Total_Msgs
by rcmpayne
Mon Nov 09, 2009 5:53 pm
Forum: General
Topic: How to highlight a two words from a line
Replies: 7
Views: 1646

How to highlight a two words from a line

Hello All,

I am using a c.syn as a base and i was adding some keywords to highlight but when they have a space it wont highlight


[Log snip]
[30066] (11/07 21:13:44.780):{0x1D60} Total Msgs Pending 39

In the Syn log i have this

[Syntax]
KeyWordLength = 6
BracketChars = {[()]}

[Keywords 3 ...
by rcmpayne
Mon Nov 09, 2009 4:38 pm
Forum: General
Topic: Using a syn file for hightlighting not working
Replies: 0
Views: 308

Using a syn file for hightlighting not working

Hello All,

I have a syn file to highlight options in TEXT files and i am having some issues. i can see some items that are hightlighting but alot are not.

My Exact Syn File
[.syn file]

C=1

[Syntax]
BracketChars = {[()]}

[Keywords 1]
0x80040111
0x80040115
0x80040114
0x80070005
0x8004011d ...
by rcmpayne
Fri Aug 07, 2009 5:06 pm
Forum: General
Topic: Issue with .syn file
Replies: 0
Views: 421

Issue with .syn file

Hello All i am using the bellow syn file to highlight errors in logs but i am seeing a issue with BracketChars.

BracketChars = {[()]}

When i view a big log file i see that some info is skiped and others are in color. Any ideas why some is not showing up in color?

First 4 lines are in color, next ...