Download TTLEditor

Number of Downloads

Tera Term 4.651805
LogMeTT 2.9.7997
TTLEditor 1.1.51359
PCC 1.31693
RegReloc 1.0.1305

Support This Site

Sponsored Links

TTLEditor Icon Download TTLEditor 1.1.5

TTLEditor version 1.1.5 was released on August 25th 2009. The list of changes follows.

To download TTLEditor installation package you have to accept Freeware Software License Agreement and then click on Download icon.

I have read and accept the terms and conditions of Freeware Software License Agreement   
Please accept Freeware Software License Agreement to activate this download link

Notes:This version of TTLEditor is NOT INCLUDED in installation package of Tera Term version 4.63.

TTLEditor 1.1.5 installation package HAS TO BE EXECUTED to properly upgrade the application from the previous versions. Copying the files is not enough due to Registry key migration.

Thanks for your interest to TTLEditor. You can show your appreciation and support future development by donating!


INSTALLATION NOTES

  • By default TTLEditor will be installed into C:\Program Files\TTLEditor. Change the path to TeraTerm home directory if needed.
  • If you are using both - TTLEditor and LogMeTT, it is recommended to install TTLEditor into separate folder.
  • If TTLEditor and TeraTerm are installed into different folders and if TeraTerm is not installed into the default folder C:\Program Files\TeraTerm than user will need to manually enter location of ttpmacro.exe in TTLEditor "Settings" window.
  • If TTLEditor is not in TeraTerm home directory, and if LogMeTT 2.9.5 is installed and has check for updates enabled, user may start seeing notifications that newer version of TTLEdit is available. These notifications should be ignored. They will be gone in coming LogMeTT version 2.9.6.
  • After installing this version of TTLEditor it is recommended to manually remove the old link to TTLEdit form Windows "Start" menu under "TeraTerm" group.


New Features in version 1.1.5

  • Separated TTLEditor and LogMeTT. Now TTLEditor has its own installer.
  • Prior version 1.1.5 TTLEditor had to be installed into Tera Term directory. Now it can run from any directory. Default installation directory is C:\Program Files\TTLEditor. To have access to Tera Term help and to be able executing macros, the path to TeraTerm home directory has to be configured in "Settings" window.
  • Changed the way TTL extension is associated with TTLEdit. Now there are 2 options available. One to Open file, another to Edit file. These options will appear when user right clicks on TTL file in file explorer. Separating these options allows to associate Open function with ttpmacro.exe (if needed) while using TTLEditor for TTL file editing. Associations done with previous versions of TTLEditor won't work after upgrading to 1.1.5, so please update them from "Settings" window, if needed.
  • Added support of 8 command line parameters: param2 ... param9.
  • Command line parameters can be saved as "common" or macro specific. Common parameters are stored in Windows Registry. Macro specific parameters can be saved at the beginning of the macro as comments having the following format:
      ;# param2=
      ;# param3=
      ...
      ;# param9=
  • TTLEditor has new function that allows to save current parameters inside the macro or import them from macro. If "Load from TTL file" option is selected in "Settings" window, the parameter values will be loaded automatically when user opens TTL file.
  • Added C style /* ... */ multi line comments support to Tera Term Macro language syntax highlighter and made few other improvements of highlighting algorithm.
  • Added Vista and Windows 7 Taskbar thumbnail support.
  • Windows Taskbar hint now contains edited file name. This is convenient when switching between several instances of TTLEditor.
  • Updated application icon to match the new icon of TeraTerm.
  • Most Recently Used (MRU) files menu items have now hints that display full path to the files.

Bugs fixed

  • Fixed the bug when <Shift-F1> was not calling TeraTerm help in some cases.
  • Fixed the bug causing printed file name to appear blank in Windows printing queue.
  • Fixed Toolbar visibility issue that could become out of sync with View->Toolbars menu.
  • Fixed Main menu bug; keyboard shortcuts for menu items were not working.