npp-pro is a collection of UDL1 files for notepad++ text editor.
The goal is to highlight and auto-complete the config files for PTC© Pro/Engineer and Creo Parametric / Simulate.
The following files are supported:
.pro
.sup
( same as .pro but for Creo or Pro/Engineer it is loaded last at startup ).dtl
( Drawing options )
- Highlighting
- Download the file correspond to your version of Creo or Pro/Engineer ( WF4_XXX_highlight.xml for Wildfire 4 )
- In Notepad++, choose
Language
and thenDefine your language
in the menu. - In the dialog which is opened then, choose the button
Import
and then the appropriate XML file.
- Auto Completion
- Download the file correspond to your version of Creo or Pro/Engineer ( WF4_XXX_autocompletion.xml for Wildfire 4 )
- Important! The name of this file must match the name of the UDL[^1].
- Then move this file in the
.\plugins\APIs
folder of your Notepad++ installation location, by default this isC:\Program Files (x86)\Notepad++\plugins\APIs
.
Repeat operations for each extensions you want to add in Notepadd++ (
.pro
.sup
.dtl
)
- All data is extracted from a great site for all cad admin, proesite.com. Thanks to Olaf Corten for sharing his experience and works to community.
- Thanks to Domenic Laritz for this new base repo, you can see the post on ptcusercommunity.org