Search found 8 matches

by davidakoontz
Thu Jan 29, 2004 10:52 pm
Forum: General
Topic: Apache's Torque - any macros or clip libs avalible?
Replies: 0
Views: 140

Apache's Torque - any macros or clip libs avalible?

I've just started to use Apache's Torque (it builds the object-relational mapping Java classes & creates the DB tables - for you). You have to define the tables via XML files that define the DB schema. Simple but wordy. Are there any macros or clip libs that would help with this stuff? Thanks!! ...
by davidakoontz
Fri Nov 14, 2003 3:27 pm
Forum: Enhancement Suggestions
Topic: Find in whole file
Replies: 6
Views: 603

... meanwhile back to topic...

Would it be possible for the tool to remember the location in the file (line & word etc) and return the cursor to that position after the search/replace. Not leaving the cursor at the bottom of the file.
by davidakoontz
Fri Nov 14, 2003 3:10 pm
Forum: Java
Topic: Java debugger integration
Replies: 2
Views: 781

I think you're out of luck - what you appear to be asking for is theI in IDE - the integration of editor with debugger. TextPad is a wonderful editor - but the tool stops there.

However just by saying it can't be done - someone will prove me wrong...
by davidakoontz
Fri Nov 14, 2003 3:05 pm
Forum: Java
Topic: How I can do to integrate java ++ with TextPad
Replies: 1
Views: 706

see this:

http://www.textpad.com/support/faq/java.html

it will tell you how to configure TextPad to compile & run Java apps
by davidakoontz
Fri Nov 14, 2003 12:17 am
Forum: Enhancement Suggestions
Topic: Multi-file seach & replace
Replies: 13
Views: 1485

I would like to see this feature added to TextPad. Many times I've said $%&@* come on do the next file - please! If there becomes an issue in the implementation on how it impacts the total foot print of the app - then it's a decision to be made by the design team. If implemented well - maybe it ...
by davidakoontz
Fri Nov 14, 2003 12:01 am
Forum: General
Topic: Macros: Multi-Find/Replace Problems
Replies: 2
Views: 353

Here's a link to my macros

If you're doing Health Care - ANSI ASC X12N 835 - you might want to take a look at these macros. http://www.geocities.com/dakoontz/projects/TextPadMacrosUtilities.html It will do the search replace for the '~' and format the ANSI file with indents, along with a color syntax highlighting of segment n...
by davidakoontz
Thu Nov 13, 2003 11:59 pm
Forum: General
Topic: Automatically apply a carriage return at a ~
Replies: 3
Views: 723

EDI - ANSI X12N

If you're doing Health Care - ANSI ASC X12N 835 - you might want to take a look at these macros. http://www.geocities.com/dakoontz/projects/TextPadMacrosUtilities.html It will do the search replace for the '~' and format the ANSI file with indents, along with a color syntax highlighting of segment n...
by davidakoontz
Thu Nov 13, 2003 8:47 pm
Forum: General
Topic: Macros: Multi-Find/Replace Problems
Replies: 2
Views: 353

Here's my notes from doing something like what you describe. I'm using TextPad 4.7 (latest in Nov 03) - hope this helps! -- snip -- TextPad(R) macro notes for ANSI_X12N_Reformat.TPM This macro will indent the segments 4 spaces under the basic structure of the ANSI 835 (Health Care Claim Payment/Advi...