EmEditor (text editor) Forum Index
   EmEditor Core Enhancement Suggestions
     External Tools: new argument to ask / prompt for parameter
Register To Post

Threaded | Oldest First Previous Topic | Next Topic | Bottom
Poster Thread
Stefan
Posted on: 4/8/2013 2:35 am
Home away from home
Joined: 7/14/2008
From: Germany, EU
Posts: 263
Re: External Tools: new argument to ask / prompt for parameter
 
 
Hi Yutaka, thank you for the feedback.


This works for Snippets... but I want to use this "parameter request box" for tools too.



It could be used for many purposes. Do you think you will implement this?


Thanks!
Stefan
Yutaka
Posted on: 9/5/2012 7:46 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2399
Re: External Tools: new argument to ask / prompt for parameter
Hi Stefan,

You can achieve the same result using the Snippets plug-in. Can you try?

Thanks!


----------------
Yutaka Emura
Developer of EmEditor
http://www.emeditor.com/

Stefan
Posted on: 9/5/2012 1:42 am
Home away from home
Joined: 7/14/2008
From: Germany, EU
Posts: 263
Re: External Tools: new argument to ask / prompt for parameter
.

Quote:
Yutaka wrote:
Please let me know again if new features didn't show up when the new major beta version becomes available.


.
Stefan
Posted on: 5/26/2012 2:18 pm
Home away from home
Joined: 7/14/2008
From: Germany, EU
Posts: 263
External Tools: new argument to ask / prompt for parameter
I want to suggest an new argument for the External Tools setup:

$(Para: description)

To give even more flexibility to the external tools command
and allow us to insert the current needed parameters on the fly.

If this argument is present (one time or more often),
the user is prompted by an input() dialog box.

What the user enter to that box is inserted
into the tool argument before executing the tool.
(if the prompt dialog is canceled, nothing is inserted)



Example
Command: .\unix\gawk
Argument: $(Para: Enter an AWK command:) $(SelText) $(Para: awk para?)



On executing this tool the user is prompted:
-----------------------------
Enter an AWK command:
-----------------------------
"{print $2, $1}"
-----------------------------
[OK] [Cancel]
-----------------------------



-----------------------------
awk para?
-----------------------------
/eg
-----------------------------
[OK] [Cancel]
-----------------------------




and the command line is build like
p:\ath\to\EmEditor\unix\gawk "{print $2, $1}" SelText /eg





With this i also reduce the need to set up several
tools as text filter to replace the selection
which only differ in the parameters given.

If the prompt dialog would provide an drop-down history list
would be even more nifty.
This history must not be different for different tools
but could share the history for all tools.



.
Threaded | Oldest First Previous Topic | Next Topic | Top


Register To Post
 
English čeština Deutsch español français italiano 日本語 한국어 Русский 简体中文 繁體中文