Search found 6 matches

by rgoldhor
Sat Oct 11, 2003 5:59 pm
Forum: Enhancement Suggestions
Topic: Treeview in the document selector
Replies: 23
Views: 4915

More comments on TreeView for Workspaces

I'd like to add my encouragement to the TextPad programmers to give these Workspace enhancement suggestions high priority. And I'd like to spell out a change that seems to be implicit in many of the suggestions: files should be added to and deleted from a Workspace via explicit "add files to ...
by rgoldhor
Sat Oct 11, 2003 2:13 am
Forum: General
Topic: How can I use Textpad to read in STDIN values while running
Replies: 13
Views: 4316

What's been tried...

Keith, just so I'm not trying to reinvent a wheel that's already been tried, has the technique described in the MSDN article entitled "Creating a Child Process with Redirected Input and Output" already been tried? I know you say you use an anonymous pipe to collect the output--did you find that you ...
by rgoldhor
Thu Oct 09, 2003 3:39 pm
Forum: General
Topic: How can I use Textpad to read in STDIN values while running
Replies: 13
Views: 4316

Understanding the Windows limitation on redirecting STDIN

Well, that sounds like a fair challange! But first I'm trying to think through what it means. It is certainly possible to direct keyboard input to a Windows application--I'm typing into an application right now, and TextPad allows input of course. So exactly what is the limitation? Is the problem ...
by rgoldhor
Mon Oct 06, 2003 9:32 pm
Forum: General
Topic: How can I use Textpad to read in STDIN values while running
Replies: 13
Views: 4316

A Good Solution for Some Purposes!

s_reynisson (above) is pointing out that if you do *not* set the "Capture Output" option for the tool that is running your script (e.g., Perl or Java), then when you run the interpreter for the tool TextPad will launch a separate Command Window, and you will be able to type input into the script and ...
by rgoldhor
Mon Oct 06, 2003 6:41 pm
Forum: Enhancement Suggestions
Topic: Interactive TextPad Window for Tools
Replies: 0
Views: 292

Interactive TextPad Window for Tools

I'm using Perl and would like to be able to run Perl scripts that accept input and produce output. I'd like that input and output to come from and o to a TextPad window. The output part works fine aready, of course, but I can't figure out any way to send input--interactively--to my Perl script. I've ...
by rgoldhor
Mon Oct 06, 2003 6:29 pm
Forum: General
Topic: How can I use Textpad to read in STDIN values while running
Replies: 13
Views: 4316

Stdin while running a TextPad tool

I have almost exactly the same problem that Mary does above--I'm running Perl programs within TextPad on a Windows 2000 machine. Works just fine--but I can't input anything from "stdin". In my case, the Perl interpretter treats stdin as always empty, returning empty strings to my Perl program. I'm ...