- Posted by
- I do not understand why to convert in a UTF-8 encoded HTML/XHTML/XML file those characters to HTML entities in hexadecimal notation. I suggest reading the forum topic Script to convert special characters to HTML code . There is also a ZIP file with two scripts to convert all characters in a file or ...Posted in Scripts
-   Topics
-   Views
- Mofi
19:24 - Jul 30
- I suggest running first a Perl regular expression replace all from top of the file with searching for (?: +|\t[\t ]*| (?=_M)) and use as replace string \t for converting the file to a tab separated values file. That produces for the provided input example already a well aligned data file if the tab...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
8:17 - Jul 29
- The part string U.S.A.: is after a space and is not a minor word. It is capitalized for that reason by your script code. There can be a simple condition added to exclude this country abbreviation for being modified at all. You could of course also add a rule like if the current part string begins wi...Posted in Scripts
-   Topics
-   Views
- Mofi
17:33 - Jul 27
- I cannot reproduce such an issue neither in normal editing mode nor in column editing mode. But I could imagine what could cause not changing the case of the words Listprop and lp . The syntax highlighting wordfile used by you for files with file extension SQL does not contain in the first line the ...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
13:58 - Jul 26
- There is no script attached. I wrote therefore the script completely producing for the example the expected result. function CapitalizeChar (match, sBefore, sChar) { return sBefore + sChar.toUpperCase(); } function CapitalizeWord (match, sWord) { return sWord.charAt(0).toUpperCase() + sWord.su...Posted in Scripts
-   Topics
-   Views
- Mofi
13:09 - Jul 26
- There is an automatic backup built-in which creates a backup of the user configuration on startup of UltraEdit depending on version of UltraEdit. UltraEdit 2024.0.0.35 creates automatically on startup %APPDATA% \IDMComp\UltraEdit\Backup\ue_settings_backup.uec . But that is not a complete backup of a...Posted in Configuration/INI Settings
-   Topics
-   Views
- Mofi
11:38 - Jul 26
- UltraEdit/UEStudio v2024.0 introduced a new feature as written in changes.txt respectively changes_ues.txt : Honor Windows setting to hide cursor (mouse pointer) while typing I was not aware of this Windows setting before reading this information and having the same problem as you. My solution on Wi...Posted in Configuration/INI Settings
-   Topics
-   Views
- Mofi
20:05 - Jul 25
- I received today an email from UltraEdit support with the information that this issue is fixed in the private user verification build (UVB) 2024.1.0.14 of 64-bit English UltraEdit. The email contained a link for me to download the installer executable of this private build and the request for testin...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
19:09 - Jul 24
- I strongly recommend reporting these usability issues with SSH/Telnet client support of UE/UES 2024.0 also by email to support of UltraEdit, Inc. or using the form on the technical support page. This is a user to user forum not monitored by an employee of UltraEdit, Inc. I don't use the SSH/Telnet f...Posted in FTP/SFTP / SSH/Telnet
-   Topics
-   Views
- Mofi
19:14 - Jul 23
- That's fine. It looks like that happened also other users of UltraEdit. There is shown by UltraEdit for Windows v2024.0.0.35 a message box with the following text on checking Compare selected text in the Compare Files/Folders dialog window and clicking next on button Compare and nothing is selected ...Posted in UltraCompare General Discussion
-   Topics
-   Views
- Mofi
18:35 - Jul 23
- It looks like the two compared files C:\temp\RefreshSaves\XP_QWICKLY.sql and C:\temp\RefreshSaves\XP_QWICKLY_TEST.sql are two empty files with file size 0 for both files. Are these two files also opened in UltraEdit or are two files with different file names opened in UltraEdit and UltraEdit created...Posted in UltraCompare General Discussion
-   Topics
-   Views
- Mofi
10:11 - Jul 23
- That is not much information for being able to help you. What version of UltraCompare is used by you? Which user interface mode is used by you – the ribbon mode or the toolbar/menu mode? What type of comparison do you run – a text file comparison, a binary file comparison, a folder comparison, or a ...Posted in UltraCompare General Discussion
-   Topics
-   Views
- Mofi
14:03 - Jul 19
- I could find out with free Windows Sysinternals (Microsoft) tool Process Monitor that there is a delay of about 2.175 seconds on exiting 64-bit UltraEdit v2024.0.0.35 on Windows 11 23H2 between closing the file %APPDATA% \IDMComp\UltraEdit\autorec\ %COMPUTERNAME% @ %USERNAME% (file with data for the...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
9:22 - Jul 12
- I want to mention first that this is a user-to-user forum and I am also just a user and not an employee of UltraEdit, Inc. It looks like the Excel sheets do not contain many data columns. There are perhaps just one or two data columns on left side with an identifier number and/or an identifier strin...Posted in UltraCompare General Discussion
-   Topics
-   Views
- Mofi
20:46 - Jul 05
- It would be easier for us helping you if we would have two similar example Excel files with cells with very long values which we could compare with UltraCompare and look if we can find options to get the differences in long cell values easier to see. Please use the button Full Editor & Preview and a...Posted in UltraCompare General Discussion
-   Topics
-   Views
- Mofi
19:56 - Jul 04