thaolt / qscite

Automatically exported from code.google.com/p/qscite
GNU General Public License v2.0
0 stars 0 forks source link

Shell commands menu #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add "Commands" menu to QSciTE window.
One permanent entry "Configure..." or "Customize..." to access editor for
user entries.
Each entry has:
 * a name under which it appears in the Commands menu.
 * a command line that will be executed when the menu item is selected,
optionally with %<digit> substitution markers. %1 gets the name of the
currently displayed file (quoted or escaped as appropriate); %2 through %9
are prompted for.
 * an option to assign a keyboard accelerator.

Selecting a command from the menu shows the terminal, prompts for any
required substitutions, and sends the substituted command text to the
terminal. If there is an interactive program (e.g. sftp or python) on the
terminal, it's the user's tough luck.

Original issue reported on code.google.com by bfrobin...@gmail.com on 20 Jan 2009 at 3:35

GoogleCodeExporter commented 8 years ago
Elephant in the room: Windows. I don't remember how good our terminal is on 
Windows,
not to mention that things like quoting file names are platform-specific.

Original comment by bfrobin...@gmail.com on 20 Jan 2009 at 3:44