I eagerly downloaded and installed the new edition of Textpad. However, upon installation, I found so many problems, that I removed it and reinstalled TP 4.7.3.
My environment is Windows XP Professional SP2.
Some of the problems I found:
None of the shortcuts worked. I had to search for the ...
Search found 3 matches
- Tue Mar 06, 2007 10:24 pm
- Forum: General
- Topic: TP 5 problems upon installation
- Replies: 2
- Views: 826
- Fri Nov 28, 2003 2:59 pm
- Forum: HOW-TOs
- Topic: How to transfer your personal configurations between PCs
- Replies: 3
- Views: 4817
Regedit command
Rkrite suggested putting this code into a DOS batch file:
set KEYPATH=HKEY_CURRENT_USER\Software\Helios\TextPad 4
set BUFILENAME=textpad.reg
REG EXPORT "%KEYPATH%" "%BUFILENAME%"
Under Windows 98, the final command should be
regedit /e "%bufilename%" "%keypath%"
set KEYPATH=HKEY_CURRENT_USER\Software\Helios\TextPad 4
set BUFILENAME=textpad.reg
REG EXPORT "%KEYPATH%" "%BUFILENAME%"
Under Windows 98, the final command should be
regedit /e "%bufilename%" "%keypath%"
- Sat Oct 04, 2003 1:42 pm
- Forum: General
- Topic: Occurences found when using 'Find in Files'
- Replies: 1
- Views: 387
There are legitimate needs for both kinds of counts.
It doesn't sound like a bug to me. I'm usually interested in the number of lines in which a match is found. Perhaps the report wording for the find operation should be "Found nn lines". It would be even better if the report was "Found nn occurences in xx lines," assuming both nn and xx are correct ...