Search found 513 matches

by AmigoJack
Sat Jul 24, 2021 1:08 am
Forum: General
Topic: DOS/External tool does not delete temporary .bat file
Replies: 2
Views: 903

If you know the filename then search for them using Mark Russinovich's HANDLE - it will list the process(es) that are currently using that file. Just run it and analyze the output, i.e. handle tpxxxxxx.bat However, that tool needs administrator privileges, so first try it at home. The Process ...
by AmigoJack
Fri Jul 23, 2021 8:27 am
Forum: General
Topic: Need Expert Help, I think with Negative Lookbehind
Replies: 3
Views: 1674

If you guys had backslashes in your regex (i.e. dbo\.account) then those are killed by the forum software.
by AmigoJack
Fri Jul 23, 2021 8:16 am
Forum: General
Topic: This phpBB installation falls apart
Replies: 5
Views: 1799

The next oddity: if I want to display dbo\.account I have to enter it with 2 backslashes so that 1 survives. If I keep doing that in a loop of previews my original input of \\. is reduced to \. and then . - everywhere, not only between CODE tags. Whoever wants to show regexes with backslashes in ...
by AmigoJack
Wed Jul 21, 2021 8:13 am
Forum: General
Topic: This phpBB installation falls apart
Replies: 5
Views: 1799

That redirects me to https://forums.textpad.com/index.php. The original link gives me the Inbox - that's not the problem. I can list PMs in any of the 4 boxes (in, out, sent, save). But from there clicking on each PM to read them only works from the Sentbox, not Inbox nor Savebox. If you guys check ...
by AmigoJack
Tue Jul 20, 2021 7:38 am
Forum: General
Topic: This phpBB installation falls apart
Replies: 5
Views: 1799

I'm also unable to read new private messages: https://forums.textpad.com/privmsg.php?folder=inbox&mode=read&p=4606 always redirects to https://forums.textpad.com/privmsg.php?folder=inbox (from which I came). Same goes for the "Savebox". But reading PMs that are in the "Sentbox" (i.e. https://forums ...
by AmigoJack
Mon Jul 19, 2021 2:08 pm
Forum: General
Topic: Running a tool as an administrator
Replies: 1
Views: 585

You may haven't seen the sticky topic PLEASE DO NOT POST QUESTIONS HERE, since this forum is intended to publish tutorials, not to ask "how to" questions.
by AmigoJack
Wed Jul 14, 2021 2:23 am
Forum: General
Topic: Shutdown error
Replies: 2
Views: 558

Re: Shutdown error

it has an error code AcStBrmhE That is no error code and you probably misread the executable name. If it's actually "AcStBmhE.exe" and the actual error code is 0xc0000142 then uninstall ArcSoft Scan'n'Stitch Delux and related Epson scanner drivers (CTRL+F for "125 people found this reply helpful ...
by AmigoJack
Fri Jul 09, 2021 8:43 pm
Forum: General
Topic: New TextPad license, upgrade, and ...
Replies: 2
Views: 900

You can install several versions of TextPad in parallel - you're not bound to only using one version. Just use separate installation folders, of course. That being said you can easily download the current version and try it side-by-side, especially loading your "old" TWS files. 3.) Don't rely on it ...
by AmigoJack
Mon Jun 28, 2021 1:01 pm
Forum: General
Topic: regex to find unmatched quote marks
Replies: 5
Views: 1477

Re: thanks

an online tester Don't be afraid to actually link the website you're using so others who read this get to know of it, too. I will try replacing " with ' and running that regex to pick up more errors. Keep in mind that only one of all possible characters in question must be used in the whole line ...
by AmigoJack
Mon May 24, 2021 8:03 am
Forum: General
Topic: Support for editorconfig
Replies: 10
Views: 4303

# Matches multiple files with brace expansion notation # Set default charset [*.{js,py}] charset = utf-8 The asterisk should match only filenames, no backslashes. Which means: this rule applies to any file. # Indentation override for all JS under lib directory [lib/**.js] indent_style = space ...
by AmigoJack
Sat May 01, 2021 7:18 am
Forum: General
Topic: Find issue with 8.6.1
Replies: 2
Views: 1399

I cannot reproduce this with 8.4.2x64: being at the end of the file, then using "wrap search" still finds the next occurance as if being at the start of the file.
by AmigoJack
Mon Apr 26, 2021 6:36 pm
Forum: General
Topic: TextPad configuration files folder
Replies: 4
Views: 1518

an option to
And where should that option be saved? That would only work thru environmental variables, because it can't be stored in the files that TextPad yet cannot find because you want your custom folder for them.
by AmigoJack
Mon Apr 26, 2021 1:46 pm
Forum: General
Topic: TextPad configuration files folder
Replies: 4
Views: 1518

Re: TextPad configuration files folder

the host of the C drive is different every time I log in
By "log in" you mean the remote Windows session? Or don't you log in to Windows and merely start the Citrix client?

Furthermore: I have no clue how you think TextPad can solve this at all. What's your proposal?
by AmigoJack
Wed Apr 14, 2021 7:07 pm
Forum: General
Topic: FindInFiles bug
Replies: 13
Views: 4916

Have you used the "Defaults" button to make sure you're not forgetting one of the search settings? Have you checked that the folder to start the search in has read access? Because TextPad only tests if it exists in the first place, but getting its content is a different story. Have you tried ...
by AmigoJack
Sun Apr 11, 2021 9:42 am
Forum: General
Topic: Clearing all keyboard macro assignments
Replies: 3
Views: 1350

There won't be such a solution, since you can't really "erase" shortcuts like ALT+F4 and CTRL+F4. You also don't want to eliminate shortcuts like CTRL+C and CTRL+V - that's just asking for trouble. And you also don't want to eliminate all the accelerator keys (ALT+F or ALT+S then F) in the menus ...