Thanks for the info, tarraccas!
I ran procmon as well, and my textpad.exe was in an endless loop trying to read/deal with my ".htm" association, which had the value "ChromeHTML". I removed the ".htm" and ".html" keys, and TextPad 6 started right up!
Before that, the textpad process was using 50 ...
Search found 2 matches
- Tue May 29, 2012 4:36 pm
- Forum: General
- Topic: Textpad 6 Hanging
- Replies: 8
- Views: 6079
- Fri Jun 16, 2006 2:30 pm
- Forum: General
- Topic: Delete Lines Until Text & Delete Lines After Text
- Replies: 2
- Views: 921
sounds like a job for a macro that includes searching
To perform a task like this, I would record a macro, which does this:
1. search for xxxxx from current cursor location, and enable the "Extend selection" option
2. deselect the xxxxx part and position cursor before the xxxxx
3. delete selected block
4. position cursor after the xxxxx
5. search for ...
1. search for xxxxx from current cursor location, and enable the "Extend selection" option
2. deselect the xxxxx part and position cursor before the xxxxx
3. delete selected block
4. position cursor after the xxxxx
5. search for ...