- Posted by
- Dear Mofi: Thanks for the sharing. As I do more testing on the supported JavaScript of UltraEdit, I find actually the JavaScript of UltraEdit supported is neither complete nor up to date (It should be a JavaScript style of scripting language). The simplest example is String object. As my experience ...Posted in Scripts
-   Topics
-   Views
- JackTing
Jun 04, 2014
- Dear Mofi: I spent some time on testing this issue, and found some thing very interesting. I save the code that mloadstar posted as an ANSI/ASCII encoded file, and another by UTF-8 no BOM encoded. Let's call them CBPaste.js and CBPasteU.js And I have 4 file, 1st is ANSI/ASCII encoded, 2nd is UTF-8 e...Posted in Scripts
-   Topics
-   Views
- JackTing
May 30, 2014
- Dear Mofi: You surely can do it in this way. But as a Chinese people, we read Chinese characters but not the codes, just like American read "ABC" but not 0x41,0x42,0x43 If you do it in such way, the scripts will be unreadable, and hard to maintain, for Chinese people or even not. Fortunately, UltraE...Posted in Scripts
-   Topics
-   Views
- JackTing
May 20, 2014
- No, I did not investigated that, because I only have UE 14 and UES 6 (from my former employer) and I myself licensed UEStudio @ 2013/09. So, I don't have anything else in between. And the value isFound() or isNotFound() report is synchronized with findReplace.replace() Hope that IDM will fix that qu...Posted in Scripts
-   Topics
-   Views
- JackTing
Apr 29, 2014
- Hi, there: I've a script that will repeat till there's no more occurrence of a pattern. But recently I found it cannot complete it. The script just removes any spaces between "!", "?" or ".". It works when I do it manually by replace dialog box with parameter of "([!?.])\s+([!?.])" and "\1\2". But w...Posted in Scripts
-   Topics
-   Views
- JackTing
Apr 29, 2014
- You have to save the script with UTF-8 encoding and without BOM to write Chinese characters in your scripts. "without BOM" is important, files with BOM will make script not runable. You don't have to change them to the unreadable format. I've many scripts with native Chinese characters in them, and ...Posted in Scripts
-   Topics
-   Views
- JackTing
Apr 15, 2014