- The original problem was when editing a saved newspaper .html file:
- I selected about 96 lines and deleted them, then selected about 21 lines and deleted them - all normal, no problems.
- When selecting more lines by - paging down, I get to anywhere between 153 and 198 lines, when the ability to 'select' stops. I have to start again, and if I select by using a mix of paging down and arrowing down, I can usually select the required number of lines (± 177) and delete them normally.
- The second problem arose when I was trying to select lines, but I'm not able to remember the exact sequence of key strokes etc. An error message appeared:
A screen capture should be here, but I don't think it will be; it's only 96 KB but there's a "Status" error warning that the file is too big. I clicked "Yes" multiple times, but it seemed like no diagnostic file was saved; if it was, there wasn't any message saying where it could be found, or anything like that. Finally, TextPad just closed without any warning. Later, I found a dump file had been saved without displaying a message.Unexpected and unrecoverable error. Would you like to save a diagnostic file?
[Yes] [No]
I tried to attach the dump file created, but wasn't able to do so - wrong file type.
TextPad v9.6.0 (64-bit): line selection & cannot find diagnostic file
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
TextPad v9.6.0 (64-bit): line selection & cannot find diagnostic file
I installed the 64-bit version of TextPad 9.6.0 a few days ago, and have encountered a couple of problems with which I would like some help.
Last edited by AmigoJack on Sun Nov 10, 2024 8:45 am, edited 1 time in total.
Reason: removing unnecessary line break after every sentence; formatting lists and quotation; more specific subject
Reason: removing unnecessary line break after every sentence; formatting lists and quotation; more specific subject
Re: TextPad v9.6.0 (64-bit): line selection & cannot find diagnostic file
Not every type is allowed and, for size reasons, would be a wise choice. Compress it to a .ZIP archive (not .7z) - that should be attachable. For copying text off a (error) message dialog window just press Ctrl+C at that window to have it in your clipboard (including available buttons and window title) - that will also avoid potential typing mistakes. Preferably use BBCode next time to format your post.
Re: TextPad v9.6.0 (64-bit): line selection & cannot find diagnostic file
I can't reproduce this problem - and not for want of trying! Did it start with version 9.6 or is that the first version you've used?
Please provide a link to a web page that you've been editing, the steps to follow, and if you have word wrap on.
Please provide a link to a web page that you've been editing, the steps to follow, and if you have word wrap on.
Re: TextPad v9.6.0 (64-bit): line selection & cannot find diagnostic file
Yes, it started with version 9.6; all prior versions were fine. Attached is a ZIP archive containing the "original" .html file, and the resulting "edited" .html file that I require.Did it start with version 9.6 or is that the first version you've used?
Editing is done with word wrap on. Steps to follow:
- Delete
Code: Select all
<SCRIPT>window.pageStartTs = Date.now()</SCRIPT>
- Delete, by paging down, and just down arrowing for the last few lines:
- from
Code: Select all
<SCRIPT>tp = window.tp || [];
- to
Code: Select all
<SCRIPT src="https://adkit.9pub.io/2.1.0"></SCRIPT>
- from
- Delete:
- from
Code: Select all
<META name="robots" content="max-image-preview:large" data-rh="true">
- to
Code: Select all
<META content="The Age" data-rh="true" property="og:site_name">
- from
- Starting at: Select by paging down; I get 220 lines selected before it stops. That is, I can't select any more.
Code: Select all
<META name="robots" content="noarchive,noodp,index,max-image-preview:large,max-snippet:-1,max-video-preview:-1" data-rh="true">
- Attachments
-
- Example File and Dump File.zip
- (165.66 KiB) Downloaded 28 times
Last edited by AmigoJack on Sun Nov 10, 2024 12:58 pm, edited 1 time in total.
Reason: heavy list & code formatting - just using newlines is not the best choice
Reason: heavy list & code formatting - just using newlines is not the best choice
Re: TextPad v9.6.0 (64-bit): line selection & cannot find diagnostic file
Thanks for the detailed instructions which helped me to reproduce the problem. It only occurs when word wrap is enabled, so you may be able to make the edits you require by turning that off while we develop a fix.
Re: TextPad v9.6.0 (64-bit): line selection & cannot find diagnostic file
This is fixed in 9.6.1 which can be downloaded now.
Re: TextPad v9.6.0 (64-bit): line selection & cannot find diagnostic file
That's great; thanks for a quick fix.