Implementing the files in UltraEdit - SLight01/UEditPS GitHub Wiki
Wordfile instructions
Place the wordfiles (* .uew) in the %appdata%\IDMComp\UltraEdit\wordfiles directory. UltraEdit must be restarted to pick up the new/changed wordfiles.
Autocomplete instructions
I did the following steps to add the PowerShell autocomplete file.
- Open the UltraEdit settings dialog.
- Go to Word Wrap/Tab Settings under the Editor section.
- ![Screenshot 1] (https://github.com/SLight01/UEditPS/blob/master/Images/UE_PS01.png)
- Add a list for PowerShell file extensions.
- Select the change list button.
- Enter the space delimited list of extensions and press Add.
- PowerShell extenion list I used for UltraEdit: PS1 PSD1 PSM1 PS1XML CLIXML PSC1 PSSC. [Source] (https://en.wikipedia.org/wiki/Windows_PowerShell#File_extensions)
- ![Screenshot 2] (https://github.com/SLight01/UEditPS/blob/master/Images/UE_PS02.png)
- In the select extension dropdown choose the new PowerShell extensions item.
- ![Screenshot 3] (https://github.com/SLight01/UEditPS/blob/master/Images/US_PS03.png)
- Browse to the autocomplete file.