OAProfessor

Deep OA Product Insight

User Tools

Site Tools


asciifileedits

Differences

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

Link to this comparison view

Next revision
Previous revision
asciifileedits [2021/08/02 20:58] – created toddmaloneasciifileedits [2021/10/26 18:25] (current) toddmalone
Line 11: Line 11:
 Once inside Notepad++, you will want to use the Plugin Admin (I hope you installed that option, if not, install again and choose it).  From the Plugins Admin page, search for "elastic" and you will find ElasticTabstops.  Choose this plugin and install it.  You will need to stop and restart Notepad++ to get the plugin to work. Once inside Notepad++, you will want to use the Plugin Admin (I hope you installed that option, if not, install again and choose it).  From the Plugins Admin page, search for "elastic" and you will find ElasticTabstops.  Choose this plugin and install it.  You will need to stop and restart Notepad++ to get the plugin to work.
  
-Now you can open a .dpl or .ascii file from WinCC OA and see the ascii file perfectly aligned and easy to edit.+Now you can open a .dpl or .ascii file from WinCC OA using Notepad++ and see the ascii file perfectly aligned and easy to edit.
  
 If you want to add a button to the ASCII Manager panel, open the panels/vision/AsciiMan.pnl.  Copy the cmdNotepad button for your new Notepad++ button.  Edit the ClickEvent and replace the fileEdit function call with this system call: If you want to add a button to the ASCII Manager panel, open the panels/vision/AsciiMan.pnl.  Copy the cmdNotepad button for your new Notepad++ button.  Edit the ClickEvent and replace the fileEdit function call with this system call:
-<code>+<code cpp>
 system("cmd /c C:/Progra~1/Notepad++/notepad++.exe " + datei); system("cmd /c C:/Progra~1/Notepad++/notepad++.exe " + datei);
 </code> </code>
asciifileedits.1627937920.txt.gz · Last modified: by toddmalone

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki