Find/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 ArticleCustom User Tools/Tool Configuration • User tool / fetch list of all project...
Greetings,Is there an argument or process to pass a list of the current project files to my external 'user tool'?I know that I can pass %r but I need the files in the project, not just the project...
View ArticleFTP/SFTP / SSH/Telnet • SSH KEy Agent in 2024.1 not working
Hi!I've just installed UEStudio 2024.1 and tried the announced new feature in beta - using key agents for login to SSH and FTP.I'm running Keepass and plugin KeyAgent, both work perfectly well with...
View ArticleSyntax Highlighting • Spell Checking and Syntax Highlight
I'm trying to better configure the spell checker when I have syntax highlighting in the text.I usually use the Ruby language to display ordinary TXT files.The first line of the language file...
View ArticleFTP/SFTP / SSH/Telnet • SSH Key Agent in 2024.1 not working
Hi!I've just installed UEStudio 2024.1 and tried the announced new feature in beta - using key agents for login to SSH and FTP.I'm running KeePass and plugin KeyAgent, both work perfectly well with...
View ArticleUEStudio General Discussion • UES Hanging on Exit
VERSION: 2024.1.0.32 64-bitThis issue started a few weeks back and I thought if maybe I uninstalled and reinstalled it might fix this whatever it is. When I attempt to exit an instance of UES the...
View ArticleUltraEdit General Discussion • How to use UltraEdit as text editor for RealNC?
Hi, I use Tecnomatix RealNC. If we change an NC program in this software, we are clicking on a symbol in the toolbar as you see it below and than open it with notepad.exe. At the same time is created...
View ArticleEditor Display • Find string list quit working
I am running UltraEdit Text/Hex Editor (x64) version 28.10.0.26 on Windows. I'm an infrequent user of UltraEdit. What I want to do is to search for a string in whatever files I have open and return a...
View ArticleUltraEdit for Mac General Discussion • Remove Empty Lines command
I'm using the Mac version, and couldn't find a native UE command to remove all empty lines in a file. Does this exists or do I have to use a regular expression? statistics: Posted by rhpt — 14:33 -...
View ArticleEditor Display • Find string list quit working (solved)
I am running UltraEdit Text/Hex Editor (x64) version 28.10.0.26 on Windows. I'm an infrequent user of UltraEdit. What I want to do is to search for a string in whatever files I have open and return a...
View ArticleUltraEdit General Discussion • Special Sort
Hi!I really love the special sort feature. But I have one recommendation: Could you please implement a checkbox, that there could be the first line defined as a headline, which should not be sorted at...
View ArticleUltraEdit General Discussion • Insert template command does not insert...
The symbol is not inserted correctly.The symbol ° should be inserted as ° (degree symbol) but no conversion happens when the template is inserted into the file.This happened after updating to...
View ArticleUltraEdit General Discussion • Insert template command does not insert...
The symbol ° is not inserted correctly.The symbol encoded as ° in the template file should be inserted as ° (degree symbol) but no conversion happens when the template is inserted into the...
View ArticleFind/Replace/Regular Expressions • Changing all filtered lines at once
Good day dear masters of UE! I have a task and didn't find easy way how to solve it. I have a big massive of data and i need to filter lines with specific name in the beginning of the each line and...
View ArticleScripts • How to expand xref rid in XML with a script?
Hi all,I am trying to expand xref rid value based on specific reference type. I am trying to create a script which is attached.Sample input:Code: <xref ref-type="bibr"...
View ArticleEditor Display • How to change the highlighting color of selected text?
I'm undoubtedly missing something obvious, but how does one change the highlighting color of selected text in a basic .txt file? I like to use dark mode and the selected text highlight color is dark...
View ArticleIDE (Class Viewer, IntelliTips, ...) • Mouse Hover Function or Class Info
In Visual Studio Code, if you hover over a function, a pop-up window will display information about the function. Is this possible in UEstudio?statistics: Posted by albeiroval — 2:30 - Aug 14 —...
View ArticleUltraEdit for Mac General Discussion • Remove Empty Lines command
I'm using the Mac version, and couldn't find a native UE command to remove all empty lines in a file. Does this exists or do I have to use a regular expression? statistics: Posted by rhpt — 14:33 -...
View ArticleUltraEdit General Discussion • Sort the lines in a file with ignoring the...
Hi!I really love the special sort feature. But I have one recommendation: Could you please implement a checkbox, that there could be the first line defined as a headline, which should not be sorted at...
View ArticleFind/Replace/Regular Expressions • Recent change in Perl RE matching
I have been depending for years on the fact that \s did not match the end-of-line with Regular expressions: Perl.In the last month or so, it has changed and now an expression like "^\s+function"...
View Article