Scripts • How to detect incorrect cell counts in complex HTML tables?
Hello friends,I request your help in identifying possible coding errors in our HTML table. In particular, I'm concerned about rows that may have an incorrect number of cells, leading to...
View ArticleText Compare and Merge • How to compare text file with ignoring numbers at...
Hello together!Is it possible to ignore some characters in lines, for example like with regular expression N[0-9]* ?Example:in first file:Code: ...N0010 X10 Y87 Z100N0020 G1 X50 F150N0030 Y50...The...
View ArticleConfiguration/INI Settings • Highlighting current line
Hello,after the update to 2024.1.0.32 several lines are now highlighted as the current line for longer lines with line breaks. Since it is at least for me more confusing (orientation in the text) now...
View ArticleFind/Replace/Regular Expressions • Different matches between UltraEdit and...
I ran into a very strange situation.After copying and pasting text from a web page, I realized that I would need to do some regular expression tweaking to fix the problem.The page is...
View ArticleUltraEdit General Discussion • Setting fonts
I see where I can set the font for an entire document, but I do not see how to change the font for selected text. Where should I be looking?statistics: Posted by OL.Man — 23:05 - 1 day ago — Replies...
View ArticleFind/Replace/Regular Expressions • How to find duplicates in two different...
I need to find duplicates in two different XML files named table6.xml and table32.xml.table6.xml has a line:Code: <c1>6932</c1>table32.xml has this lineCode: <c12>6442</c12>I...
View ArticleUltraEdit General Discussion • UltraEdit 2023.2.0.41 64bit Download
Hi All,I'm newbie for UltraEdit and the developer request UltraEdit 2023.2.0.41 64bit install on their desktop. I can't find the download of UltraEdit 2023.2.0.41 64bit. Can someone please point me...
View ArticleUltraFinder General Discussion • Screen (dark) that does not work
When I start my just updated UF, I see a light screen for a fraction of a second, and then, I get a dark screen where nothing useful can be done. None of the fields mentioned in Help and elsewehere...
View ArticleMacros • How do I set up a macro to automatically apply to all files in a...
I am using UEStudio 19 and I would like to know about macros.With the help of macros, if I have more than one path, I want to run the macro in all files within those paths.Is this possible? If yes,...
View ArticleMacros • Comparing numbers with lesser than and greater than
I am using UltraEdit Portable Text/Hex Editor (x64) Version 25.20.0.100 (yes I know its old, but I have not needed to upgrade)I am on Windows 10I have a 356 MB text file of world coordinates formatted...
View ArticleConfiguration/INI Settings • Template file location keep defaulting to %AppData%
HI, after the most recent upgrade my directory location has defaulted to: %AppData%I have tried changing it via UE -> Advance -> Configuration… -> Directories -> Template Directory and...
View ArticleUltraEdit for Mac General Discussion • Macros
Hi,With Ultraedit for Mac, when running the play multiple time macro and the file is big, it always crash.Thanks and regardsHenristatistics: Posted by Henri Spagnolo — 8:30 - 1 day ago — Replies 2 —...
View ArticleMacros • Delete line at position x to end
Hi experts,last time Mofi helped me to develop this code for repacing 0000 to XX00 at the beginning of a line:Code: UltraEdit.activeDocument.top();if (UltraEdit.document.length > 0) // Is any file...
View ArticleUltraEdit General Discussion • Purchase timeline
So... how long should it take to get the email from the purchase system. I bought a new license (academic) for UE. It's been an hour or so, but I remember seeing something about it maybe taking a day?...
View ArticleUltraEdit for Mac General Discussion • Files Tabs moving Drag and Drop to...
After updating UltraEdit MAC to v2023.0.0.22, my file tabs started moving to what appear to be different horizontal and vertical workspaces on the screen. I believe this is due to me working too fast...
View ArticleUEX General Discussion • UEX 2023 on Ubuntu 20.04?
You only list Ubuntu 22.04 and 24.04. Does either of these work on 20.04? If not could you compile one up? I use 20.04 for various compatability reasons and have a Ubuntu Pro account so it should...
View ArticleCustom User Tools/Tool Configuration • Applying Artistic Style Formatting to...
I'm using the following version of UltraEdit: I'm trying to apply Artisitc Style Formatting to a list of java files/scripts via the command line.The formatting settings that I'm trying to apply, are...
View ArticleScripts • Delete line at position x to end
Hi experts,last time Mofi helped me to develop this code for repacing 0000 to XX00 at the beginning of a line:Code: UltraEdit.activeDocument.top();if (UltraEdit.document.length > 0) // Is any file...
View ArticleCustom User Tools/Tool Configuration • execute scripts from UE in MacOs
I work on MacOs (Sonoma 14.4), M3-Machine.. I try to run a script that should be executed on the Mac Terminal. So I got to Tools->Scripting-> Scripts .. when i m there, i chose "add" a scripts,...
View ArticleScripts • Calling UltraCompare from a script in UltraEdit
Can you call UltraCompare from a script in UltraEdit? I want to have a script that will pull a source code file from our test directory and compare it to the file that is in the production directory....
View Article