Find/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 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 • 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 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 ArticleEditor Display • Cannot locate "Style Builder"
Hello,I'm trying to find the CSS Style Builder referenced here: https://www.ultraedit.com/support/tutor ... e-builder/.When I add the specified toolbars, I do not see the icon the link is referring...
View ArticleUEStudio General Discussion • Some templates auto-expand, some do not — why?
Using python 3.12 I have several templates.This one (named "if"):Code: if ([+expression+]):^expands if I wait a second or two after I type "if"However, this one does not:Code:...
View ArticleUltraFinder General Discussion • Screen (dark) that does not work (solved)
When I start my just updated UltraFinder, 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...
View ArticleUltraEdit General Discussion • UltraEdit depends on Microsoft Visual C++...
I "successfully" installed UltraEdit v2024.2 (31.2.0.39) on a new/fresh install of Windows 11 x64 Enterprise 24H2, but when I try to launch uedit64.exe I get a dialog pop up with the message...
View ArticleUEX General Discussion • Fedora 41 with uex UltraEdit-23.0-0.21.el9.x86_64
UltraEdit requires libtiff.so.5 but Fedora no longer supports 5 and only supports libtiff.so.6.Code: uex: error while loading shared libraries: libtiff.so.5: cannot open shared object file: No such...
View ArticleSyntax Highlighting • Wordfile for Markdown
Hello,i'm looking for a way to configure a proper (± complete ) wordfile for Markdown.Highlignting seems operating for Markdown, but very uncomplete.The wordfile is very small : 13 lines (in...
View ArticleFTP/SFTP / SSH/Telnet • How to configure an SFTP connection with PEM file for...
I need to connect to my server using a PEM file. What is the right way to create an UltraCompare/UltraEdit SFTP connection using this method.I've tried a couple things and can't get it to...
View ArticleUEX General Discussion • Horizontal Split is way too sensitive
I am on a Mac, using UE v2023.0.0.22I find that very often, when I click on a file tab it seems to instantly split to a new pane. I have to constantly drag the tab back to my main tabs.I found that...
View ArticleUltraFinder General Discussion • Find empty folders
How to?I have 15765 subdirectories, whereoff 7 is empty, but which?Best regardsEdvard Korsbækstatistics: Posted by edvard_korsbaek — Nov 19, 2024 — Replies 0 — Views 21827
View ArticleUltraEdit General Discussion • Ordering of the file tabs is illogical on...
I have about 50 files open in UltraEdit at any given time. These are a mix of code files, snippet of something I need to analyze like EDI contents, etc. What I cannot figure out is how UE decides what...
View ArticleEditor Display • Which configuration setting is causing underlined text?
I switched from version 2024.0.0.35 portable/64-bit to version 2024.2.0.44 portable/64-bit. I copied the settings from 2024.0.0.35 to 2024.2.0.44 but, now I see underlined text in the editor window....
View ArticleUEStudio General Discussion • How to automatically add a semicolon to the end...
Hi.I am using UEStudio 64-bit 2024.2.0.39, which I believe is the latest version.Can UES automatically insert a semicolon at the end of each line when coding in C# or Java?Or is it possible to make it...
View ArticleConfiguration/INI Settings • How to customize the context menu (right click...
How can I customize the right click menu if text is selected? I looked for this in AIs, searches, and the forum.Highlight text and right-click on the selected content.Scroll to the bottom of the...
View ArticleUltraEdit General Discussion • Copied list alpha / numeric / bullets...
Why do numbers and bullets from copied lists not show up when I paste to UE but do show up in MarkText and MS products? I cannot find a paste special section or similar or related settings to fix...
View ArticleUltraEdit General Discussion • Connect UltraEdit to IIS Manager
HelloI have set IIS as server to manage a local site with simple static html pages, with the following settings:Local folder: D:\mysiteHost name: mysiteBindings: http: *8080This way, I can see the...
View ArticleSyntax Highlighting • Configuring for Python syntax highlighting support
I am still in the process of migrating all my bits and pieces from Windows 10 to 11. Under 10, UE knew how to do syntax highlighting for Python code. The version that I installed on 11 does not...
View Article