Search found 72 matches

by IanOfYork
Mon Jun 01, 2026 6:26 pm
Forum: General
Topic: File->Open... .tws file doesn't prompt (9.9.6)
Replies: 5
Views: 195

Re: File->Open... .tws file doesn't prompt (9.9.6)

See viewtopic.php?p=45822#p45822 for a utility to output the contents of the TWS files.
by IanOfYork
Fri May 01, 2026 6:17 am
Forum: General
Topic: Contains characters that do not exist
Replies: 1
Views: 4280

Re: Contains characters that do not exist

That is generally due to pasting in text from somewhere else – a web page or document that includes one or more characters that cannot be represented by the plain text encoding. They can be obvious things, like emojis, or less obvious ones like currency symbols and curly quote marks.
You have two ...
by IanOfYork
Tue Sep 09, 2025 11:43 am
Forum: General
Topic: Saving the Textpad window position
Replies: 2
Views: 2903

Re: Saving the Textpad window position

I manage this simply by never closing TextPad. :)
(... and normally using it full screen.)
by IanOfYork
Sun Sep 07, 2025 7:38 pm
Forum: General
Topic: v9.9 search bug: output wraps within lines
Replies: 5
Views: 3141

v9.9 search bug: output wraps within lines

Just upgraded to version 9.9 and now see a problem with the search.
The search works fine, but the output wraps within lines at seemingly random points.
Digging deeper, the output seems to have a CR/LF pair added at about 4k intervals.
by IanOfYork
Mon Aug 18, 2025 6:39 pm
Forum: General
Topic: "WARNING - cannot open" during multi-file search
Replies: 12
Views: 42610

Re: "WARNING - cannot open" during multi-file search

Junction is not a native command in Windows 10 and needs to be downloaded as part of Sysinternals.
The native command would be mklink /j .

Subst has been a valid command through many version of Windows — I have it in scripts going back 25 years.
See https://en.wikipedia.org/wiki/SUBST and https ...
by IanOfYork
Mon Aug 18, 2025 6:19 pm
Forum: General
Topic: "WARNING - cannot open" during multi-file search
Replies: 12
Views: 42610

Re: "WARNING - cannot open" during multi-file search

Reposting original legible post following vandalism...

You can also reduce path lengths by creating a "drive" for your files.

Include the following in the startup script:

subst J: C:\Users\jschw\OneDrive\Documents

That way, long file paths such as
C:\Users\jschw\OneDrive\Documents\~word ...
by IanOfYork
Sun Aug 17, 2025 7:08 pm
Forum: General
Topic: "WARNING - cannot open" during multi-file search
Replies: 12
Views: 42610

Re: "WARNING - cannot open" during multi-file search

You can also reduce path lengths by creating a "drive" for your files.

Include the following in the startup script: subst J: C:\Users\jschw\OneDrive\Documents

That way, long file paths such as:
C:\Users\jschw\OneDrive\Documents\~word documents\sleep images.docx
become much shorter:
J:\~word ...
by IanOfYork
Sun Aug 10, 2025 10:49 am
Forum: General
Topic: Bug (v9.8.2) sort delete count
Replies: 1
Views: 2798

Bug (v9.8.2) sort delete count

I sorted a list with ~10k lines, with [delete duplicate lines] set.
It sorted the file OK and correctly reduced the file to ~8.5k lines.
but
The message in the bottom left of the window reported "Deleted 1 lines".
Repeatable with different sort options re case etc.
by IanOfYork
Wed Jul 16, 2025 2:19 pm
Forum: General
Topic: Bug (v9.4) Split pane left no longer possible
Replies: 3
Views: 10481

Re: Bug (v9.4) Split pane left no longer possible

Nudge ...

Version 9 only allows a tab group to be created on the right.
Dragging an existing tab to the right side shows a highlight — when released, the file is put into a new tab group on the right.
Dragging an existing tab to the left side does not show a highlight — when released, the file is ...
by IanOfYork
Tue Jul 08, 2025 10:37 am
Forum: General
Topic: Toolbar layout #2 (v9.5.0)
Replies: 1
Views: 13874

Re: Toolbar layout #2 (v9.5.0)

This is still a minor nag. Minor, because I leave Textpad running for weeks at a time as my life-IDE.

Each time Textpad starts up, my second custom toolbar moves one position to the right.
Once it reaches the end of the row, the first custom toolbar MAY then start moving rightwards.

Also, the ...
by IanOfYork
Thu Aug 01, 2024 10:48 am
Forum: General
Topic: Bug (v9.4) Save configuration command not complete
Replies: 5
Views: 9548

Re: Bug (v9.4) Save configuration command not complete

Thanks. I will adjust the toolbar accordingly.
Does Save All include the configuration?
by IanOfYork
Thu Aug 01, 2024 10:10 am
Forum: General
Topic: Bug (v9.4) Save configuration command not complete
Replies: 5
Views: 9548

Re: Bug (v9.4) Save configuration command not complete

The save configuration command does not update the TWS file (v9.5.0)
by IanOfYork
Mon Jul 01, 2024 1:59 pm
Forum: General
Topic: Browse folder crash (v9.5.0)
Replies: 4
Views: 7774

Re: Browse folder crash (v9.5.0)

Windows 10 laptop with local SSD
Any file on the C: drive. Any mix of files. File itself is fine.
100% fail rate
Has crash dump...
by IanOfYork
Sun Jun 30, 2024 7:44 pm
Forum: General
Topic: Browse folder crash (v9.5.0)
Replies: 4
Views: 7774

Browse folder crash (v9.5.0)

I run with the document selector pinned at the side of the TextPad window.
Right clicking on a file listed there pops a context menu 9 options.
Clicking on most do as they say, except "Browse folder" – which crashes TextPad every time.
by IanOfYork
Sun Jun 30, 2024 7:31 pm
Forum: General
Topic: Toolbar layout #2 (v9.5.0)
Replies: 1
Views: 13874

Toolbar layout #2 (v9.5.0)

Sometimes, I do close TextPad. Generally this results in the toolbars being "re-organised".
Generally, a couple get swapped. Normally one or both are custom toolbars.
The "airgap" is normally lost as well.

See also # 13952 .
Logged as two bugs — while seemly related, they may have different causes.