Search found 23 matches
- Tue Dec 15, 2015 10:30 pm
- Forum: General
- Topic: Lost text after reloading file from Workspace
- Replies: 4
- Views: 1062
- 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 ...
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 ...
- 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 ...
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 ...
- 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
Thanks for your help,
Peter
- Tue Mar 04, 2008 2:54 pm
- Forum: General
- Topic: Print Preview doesn't work
- Replies: 4
- Views: 1022
- Tue Mar 04, 2008 5:53 am
- Forum: General
- Topic: Print Preview doesn't work
- Replies: 4
- Views: 1022
- 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
Sorry, I should have said that I've increased the size of the text.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
- 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
I'm using v. 4.7.2, 32 bit edition.
Thanks,
Peter
- 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 ...
- 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 ...
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 ...
- Sun Dec 21, 2003 2:36 pm
- Forum: Java
- Topic: "Jump to error" is inconsistent
- Replies: 5
- Views: 1237
- Sun Dec 21, 2003 12:57 am
- Forum: Java
- Topic: "Jump to error" is inconsistent
- Replies: 5
- Views: 1237
- 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 ...
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 ...
- 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
- 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,
it runs the first one okay, but doesn't exit.
Thanks,
Peter
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
Thanks,
Peter