- Posted by
- Very long-time user with a question about recent versions. Maybe I'm just not searching for the right terms. If I have unsaved files open in UE, and the app is closed unexpectedly, when I restart and access the prompt to open previous files, I get unexpected results. The original unsaved files open,...Posted in Configuration/INI Settings
-   Topics
-   Views
- Pat Richard
Jun 04, 2021
- I *believe* that functions have to start with letters or underscores. I know numbers don't work.Posted in Syntax Highlighting
-   Topics
-   Views
- Pat Richard
Oct 28, 2016
- I'm building a file path there. Not replacing a slash - adding one. No escape characters there. I went back to my old wordfile (attached), and it seems to be working. You can have multi-line strings.Posted in Syntax Highlighting
-   Topics
-   Views
- Pat Richard
Oct 28, 2016
- My script is attached here if you'd like to test further.Posted in Syntax Highlighting
-   Topics
-   Views
- Pat Richard
Oct 26, 2016
- That completely mangled things. The region code folding does work right. It's folding wrong. See the attachment. The #endregion line for that region is at line 4087. That is followed by several other regions, all of which get swallowed up here.Posted in Syntax Highlighting
-   Topics
-   Views
- Pat Richard
Oct 26, 2016
- Greetings - In a home baked PowerShell wordfile, I was able to use the following: /Open Comment Fold Strings = "region" /Close Comment Fold Strings = "endregion" Which would allow code folding for regions, such as #region blah <lots of exciting code here> #endregion blah I can't seem to get this to ...Posted in Syntax Highlighting
-   Topics
-   Views
- Pat Richard
Oct 26, 2016
- That seems to have done it. Thanks!Posted in Syntax Highlighting
-   Topics
-   Views
- Pat Richard
Mar 11, 2014
- /L17"PowerShell" PS_LANG Nocase EnableMLS Line Comment = # Line Comment Alt = # Block Comment On = <# Block Comment Off = #> Escape Char = `\ String Chars = "' File Extensions = PS1 ps1 PSM1 psm1 psd1 PSD1 EnableSpellasYouType /Colors = 0,2255900,2255900,8421504,1580487, /Colors Back = 16777215,167...Posted in Syntax Highlighting
-   Topics
-   Views
- Pat Richard
Mar 10, 2014
- Hmmm..... So the first line does contain "line comment = #", so I changed my fold strings to /Open Comment Fold Strings = "region" /Close Comment Fold Strings = "endregion" And that does NOT work. However, if I use your example, /Open Comment Fold Strings = "-----" /Close Comment Fold Strings = "---...Posted in Syntax Highlighting
-   Topics
-   Views
- Pat Richard
Mar 10, 2014
- In Template for syntax highlighting language wordfile there is idea of open comment folding, such as /Open Comment Fold Strings = "#Region" /Close Comment Fold Strings = "#End Region" I'm not able to get this to work in v20.00.0.1056 with the PowerShell UEW file. I'm trying to use /Open Fold Strings...Posted in Syntax Highlighting
-   Topics
-   Views
- Pat Richard
Mar 10, 2014