- Posted by
- I'm trying to write some UltraEdit macros and debug some mistakes I make. I'm not finding a way to decrease the processing speed to see step-by-step of each line. It should have some kind of delay or wait command to put between lines to watch what is going on, during the macro playing. Or some brute...Posted in Macros
-   Topics
-   Views
- Gabarito
13:40 - Jun 15
- Mofi, I apreciate your time and attention for my thread. Your scripts are always of the highest quality, well commented and written. Thank you. Doing some testing, I noticed that now it captures the "Copy of..." prefix of filenames accordingly. Good. But I can't see it matching words after the first...Posted in Scripts
-   Topics
-   Views
- Gabarito
Dec 16, 2023
- I copied GetListOfFiles , GetFileExt , GetFileName and GetNameOfFile to the script file. As it is now, it's OK. But I think it will not discover ALL similar files. I got the result below after applied the script: F:\tests\addons.json F:\tests\Copy of addons.json F:\tests\content-prefs.sqlite F:\test...Posted in Scripts
-   Topics
-   Views
- Gabarito
Dec 15, 2023
- Both solutions work fine. They list the files with same name, as requested. But I think we can improve our solutions. How to list only the files with part of the name the same? Explaining. When I copy some file in the same folder, Directory Opus, Windows Explorer or other file manager puts some extr...Posted in Scripts
-   Topics
-   Views
- Gabarito
Dec 15, 2023
- For the first task use GetListOfFiles(0,"D:\\","one file.jpg",true); Thank you, Mofi. I called the function this way: if (GetListOfFiles(0,sParentFolderPath,"*.*",true)) { UltraEdit.activeDocument.top(); UltraEdit.activeDocument.findReplace.mode=0; UltraEdit.activeDocument.findReplace.matc...Posted in Scripts
-   Topics
-   Views
- Gabarito
Dec 14, 2023
- I'm trying to write a script that could find all files inside a folder and its subfolders. " GetListOfFiles.js ", written by Mofi, already do that. But how to modify it to find only files with exactly same name? Like this: d:\folder1\one file.jpg d:\folder2\one file.jpg d:\folder3\one file.jpg Exten...Posted in Scripts
-   Topics
-   Views
- Gabarito
Dec 14, 2023
- Thank you, very much. Yes, I use Thunderbird to view such files. But I also like to handle all kinds of files using UltraEdit. And like to know those tricks you'd described. 👍Posted in UltraEdit General Discussion
-   Topics
-   Views
- Gabarito
Jul 16, 2023
- Thank you, Mofi. Now I know about quoted-printable form and standards for Emails. At the header, guidelines are: X-Gmail-Labels: Sent MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable So, I have two questions: What are UltraEdit tricks to decodin...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Gabarito
Jul 16, 2023
- I did the Google Takeout. It generated an archive of all messages in a single file with an .mbox extension. This file must be opened with a Thunderbird type email client. If I open this file with a text editor, I find the accented letters in an unknown code page. As an example, I give the correspond...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Gabarito
Jul 15, 2023
- All my demands were fully satisfied. I'd like to say a BIG thanks to you, Mofi. Nowhere else the user can receive more attention than here, in your forum. And I'm happy to give a very small contribution to solve a little bug.Posted in Syntax Highlighting
-   Topics
-   Views
- Gabarito
Nov 09, 2022
- Tag List You are right, inserting HTML tags from the Tag List view is not working correct on active file is a Unicode file encoded with UTF-16 LE. It works fine for ANSI and UTF-8 encoded files which I suggest to use on writing HTML files. I have just reported this issue to UltraEdit support with t...Posted in Syntax Highlighting
-   Topics
-   Views
- Gabarito
Nov 09, 2022
- Mofi, thank you very much for your full explanation of the subject. Automatically close XML/HTML tags I wasn't aware of this trick. Nice. Tag List In fact, I had no TAGLISTU.UET file at all. I did as you told to do and I could have a Tag List view populated with tags for: HTML - Special Characters H...Posted in Syntax Highlighting
-   Topics
-   Views
- Gabarito
Nov 08, 2022