Search found 10 matches

by Christopher_G_Lewis
Fri Aug 08, 2014 3:21 pm
Forum: General
Topic: 7.4.0 x64 installer generating a 1303 error
Replies: 3
Views: 460

Yea, did all that.

Turns out there was some installer key remnant specifying that textpad gets installed to \program files (x86)\... Must have been left over from a 32bit install that never got cleared out correctly.

All is fine now, but certainly not a pleasant experience.
by Christopher_G_Lewis
Thu Aug 07, 2014 9:56 pm
Forum: General
Topic: 7.4.0 x64 installer generating a 1303 error
Replies: 3
Views: 460

Crap -

Your installer is putting the x64 Textpad into \program files (x86)

You have *got* to fix this
by Christopher_G_Lewis
Thu Aug 07, 2014 9:39 pm
Forum: General
Topic: 7.4.0 x64 installer generating a 1303 error
Replies: 3
Views: 460

7.4.0 x64 installer generating a 1303 error

I'm getting this when I try to upgrade to 7.4.0: Error 1303.The installer has insufficient privileges to access this directory: C:program FileslTextPad 7. The installation cannot continue. Log on as an administrator or contact your system administrator. This is via the Setup (Run as Admin) and the e...
by Christopher_G_Lewis
Thu Aug 08, 2013 2:13 am
Forum: General
Topic: Download problems for V7?
Replies: 6
Views: 670

My god this is idiotic. First of all, when you download the zip file, its got a setup file that's located in the Temp Internet folders, and you CAN'T run it correctly with UAC. So typically, I cancel the download, re-click and let the 304 not modified work (which you are supporting, correct???) so I...
by Christopher_G_Lewis
Sun Apr 28, 2013 9:27 pm
Forum: General
Topic: Win7 64 bit not bypassing redirection
Replies: 3
Views: 445

So I'm not sure of the internals of Textpad, but assuming its era of creation, it could be MFC.

Perhaps this would help:

http://www.codeproject.com/Tips/55290/D ... n-on-a-CFi

Thanks...
by Christopher_G_Lewis
Sat Apr 27, 2013 12:38 am
Forum: General
Topic: Win7 64 bit not bypassing redirection
Replies: 3
Views: 445

Win7 64 bit not bypassing redirection

So one of the new features listed in the TextPad 7 release notes is that 64bit redirection is disabled: 64-bit file system redirection is disabled so that files in 64-bit Windows folders can now be edited. However it doesn't seem to work. I placed a file called "THIS IS THE SYSWOW64 DIR.TXT&quo...
by Christopher_G_Lewis
Tue Nov 30, 2010 2:53 pm
Forum: General
Topic: Textpad "tools" ToolBar issue
Replies: 3
Views: 645

That actually doesn't help. Intersestingly, if I switch the order of my first custom tool and my second (CSharp compile, CMD prompt) the tool bar switches user tool 4 and user tool 8, not on apply, but on OK. The other thing that's screwy is that several of the menu items are disabled, with no way t...
by Christopher_G_Lewis
Mon Nov 29, 2010 5:09 pm
Forum: General
Topic: Textpad "tools" ToolBar issue
Replies: 3
Views: 645

Textpad "tools" ToolBar issue

I'm having problems customizing the Textpad 5.4 Tools toolbar, and issues with adding custom tools to their own toolbar. I'm running Textpad on Vista (elevated/high, so no UAC issues) and right click the toolbar to show the Tools. The Tools toolbar has: Sort Compare Files Check Spelling View in Web ...
by Christopher_G_Lewis
Thu May 17, 2007 6:10 pm
Forum: General
Topic: Textpad 5.0 discussion
Replies: 54
Views: 14043

Textpad in .Net

Why does everyone assume Textpad was re-written in .Net? Reflector indicates that TextPad.EXe has no CLI header, and Depends shows no dependancies on any of the MS VC runtimes (although they could be statically compiled...) Besides, with .Net, Unicode would have been a given - it would have been *mu...
by Christopher_G_Lewis
Tue May 13, 2003 9:51 pm
Forum: Enhancement Suggestions
Topic: Flexible 'alignment' function
Replies: 6
Views: 2038

As a kind of work around, I use a combination of Replace, Block Edit Mode, and Shift Tab. Highlight the block, S&R the text that you want moved (in your case, S&R '=>' to '........=>' (... = lots of spaces) Switch to Block edit mode (ctrl-shift-f8) Highlight where you want your first => down...