contrib:externaleditors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
contrib:externaleditors [2022/02/20 20:50] – [NotePad++] name of Wish86 changed brucemuttoncontrib:externaleditors [2026/03/16 09:00] (current) – [NotePad++] brucemutton
Line 59: Line 59:
   * Applies different rules for "code metapost", "code tex-map" and "code tex-atlas" sections   * Applies different rules for "code metapost", "code tex-map" and "code tex-atlas" sections
   * Numbers are now highlighted in color.   * Numbers are now highlighted in color.
 +----
 +
 +==== Mapiah ====
 +User-friendly interface to the powerful Therion mapping software.
 +
 +Mapiah on GitHub https://github.com/rsevero/mapiah
 ---- ----
 ==== NotePad++ ==== ==== NotePad++ ====
Line 105: Line 111:
  
 Make sure that NotePad++ is not running when you relocate or edit these files in the above location.  Close NotePad++ and use a different editor, or edit them in a different location if NotePad++ is running, otherwise NotePad++ will overwrite them when it closes. Make sure that NotePad++ is not running when you relocate or edit these files in the above location.  Close NotePad++ and use a different editor, or edit them in a different location if NotePad++ is running, otherwise NotePad++ will overwrite them when it closes.
 +
 +----
 +**Open a new instance of Mapiah with the currently active drawing file using Ctrl + Alt + M**
 +
 +Modified keyboard shortcuts to include opening Mapiah using Ctrl+Alt M
 +
 +<code> <Command name="Mapiah_THIS_file" Ctrl="yes" Alt="yes" Shift="no" Key="77">"C:\Program Files (x86)\Mapiah\mapiah.exe" "$(FULL_CURRENT_PATH)"</Command> </code>
  
 ---- ----
Line 118: Line 131:
 <code> <Command name="XTherion_THIS_file" Ctrl="yes" Alt="yes" Shift="no" Key="88">&quot;C:\Program Files (x86)\Therion\bin\wish86.exe&quot; &quot;C:\Program Files (x86)\Therion\xtherion.tcl&quot; &quot;$(FULL_CURRENT_PATH)&quot;</Command> </code> <code> <Command name="XTherion_THIS_file" Ctrl="yes" Alt="yes" Shift="no" Key="88">&quot;C:\Program Files (x86)\Therion\bin\wish86.exe&quot; &quot;C:\Program Files (x86)\Therion\xtherion.tcl&quot; &quot;$(FULL_CURRENT_PATH)&quot;</Command> </code>
 (The name of Wish86 was changed) (The name of Wish86 was changed)
 +
 +For Therion 6.2.0 onwards, add this line to ''%APPDATA%\Notepad++\shortcuts.xml'' ...
 +<code> <Command name="XTherion_THIS_file" Ctrl="yes" Alt="yes" Shift="no" Key="88">&quot;C:\Program Files\Therion\bin\wish86.exe&quot; &quot;C:\Program Files\Therion\xtherion.tcl&quot; &quot;$(FULL_CURRENT_PATH)&quot;</Command> </code>
 +(Therion is now 64 bit only, so it has been moved out of the x86 programes folder)
 ---- ----
 **User defined language (UDL) styler for survex and for therion** **User defined language (UDL) styler for survex and for therion**
  • contrib/externaleditors.1645386641.txt.gz
  • Last modified: 4 years ago
  • by brucemutton