Search found 23 matches

by chatt
Tue Dec 15, 2015 10:30 pm
Forum: General
Topic: Lost text after reloading file from Workspace
Replies: 4
Views: 1062

there are no Backup settings.
by chatt
Tue Dec 15, 2015 6:17 pm
Forum: General
Topic: Lost text after reloading file from Workspace
Replies: 4
Views: 1062

Lost text after reloading file from Workspace

There's another file in the a different folder that's been updated twice a day over the same period which DIDN'T lose its changes!
I would really like to see what I lost in the first file as it's my development log and I'm finally getting into Android after a long time-out.
------------
I can't see ...
by chatt
Mon Dec 14, 2015 8:28 pm
Forum: General
Topic: Lost text after reloading file from Workspace
Replies: 4
Views: 1062

Lost text after reloading file from Workspace

My files are all in workspace Main.tws.

Yesterday I opened TP and there were no files in the Doc Selector so I reloaded them manually via win Explorer but didn't do anything about the Workspace as I didn't know about it.

I made some changes to a file.

Today I found out about Workspaces and ...
by chatt
Mon Aug 11, 2008 4:56 pm
Forum: General
Topic: TP5 Preferences slow to open
Replies: 12
Views: 2574

Very slow opening Preferences dialog

I have TP 5.2.0 32 bit under XP SP2 on a Fujitsu tablePC and it takes over 20 seconds for the Preferences dialog to open!

Thanks for your help,
Peter
by chatt
Tue Mar 04, 2008 2:54 pm
Forum: General
Topic: Print Preview doesn't work
Replies: 4
Views: 1022

<Did you change the font-size for Screen _and_ for Printer?>

Yes, that's what i had to do, thanks Mudguard!

I think the Font pane would be more user friendly if the radio buttons for Scope were placed above the actual font settings -- indicating they are more important.
by chatt
Tue Mar 04, 2008 5:53 am
Forum: General
Topic: Print Preview doesn't work
Replies: 4
Views: 1022

I've just upgraded to 5.1 but still the File -> Print Preview shows the wrong thing (I changed the font to Times New Roman 48 and the normal screen shows really large print, but the print preview shows over 50 lines of text).

I've used TextPad intensively in the past and suspect that I'm doing ...
by chatt
Tue Mar 04, 2008 3:15 am
Forum: General
Topic: Print Preview doesn't work
Replies: 4
Views: 1022

Re: Print Preview doesn't work

chatt wrote:I've increased the font size, but the Print Preview result hasn't changed.

I'm using v. 4.7.2, 32 bit edition.

Thanks,
Peter
Sorry, I should have said that I've increased the size of the text.
by chatt
Tue Mar 04, 2008 2:46 am
Forum: General
Topic: Print Preview doesn't work
Replies: 4
Views: 1022

Print Preview doesn't work

I've increased the font size, but the Print Preview result hasn't changed.

I'm using v. 4.7.2, 32 bit edition.

Thanks,
Peter
by chatt
Sun Oct 15, 2006 9:38 pm
Forum: Java
Topic: jdb doesn't work from TextPad
Replies: 2
Views: 1904

jdb doesn't work from TextPad


I can get jdb HelloWorld to work from the dos box but not as a TP command (customized tool).
In the XP SP2 dos box,
E:\>java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)

E:\>cd E ...
by chatt
Thu May 05, 2005 12:27 am
Forum: Tips
Topic: Using TextPad as default editor correctly
Replies: 1
Views: 11834

Re: Using TextPad as default editor correctly

I'm using XP Pro with SP 2 and suspect that's a problem.

I've been using TP for years from Explorer, except for lately.
I applied the below fix (DDE = [open("%1")] ) and now can open a file with right click->Open but nothing else -- it just sits there.

So what do I do next?

Thanks,
Peter.


! I ...
by chatt
Sun Dec 21, 2003 2:36 pm
Forum: Java
Topic: "Jump to error" is inconsistent
Replies: 5
Views: 1237

What is your setting under
Configure - Preferences - Editor - Use Posix Regular Expression Syntax ?
-- I have it turned ON,
-- but it doesn't make any difference OFF.

Additionally:
Sometimes I got problems if the Regex did not match the whole line.
Try adding .*$ to the end of your regex ...
by chatt
Sun Dec 21, 2003 12:57 am
Forum: Java
Topic: "Jump to error" is inconsistent
Replies: 5
Views: 1237

Well, I know next to nothing about Jikes but using search for
"jikes" I found a lot in the forums, including these two links:
http://textpad.com/forum/viewtopic.php?t=2467
http://textpad.com/forum/viewtopic.php?t=3615
HTH

Thanks for the fast response.

I did do a search before posting my msg.

I ...
by chatt
Sat Dec 20, 2003 9:31 pm
Forum: Java
Topic: "Jump to error" is inconsistent
Replies: 5
Views: 1237

"Jump to error" is inconsistent

I have a Tool/DOS cmd that does a Jikes compile
and will goto the source error.

If I make a new command using the same parms
it won't goto the error with:
"Cannot jump to item under cursor"

The parms are:
jikes -g:source +E -classpath %CLASSPATH% $File
$FileDir
^\([A-Za-z]:[^:]+\):\([0-9 ...
by chatt
Fri Nov 07, 2003 11:40 pm
Forum: General
Topic: Can't create a 2nd TP in a windows batch file.
Replies: 2
Views: 683

Thanks a lot CyberSlug, that works fine.

I guess windows distinguishes between CALLing batch files
and running .EXEs.

Thanks again.
Peter.
by chatt
Fri Nov 07, 2003 10:08 pm
Forum: General
Topic: Can't create a 2nd TP in a windows batch file.
Replies: 2
Views: 683

Can't create a 2nd TP in a windows batch file.

I want to start 8 Textpads with 8 particular workspaces.
If they're in a batch file (under win2K) as follows,

Code: Select all

    CALL textpad -m E:\javaPackages\xag\command\Cmd.tws
    CALL textpad -m E:\javaPackages\xag\component\Component.tws
it runs the first one okay, but doesn't exit.

Thanks,
Peter