Both sides previous revision Previous revision Next revision | Previous revision |
contrib:externaleditors [2022/02/19 02:07] – [NotePad++] update UDL information brucemutton | contrib:externaleditors [2023/12/23 03:56] (current) – [NotePad++] Update for Therion 6.2.0 brucemutton |
---|
Modified keyboard shortcuts to include opening Xtherion using Ctrl+Alt X | Modified keyboard shortcuts to include opening Xtherion using Ctrl+Alt X |
| |
For Therion 5.3.14 and later, add this line to the file ''%APPDATA%\Notepad++\shortcuts.xml'' ... | For Therion 5.3.14 to 6.0.4 variants, add this line to the file ''%APPDATA%\Notepad++\shortcuts.xml'' ... |
<code> <Command name="XTherion_THIS_file" Ctrl="yes" Alt="yes" Shift="no" Key="88">"C:\Program Files (x86)\Therion\bin\wish86t.exe" "C:\Program Files (x86)\Therion\xtherion.tcl" "$(FULL_CURRENT_PATH)"</Command> </code> | <code> <Command name="XTherion_THIS_file" Ctrl="yes" Alt="yes" Shift="no" Key="88">"C:\Program Files (x86)\Therion\bin\wish86t.exe" "C:\Program Files (x86)\Therion\xtherion.tcl" "$(FULL_CURRENT_PATH)"</Command> </code> |
| |
| |
| For Therion 6.0.5 onwards, add this line to the file ''%APPDATA%\Notepad++\shortcuts.xml'' ... |
| <code> <Command name="XTherion_THIS_file" Ctrl="yes" Alt="yes" Shift="no" Key="88">"C:\Program Files (x86)\Therion\bin\wish86.exe" "C:\Program Files (x86)\Therion\xtherion.tcl" "$(FULL_CURRENT_PATH)"</Command> </code> |
| (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">"C:\Program Files\Therion\bin\wish86.exe" "C:\Program Files\Therion\xtherion.tcl" "$(FULL_CURRENT_PATH)"</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** |