From:                   "Octavian Rasnita" <[EMAIL PROTECTED]>
> From: "Jenda Krynicky" <[EMAIL PROTECTED]>
> > I'm quite fond of SciTE : http://www.scintilla.org/SciTE.html
> >
> > Not specifically a Perl editor, but it does suit my needs pretty
> > well.
> >
> > Jenda
> 
> Hi Jenda,
> 
> I also like SciTe, but unfortunately it doesn't have all the necessary
> features. Do you know an editor that pops up a text box for typing
> some parameters when running the current program? 

Adding this to SciTe (as you probably know) is trivial:

command.name.1.$(file.patterns.perl)=Run Script
command.1.$(file.patterns.perl)=*"d:\perl\bin\perl.exe" $(1) $(2) 
$(3) $(4)
command.subsystem.1.$(file.patterns.perl)=0
command.is.filter.1.$(file.patterns.perl)=1

> Ideally, it should
> print the results in a new common document window of the application
> and not in a special "output window" which is not accessible for
> screen readers.

The only screen reader I have is the Microsoft Narator installed with 
Windows, but it does seem to be able to access the output window. If 
I switch to it (CTRL+F6) and press CTRL+SHIFT+ENTER the Narator 
starts to read the output.

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to