Search found 5 matches

by pboivin007
Mon Jan 16, 2012 9:09 pm
Forum: General
Topic: MACRO TO SPLIT BIGFILE;SAVE TEXT EXTRACTS TO SEPERATE FILES
Replies: 4
Views: 436

You should look at VB Script. You can run a .VBS from the command line, or from textpad tools. Maybe Perl can do the same things, but I don't know Perl. Set FS = CreateObject("Scripting.FileSystemObject") Set oFile = FS.OpenTextFile("HugeFile.log", ForReading) Do While Not objFla...
by pboivin007
Mon Jan 16, 2012 8:12 pm
Forum: General
Topic: Print, print preview and print setup freeze
Replies: 1
Views: 169

Problem solved

I've found the problem, if I kill the task "SplWow64.exe" and restart textpad, all is fine.
by pboivin007
Mon Jan 16, 2012 6:36 pm
Forum: General
Topic: Print, print preview and print setup freeze
Replies: 1
Views: 169

Print, print preview and print setup freeze

Hi I move textpad 5.4.2 from a Vista 32 bits single CPU to a Win7 64 bits multiple CPU. I export/import registry setting to the new computer. After I changed all path from "C:\Program Files" to "C:\Program Files(x86)", almost all is working fine. When I select the "Print&quo...
by pboivin007
Wed Sep 29, 2010 12:52 pm
Forum: General
Topic: #INCLUDE vs #include
Replies: 2
Views: 207

I'm talking about the "File open" feature. The uppercase keyword appears with the same colors as the lowercase (IgnoreCase=Yes is okay). I have test it with a .TXT file and the "File open" feature is still available when the line begin with #include so I beleive it is hardcode in...
by pboivin007
Tue Sep 28, 2010 1:15 pm
Forum: General
Topic: #INCLUDE vs #include
Replies: 2
Views: 207

#INCLUDE vs #include

Hi I notice Textpad recognize #include "file.h" but not #INCLUDE "FILE.H" Is this something I can change in my syntax file? I'm using Clipper52e.syn available in the download section. Below is the first page of the syntax file. Thanks Pascal C=1 [Syntax] Namespace1 = 6 IgnoreCase...