- Posted by
- I think, this is not possible as far as I know. UltraEdit is a text editor and not a terminal program. It does not interpret bytes in a text file like a terminal program on output of the text to a console window. It would be possible using an UltraEdit macro/script to convert a log file with virtual...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
17:46 - 3 days ago
- The page User-submitted wordfiles for UltraEdit/UEStudio has a link Kawasaki for downloading the user-submitted syntax highlighting file kawasaki.uew . It is not clear if you downloaded and installed this syntax highlighting file or created a syntax highlighted file by yourself. The file kawasaki.ue...Posted in Syntax Highlighting
-   Topics
-   Views
- Mofi
16:31 - 4 days ago
- Please report issues with the built-in update/upgrade feature to UltraEdit support by email. No user can fix that. Open in your favorite web browser the page Download UltraEdit for Windows . Here can be downloaded the EXE installers of latest UltraEdit for Windows. Click at the bottom on the link to...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
7:28 - 4 days ago
- The commands Live preview (Vertical) and Live preview (Horizontal) and Toggle browser view and the command to change the syntax highlighting language for the active file cannot be executed by script or macro. They are not available as scripting/macro commands. The Key mapping configuration offers th...Posted in Scripts
-   Topics
-   Views
- Mofi
18:57 - 5 days ago
- Open Advanced - Settings or Configuration - Search - Find output format . Here can be configured the output of Find in Files . Click on button Help to get information about the available variables. There is unfortunately no one for matched string(s). It is possible to run Find in Files with Results ...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
18:19 - Oct 31
- One more information: When the Windows Command Processor executes a batch file, it never reads the next command line from a batch file before the execution of the cmd internal command or the started executable finished, even if the executable is a Windows GUI application. The usage of %SystemRoot% \...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Mofi
18:35 - Oct 29
- Some hints first: The version information in the About window can be selected with a pointing device (mouse) and copied into the clipboard as text with Ctrl+C for pasting it as text with Ctrl+V into another application. dir/s/b *.java > FileList.txt That command line is of invalid syntax. It works n...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Mofi
18:12 - Oct 29
- @mirco69 I do not understand your problem with text files with line ending in Unix/Linux format. Do you just open a Unix file and close it without making any change on file contents by yourself and saving the file? UltraEdit does not silently convert the file from Unix to DOS/Windows just because o...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
19:17 - Oct 23
- The page UltraEdit Mac/Linux 2023.0 release post lists in section Numerous Bug Fixes and Improvements following items related to the find option List lines containing find string : Find with “List lines containing find string” doesn’t work when invoked successively on two different files Find String...Posted in UltraEdit for Mac General Discussion
-   Topics
-   Views
- Mofi
15:38 - Oct 19
- This is a user to user forum. You must address your questions regarding to UltraEdit for Linux v2023.0.0.21 with an email to support of UltraEdit, Inc. or using the technical support form . There can be tried the installation on Ubuntu 20.04 with the GZip compressed TAR package for Ubuntu 22.04. Ult...Posted in UEX General Discussion
-   Topics
-   Views
- Mofi
19:44 - Oct 18
- There is UltraEdit Linux v2023.0 released on 2024-10-16 with DEB packages for: Ubuntu 24.04 (noble) Ubuntu 22.04 (jammy) Debian 12 (bookworm) An RPM package is available for: RedHat EL 9 RedHat EL 8 GZip compressed TAR archives are available also for those five Linux distributions. Information about...Posted in UEX General Discussion
-   Topics
-   Views
- Mofi
19:22 - Oct 18
- Modify line 27 of the script to: while(UltraEdit.activeDocument.findReplace.find("'VE-111'[\\t ]++(?:OPEN|SHUT).*$")) The case-sensitive Perl regular expression searches now for the string 'VE-111' , followed by one or more horizontal tabs or spaces, next either the string OPEN or the string SHUT...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
10:26 - Oct 12
- Here is a quick written UltraEdit script for this task. It does not make any attempt to align the floating-point numbers after division by two before writing them back into the file. The script is written for supporting a file of any size as just the current data row is loaded into memory of the Jav...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
19:11 - Oct 10
- A screenshot is not helpful to help you. Post a block of lines currently in file as code block by using last but one item on the toolbar above the edit area for the block. This block should contain lines to modify, and lines to keep as they are in the file. Then post the block a second time also for...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
4:52 - Oct 10