GuidInserter in TcXaeShell

Hello,

TwinCAT4024 with Visual Studio 2013,we can get Guid with the Tool GuidInserter2. But In TcXaeShell,we can not install this tool.

how to genarater Guid with TcXaeShell ?

Best reply by SteffenR-
  1. Download GuidInserter2
    https://marketplace.visualstudio.com/items?itemName=autumn009.GuidInserter2
  2. Open the VSIX file with 7zip and copy the content to
    C:\Program Files (x86)\Beckhoff\TcXaeShell\Common7\IDE\Extensions\VSIX
  3. Add these string values to Regedit:


    Template for a ".reg" file:

    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\PieDey\GuidInserter2]
    "pre"="refId=\""
    "post"="\""
    "check"="True"
    "newline"="False"
    "upper"="True"
    "format"="1"

View original
2
1 reply
Resolved