EmEditor (text editor) Forum Index EmEditor Core Enhancement Suggestions
External Tools: new argument to ask / prompt for parameter | Register To Post |
| Threaded | Newest First | Previous Topic | Next Topic | Bottom |
| Poster | Thread |
|---|---|
| Stefan | Posted on: 5/26/2012 2:18 pm |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 262 |
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. . |
| Stefan | Posted on: 9/5/2012 1:42 am |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 262 |
Re: External Tools: new argument to ask / prompt for parameter .
Quote: Yutaka wrote: . |
| Yutaka | Posted on: 9/5/2012 7:46 am |
Webmaster ![]() ![]() Joined: 9/28/2006 From: Redmond Posts: 2398 |
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!
|
| Stefan | Posted on: 4/8/2013 2:35 am |
Home away from home ![]() ![]() Joined: 7/14/2008 From: Germany, EU Posts: 262 |
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 |
| Threaded | Newest First | Previous Topic | Next Topic | Top |
| Register To Post | |




