- Posted by
- Which command did you execute in UltraEdit or UEStudio resulting in an error message with ERR_FILE_NOT_FOUND ? I have never seen such a message since I use UE/UES which is more than 20 years.Posted in Editor Display
-   Topics
-   Views
- Mofi
17:27 - 14 days ago
- The sort of your Windows-1252 encoded DOS text file works fine with 32-bit UltraEdit v2022.1.0.124. There is either a problem with 64-bit version or an installation issue or a file system issue. I have not installed the 64-bit version and cannot run a test with 64-bit UltraEdit v2022.1.0.124. Sugges...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
11:21 - 20 days ago
- I cannot reproduce such a sort problem with a new ANSI encoded file containing just three lines with Alpha , Oscar , Zulu with 32-bit UltraEdit 2022.1.0.124. It could be helpful to have your text file and your sort settings as stored in file %APPDATA% \IDMComp\UltraEdit\volatile\ue.vod in group [Sor...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
15:35 - 21 days ago
- The working directory must be configured with just %p without the double quotes. Everything else looks correct. Background information: There is called the Windows kernel library function CreateProcess with function parameter lpCurrentDirectory being a long pointer to the string with the directory p...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Mofi
Dec 31, 2022
- A Perl regular expression search with (?<! <W ) •water searches for •water and uses a negative lookbehind to verify if there is not " <W " preceding found •water for a positive match.Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
Dec 12, 2022
- I suppose that you have on manual search for a line with just nine instead of ten 1 not selected Perl as regular expression engine to use as shown in the image below. perl_regexp_line_with_just_nine_ones.png The Perl regular expression will not find the third line and put the character at end of thi...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
Nov 23, 2022
- No data in a specific column is not possible if the file is not a CSV file with separators between the data values. On normal text files can be searched only for lines with less characters than expected for which I wrote the Perl regular expression to use already in my first answer. See the forum to...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
Nov 18, 2022
- A normal space character is simply a normal space character in a Perl regular expression search or replace string. It is also possible to use \x20 (hexadecimal notation of a normal space character) or \x{0020} (hexadecimal Unicode notation of a normal space), but simply use a space in search express...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
Nov 17, 2022
- The special characters ^c and ^s are supported only in non-regular expression and in UltraEdit regular expression finds/replaces whereby the clipboard content or the selected text is interpreted as UltraEdit regular expression string on using ^c and ^s in an UltraEdit regular expression find/replace...Posted in Macros
-   Topics
-   Views
- Mofi
Nov 15, 2022
- There is the page UltraCompare Lite vs. UltraCompare Pro with a comparison table showing which features are not available in UltraCompare Lite. A simple text comparison of two text files is of course supported by UltraCompare Lite too. How do start the text files comparison? UltraCompare Lite can be...Posted in UltraCompare General Discussion
-   Topics
-   Views
- Mofi
Nov 10, 2022
- My instructions on how to update the tag list file replicate what UltraEdit itself does on creating the directory %APPDATA% \IDMComp\UltraEdit and all the subdirectories and files (for a new user or on first start and exit after first installation). You can see that by renaming the application data ...Posted in Syntax Highlighting
-   Topics
-   Views
- Mofi
Nov 09, 2022