Search found 30 matches
- Thu Jul 08, 2021 8:10 pm
- Forum: General
- Topic: New TextPad license, upgrade, and ...
- Replies: 2
- Views: 989
New TextPad license, upgrade, and ...
I am currently using TextPad Version 5.4.2. I want to purchase a license and upgrade to the current version of TextPad (Version 8.8.1, 13-Jun-2021), and I had a few questions. 1.) I expected to first upgrade to Version 6.5.0, then to Version 7.6.4, and finally to Version 8.8.1 . Is that appropriate ...
- Thu Jul 08, 2021 6:18 pm
- Forum: General
- Topic: Support for editorconfig
- Replies: 10
- Views: 4439
- Mon Nov 25, 2013 9:29 pm
- Forum: General
- Topic: Textpad opens "On Top" of all other windows.
- Replies: 3
- Views: 1048
- Fri Nov 15, 2013 9:46 am
- Forum: General
- Topic: TextPad 7.0.9 ... lose settings anytime the computer crashes
- Replies: 1
- Views: 974
You could take a "snapshot" of the Textpad configuration file (files) and use it to overwrite the Textpad configuration files whenever you re-boot, or by running a batch/script as needed. Similarly, any settings stored in the registry could be restored by importing .REG files as needed. I don't know ...
- Mon Oct 28, 2013 10:17 pm
- Forum: General
- Topic: Upgrading from Textpad 5.4.2 to 7.0.9
- Replies: 2
- Views: 804
Upgrading from Textpad 5.4.2 to 7.0.9
I am currently using Textpad 5.4.2 on fully updated Windows 7 Home Premium x64. I want to update to the current version of Textpad (7.0.9), but I want to do it carefully so I don't loose any preference settings and customizations. Should I update to Textpad v 6.2.2 then to v 7.0.9, or do I need to ...
- Mon Oct 28, 2013 9:00 pm
- Forum: General
- Topic: TextPad Fails to Restore Workspace
- Replies: 28
- Views: 11594
- Mon Oct 28, 2013 8:23 pm
- Forum: General
- Topic: Some regexps which worked before now causes "eternal lo
- Replies: 9
- Views: 1605
... replace "\(.*\)" with "some text including \1;" did work. Now (version 7.0.4) the corresponding regexp, "(.*)", causes TP to hang ... It's unclear if it's hanging when you click R eplace , or Replace N ext , or Replace A ll . Either way, this does seem wrong. With Textpad 5.4.2: 1) Successively ...
- Mon Oct 28, 2013 7:06 pm
- Forum: General
- Topic: Some regexps which worked before now causes "eternal lo
- Replies: 9
- Views: 1605
- Fri Oct 25, 2013 7:50 am
- Forum: General
- Topic: Puzzling behaviour - 'BOM' characters?
- Replies: 5
- Views: 1061
I had a similar problem previously. To begin with, I would save (export) a section of the registry. Then I would edit it with Textpad and save it. Then, if I would try to "import" the edited file back into the registry using the registry editor, the import would fail with complaints that the file ...
- Sun Oct 20, 2013 1:27 am
- Forum: General
- Topic: Textpad opens "On Top" of all other windows.
- Replies: 3
- Views: 1048
Textpad opens "On Top" of all other windows.
I have been using Textpad V 5.3.1 on Windows 7 Home Premium x64. Starting yesterday (18-Oct-2013), Textpad began staying on top of all other program windows (topmost window). I can switch to any other program window and the other programs behave properly, but the window for any other program remains ...
- Thu Apr 12, 2012 12:11 am
- Forum: General
- Topic: Need to replace a multiple line large string
- Replies: 10
- Views: 1738
Ähm, I'm knowing the usage of google to get the meaning of "non greedy regular expression". But my question was not "Can you explain me the meaning of..." but also "why does my replacement succeed, while you said it wont, because of non-greedy operations". Its not important to know because my is ...
- Wed Apr 11, 2012 11:12 pm
- Forum: General
- Topic: Still in business?
- Replies: 13
- Views: 2415
I used a different email address to send from and that bounced to. When was the last time you tried to email them? See below: "This message was created automatically by the mail system (ecelerity). "A message that you sent could not be delivered to one or more of its recipients. This is a permanent ...
- Sun Mar 11, 2012 5:21 am
- Forum: General
- Topic: Isolate target string or number
- Replies: 3
- Views: 1013
ps: I think the search needs to include the ". We are looking for ">. The searches I have defined below include the quote-mark (") along with the data-type as in: Search: "(>)(<Data ss:Type="String "> [^<]*</Data>)(</Cell>)" So, to be clear: 1) You are looking to capture all data associated with ...
- Wed Mar 07, 2012 5:57 am
- Forum: General
- Topic: Replacing characters between 2 character strings
- Replies: 4
- Views: 987
- Wed Mar 07, 2012 3:28 am
- Forum: General
- Topic: Isolate target string or number
- Replies: 3
- Views: 1013
Re: Isolate target string or number
Assuming all the lines in the file look like the line you have shown in the example, then this should work: If the data (file content) looks like this: <Data ss:Type="String">Abc</Data></Cell><Cell ss:StyleID="ce2"><Data ss:Type="Number">1975<.../...> <Data ss:Type="String">Robert Shaw Atlanta ...