My only experience is working with TextPad 4.7.
It does sound like a warning of incompatiblity with 5.1 ought to be noted. Not sure how that would be effected.
Search found 30 matches
XML Tidy
I use the XML Tidy add-on for TextPad, which can be found on the TextPad Add-ons page.
it works pretty well for indenting lines to make things easier to read.
I do, however, always end up fussing with the text a little afterwards.
Roger
it works pretty well for indenting lines to make things easier to read.
I do, however, always end up fussing with the text a little afterwards.
Roger
- Mon Mar 26, 2007 4:21 pm
- Forum: General
- Topic: TextPAD and unicode
- Replies: 3
- Views: 1314
Oh, Notepad is not really a solution. Because it doesn't have an option to display invisible or non-printing characters, there's no way to check the zero-width space between words. But otherwise it manages to handle Unicode properly.
Like you, I would prefer that my solution could incorporate more ...
Like you, I would prefer that my solution could incorporate more ...
- Mon Mar 26, 2007 2:37 am
- Forum: General
- Topic: TextPAD and unicode
- Replies: 3
- Views: 1314
Not enough
This looks like a pretty promising editor. Even uses Textpad syntax files.
I won't be using it, however. As with many other Unicode editors, it can't display zero-width spaces, nor work with Unicode Khmer fonts to combine characters automatically.
For instance, In Khmer the word for "I" is "knyom ...
I won't be using it, however. As with many other Unicode editors, it can't display zero-width spaces, nor work with Unicode Khmer fonts to combine characters automatically.
For instance, In Khmer the word for "I" is "knyom ...
- Fri Mar 23, 2007 8:00 pm
- Forum: General
- Topic: ver 5.1 beta test volunteer
- Replies: 3
- Views: 2105
ver 5.1 beta test volunteer
In the last six months, I've been working with beta versions of an open-source but commercially developed ebook reader (dotreader) and a commercial flash-card program (Stackz), as well as with a single-programmer's open-source XML editor that has issued 4 updates with single-feature improvements ...
- Fri Mar 23, 2007 6:55 pm
- Forum: General
- Topic: A couple of questions for Helios/the developers of Textpad
- Replies: 7
- Views: 2160
Unicode
I look forward to the version of TextPad that supports Unicode fully.
I imagine support under Vista for many of the little-used alphabets will be easier than under XP. Good luck with your development.
I have always put Textpad at the top of the "lightweight, ASCII, programmer's text editors ...
I imagine support under Vista for many of the little-used alphabets will be easier than under XP. Good luck with your development.
I have always put Textpad at the top of the "lightweight, ASCII, programmer's text editors ...
- Tue Mar 20, 2007 3:16 pm
- Forum: General
- Topic: Textpad 5.0 discussion
- Replies: 54
- Views: 40001
- Thu Jan 11, 2007 6:46 pm
- Forum: General
- Topic: Another one bites the dust
- Replies: 2
- Views: 1508
Jan 30
<idle-speculation mode="on">
I wonder if the general release of Vista on January 30 will trigger the appearance of TextPad 5?
</idle-speculation>
Hm-m. Guess I'll keep checking.
I wonder if the general release of Vista on January 30 will trigger the appearance of TextPad 5?
</idle-speculation>
Hm-m. Guess I'll keep checking.
- Wed Jan 03, 2007 12:20 am
- Forum: Tips
- Topic: Macro for html, xml, etc. any file with <markup></m
- Replies: 4
- Views: 16583
Slight change to account for nested elements
I was very delighted to discover this first version of the automatic end-tag creation macro by Marcelo, and then I found situations where it didn't work as intended.
These weren't, however, elements with attributes. Instead, the problem I stumbled across was creating a new, second element nested ...
These weren't, however, elements with attributes. Instead, the problem I stumbled across was creating a new, second element nested ...
- Sat Dec 30, 2006 10:37 pm
- Forum: HOW-TOs
- Topic: How to run an XSLT transform
- Replies: 0
- Views: 13580
How to run an XSLT transform
I use the msxsl engine from Microsoft. I don't know whether it handles XSLT 2.0, but it is a small, fast, lightweight command-line utility for XSLT 1.0 transformations.
You can download msxsl.exe from www.microsoft.com/downloads/details.aspx?familyid=2fb55371-c94e-4373-b0e9-db4816552e41&displaylang ...
You can download msxsl.exe from www.microsoft.com/downloads/details.aspx?familyid=2fb55371-c94e-4373-b0e9-db4816552e41&displaylang ...
- Sat Dec 30, 2006 8:44 pm
- Forum: General
- Topic: "compile" and open resulting file?
- Replies: 3
- Views: 1070
Got it to work
Thanks for this guidance. You got me to the desired result.
I put the batch file in c:\programs, which I like to use for TextPad tools because it eliminates the issue of having a space in a directory name.
Then I found I couldn't call TextPad from the batch file because cmd.exe didn't like the ...
I put the batch file in c:\programs, which I like to use for TextPad tools because it eliminates the issue of having a space in a directory name.
Then I found I couldn't call TextPad from the batch file because cmd.exe didn't like the ...
- Fri Dec 29, 2006 3:19 pm
- Forum: General
- Topic: "compile" and open resulting file?
- Replies: 3
- Views: 1070
Error messages?
I won't be able to try this out for a while. Thanks for the suggestion.
I wonder what will happen if there's an error in the transformation -- will it be delivered to the Command Results window do you think?
When I provide the -o filename parameter, saving the transformation into a file, errors do ...
I wonder what will happen if there's an error in the transformation -- will it be delivered to the Command Results window do you think?
When I provide the -o filename parameter, saving the transformation into a file, errors do ...
- Fri Dec 29, 2006 2:00 am
- Forum: General
- Topic: Regex to match compilation error displayed in several lines
- Replies: 1
- Views: 565
Regex to match compilation error displayed in several lines
In searching the forum, it appears I am not the first to discover that the regex I've written to match a multi-line compiler error message does not enable me to jump to the line with the error.
That is, this regex:
^URL: file:///([A-Z]:.+)\/(.+)\nLine:( *)([0-9]+)\nColumn: ([0-9]+)$
is designed ...
That is, this regex:
^URL: file:///([A-Z]:.+)\/(.+)\nLine:( *)([0-9]+)\nColumn: ([0-9]+)$
is designed ...
- Fri Dec 29, 2006 1:38 am
- Forum: General
- Topic: "compile" and open resulting file?
- Replies: 3
- Views: 1070
"compile" and open resulting file?
The examples for tools all describe compilers, but I'm actually using an xslt transform on an xml file.
I have the Microsoft msxsl engine set up as a tool.
If I provide the output parameter and filename, the resulting transformation is saved as a file.
If I omit it, the resulting transformation ...
I have the Microsoft msxsl engine set up as a tool.
If I provide the output parameter and filename, the resulting transformation is saved as a file.
If I omit it, the resulting transformation ...
- Thu Dec 28, 2006 10:49 pm
- Forum: General
- Topic: How to add a "Comma" to all data rows
- Replies: 13
- Views: 4731
Making sure there are only 14 commas and 15 columns
Bob,
I see now that your regex is locating a digit followed by a space, while I was thinking the desired regex should be locating a number (such as 0.67). Absolutely no need for that, of course, and adding the "\." as I did doesn't locate numbers either. I guess that would require a "+":
Search ...
I see now that your regex is locating a digit followed by a space, while I was thinking the desired regex should be locating a number (such as 0.67). Absolutely no need for that, of course, and adding the "\." as I did doesn't locate numbers either. I guess that would require a "+":
Search ...