Search found 74 matches: '

Searched query: apos

by AmigoJack
Mon Feb 13, 2023 12:07 pm
Forum: General
Topic: Forum Upgrade
Replies: 6
Views: 5910

Re: Forum Upgrade

... and then actually commit them onto the database (assuming you run MariaDB or MySQL): UPDATE phpbb_posts SET post_text= replace( post_text, ''', ''' ) WHERE post_text LIKE '%'%';
UPDATE phpbb_posts SET post_subject= replace( post_subject, ''', ''' ) WHERE post_subject ...
by AmigoJack
Sat Jan 28, 2023 10:00 am
Forum: General
Topic: Windows alt codes do not work in TextPad 9
Replies: 17
Views: 19536

I know what you're talking about: Alt code . There are at least 3 workarounds:
Don't type in the TextPad's editor pane, but instead try it in one of his dialog windows, f.e. one of the textboxes in Search . Does it still work there? If yes, just cut it, leave the dialog, and paste it in the editor ...
by AmigoJack
Wed Jan 25, 2023 1:45 am
Forum: General
Topic: V9 - sorting of new tabs
Replies: 6
Views: 2405

daniel.337 wrote:I mean
(Whenever he writes this he means "I think" in the sense of "in my opinion" - it's a common mistake for Germans translating this word by word.)
by AmigoJack
Mon Jan 23, 2023 11:47 pm
Forum: General
Topic: Delete lines that end with a specific string?
Replies: 10
Views: 8617

the omission of a newline at the end of a text file is usually an error Only in POSIX and Unix environments. However, TextPad usually lives in... well... none of both.

No, I've learnt otherwise. Always implying a newline at the end is an important detail/requirement and is different from dealing ...
by AmigoJack
Mon Jan 23, 2023 1:13 pm
Forum: General
Topic: Delete lines that end with a specific string?
Replies: 10
Views: 8617

Yes, that's the point. If the requirement includes CR or LF then your approach would still delete a potential last line of the file that wouldn't have a CR or LF, which would be wrong.
by AmigoJack
Tue Jan 17, 2023 11:18 am
Forum: General
Topic: Errors trying to uninstall TextPad 8.14
Replies: 7
Views: 2038

This board does not allow attachments. Just use one of the countless picture hosters like https://imgbox.com and insert the BBCodes from your uploads into your post. Just like you could have used QUOTE as BBCode already (see the button) for citing your error messages (or text in general, instead of ...
by AmigoJack
Tue Jan 17, 2023 11:02 am
Forum: General
Topic: Can I install version 9 and version 8.xx on same computer?
Replies: 8
Views: 3155

While I understand that there are users who just don't understand certain details: does the installer at least give a choice? Because then I'm forced to install TextPad in a sandbox just to get its binary files, because those surely can be executed in parallel to older versions.

And does the ...
by AmigoJack
Sun Jan 15, 2023 10:08 am
Forum: General
Topic: Highlight found text
Replies: 3
Views: 1584

However, this only works for searches/files in ASCII, which seems to be enough for you. Windows' FINDSTR executable cannot deal with Unicode and workarounds are not that great either.

A better approach would be to just use "Find in files" and then only search on that particular file - that way you ...
by AmigoJack
Mon Jan 09, 2023 1:26 am
Forum: General
Topic: does textpad have a search online feature?
Replies: 9
Views: 4048

Tools don't open websites, they start programs (in this case: one of your web browsers). Programs might have implemented a mutex, so only 1 instance of them is running, and starting it multiple times just brings the already running instance to the foreground.

Tools don't send strings, they hand ...
by AmigoJack
Mon Nov 21, 2022 9:41 pm
Forum: General
Topic: Cannot minimise child windows
Replies: 3
Views: 1801

I'm sure not once in your lifetime did you ever minimize one of TextPad's child windows. Because that button is (and has been) disabled.

From a technological point a developer can only choose between displaying all 3 buttons (and disabling the one he doesn't really want), or only displaying the ...
by AmigoJack
Fri Nov 11, 2022 11:59 pm
Forum: General
Topic: Bug reports
Replies: 2
Views: 2360

From my experience as both developer and user for 25+ years I can assure you that contact form will annoy away people because they can't provide attachments, such as screenshots. And the communication is hidden between you and the reporter, so nobody else knows what has been reported and what not ...
by AmigoJack
Sat Oct 22, 2022 7:48 pm
Forum: General
Topic: Zooming the Textpad Screen
Replies: 7
Views: 6632

For those who don't find it: zooming was implemented with 8.5.0.
by AmigoJack
Thu Oct 20, 2022 4:24 pm
Forum: General
Topic: Class names cannot contain unprintable characters error
Replies: 5
Views: 1777

If you want to investigate you can find ConfigState.xml in your folder %appdata%\Helios\TextPad\8 (just paste that directly into the File Explorer's path line - it should become something like C:\Users\MyName\AppData\Roaming\Helios\TextPad\8 ) and sense that under <Document-Classes> each occurance ...
by AmigoJack
Fri Oct 14, 2022 7:19 am
Forum: General
Topic: Question about Moving to the Start of a Line
Replies: 3
Views: 2162

Re: Question about Moving to the Start of a Line

I've tried going into Preferences / Keyboard, and assigning "HOME" alternatively to LineLeft and LineStart (for others: in the Category "Cursor")

For me the command "LineStart" is assigned with the Home key and it works as intended: the text cursor is moved to the first non-space of the line, and ...
by AmigoJack
Tue Oct 11, 2022 1:51 pm
Forum: General
Topic: Performance issues in 8.6.1
Replies: 8
Views: 3458

Manipulating my file to have 2 lines with ~4000 characters (and also matches in there to be replaced) took only a little bit longer, but still finished as expected. So maybe it's not about a big filesize, maybe it's only about long lines...?