Search found 7 matches

by Mark Rejhon
Sat Jan 22, 2005 11:30 am
Forum: General
Topic: Turning TextPad into an IDE for any programming language!
Replies: 5
Views: 2280

Has any other third party developers used my technique to turn TextPad into an IDE?
by Mark Rejhon
Sat Aug 07, 2004 8:46 pm
Forum: General
Topic: Turning TextPad into an IDE for any programming language!
Replies: 5
Views: 2280

Update...

Although I'm originally creating this utility for my language mainly. I'm also considering selling the source code to this utility to interested parties/businesses who needs to make TextPad a true IDE, especially scripting languages developed from scratch. Opinions?

Please remember, no ...
by Mark Rejhon
Sat Aug 07, 2004 7:22 pm
Forum: General
Topic: Turning TextPad into an IDE for any programming language!
Replies: 5
Views: 2280

And.... if any corporations take my ideas about hooking TextPad into IDE (whether TextPad themselves, SUN, or another third party) ....please don't forget to mention my name. I'd like due credit, even if I'm not paid for this idea :) You can find my email address via my personal homepage website ...
by Mark Rejhon
Sat Aug 07, 2004 7:15 pm
Forum: General
Topic: Turning TextPad into an IDE for any programming language!
Replies: 5
Views: 2280

Essential reading:

Microsoft: About Hooks
This is necessary if you want to capture keys globally. Basically, a brute-force method of overriding certain keys in TextPad. These hooks can also allow you to continually monitor the Windows clipboard (perfect for making TextPad support Variable Watch ...
by Mark Rejhon
Sat Aug 07, 2004 7:09 pm
Forum: General
Topic: feature request - debugger hooks
Replies: 3
Views: 635

I found out a way to turn TextPad into an IDE; there are enough hooks in TextPad to workaround, to cover all the debugger essentials. These hooks were not meant to turn TextPad into a real IDE, however they are suitable and successfully work in turning TextPad into a real IDE with single-step ...
by Mark Rejhon
Sat Aug 07, 2004 7:06 pm
Forum: Java
Topic: Java debugger integration
Replies: 2
Views: 1786

Amazingly, TextPad is so powerful -- you can turn TextPad into a full debugging IDE just by writing a custom utility!

This following technique is successful:
http://textpad.com/forum/viewtopic.php?t=5682

You do have to be a programmer, because this requires writing a simple background Windows ...
by Mark Rejhon
Sat Aug 07, 2004 6:47 pm
Forum: General
Topic: Turning TextPad into an IDE for any programming language!
Replies: 5
Views: 2280

Turning TextPad into an IDE for any programming language!

Just registered TextPad (after using it for a long time, go figure -- I should have registered much earlier but my old copy was so stable and I never bothered to visit TextPad's website). I just discovered this forum.

Have been a programmer for almost 20 years, and am writing a programming ...