Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you're not up for spelunking the registry, you can do this from the Windows Explorer (instructions for any editor, not just Emacs):</p> <ol> <li><p>Open the Windows Explorer and select the <code>Tools\Folder Options...</code> menu item.</p></li> <li><p>Click on the <code>File Types</code> tab and select the extension for the type of file you want to associate with your editor. For this example, I'll use the TXT extension.</p></li> <li><p>Click the <code>Advanced</code> button in the details frame to bring up the <code>Edit File Type</code> dialog.</p></li> <li><p>You can either change the current <code>open</code> action, or specify a new action like <code>Open with MyEditor</code>. </p> <p>If you choose to edit, click the <code>Edit...</code> button and in the <code>Application used to peform action</code> textbox, put the full path to your editor, followed by <code>"%1"</code>. For example, <code>C:\SciTe\wscite\SciTE.exe "%1"</code>. </p> <p>If you want to create a new action, click the <code>New...</code> button, give the action a name, and give the full path to your editor, followed by <code>"%1"</code>. </p></li> <li><p>If you want to make an action the default for that file type, select the action, then click the <code>Set Default</code> button.</p></li> <li><p><code>OK</code> out of all dialogs.</p></li> </ol> <p>Another option would be to put a shortcut to your editor's executable in your <code>Send To</code> folder, <code>%USERSPROFILE%\SendTo</code>. I usually create a new folder in here called "Editors" and put shortcuts to the various editors I use.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload