Hi, I was wondering about a possible feature: there are files which I sometimes want to open with a software, sometimes with another. Graphic files mostly, I can open them with Irfanview to take a look but sometimes I'll want to edit them with Photoshop.
So, would it be possible to have a togglable feature where you can open a file with the windows associated software with the usual left double click, but you can open it with the TC associated software with a middle double click or something like that? I would find it very useful, maybe it would be for others too.
Internal associations
Moderators: Hacker, petermad, Stefan2, white
- theosdikaios
- Senior Member
- Posts: 228
- Joined: 2006-02-04, 13:02 UTC
In such cases I use ALT+F3 i.e. "External Viewer" with its "Associations".
E.g. XLS is associated with Excel /r (It opens file read only.)
E.g. XLS is associated with Excel /r (It opens file read only.)
"Since there are many things which have never happened and never will happen,
and which nevertheless are clearly conceivable, and imply no contradiction,
how can one say they are absolutely impossible?" Leibniz
and which nevertheless are clearly conceivable, and imply no contradiction,
how can one say they are absolutely impossible?" Leibniz
-
- Junior Member
- Posts: 69
- Joined: 2008-09-08, 23:03 UTC
You can type * in open field to show a context menu of all programs and choose one.
TC Help wrote:Open
Program used for the 'open' action. This is always the default verb (used when pressing ENTER) for internal associations. You need to put %1 or "%1" (or %2) behind the program name so the file is passed as a parameter. The difference between %1 and %2 only appears when right clicking on multiple files. Choosing an internal command with %1 will open all selected files in separate editors, while %2 will pass them all to the same program. This will of course only work when that editor can accept multiple files as parameters.
There are some special commands defined for internal associations:
* A single asterisk causes a context menu with all other verbs to be shown when you press Enter
** A double asterisk opens the file with the default system association
*verb An asterisk followed by a verb opens the file with the specified system verb (e.g. open)
**ext Use packer plugin defined for extension "ext" to view contents of file
-
- Junior Member
- Posts: 69
- Joined: 2008-09-08, 23:03 UTC