- Posted by
- There was just two hours ago the Webinar Power Up with PowerShell: Exploring the new integrated terminal in UltraEdit 2023.0 which you obviously missed. There will be for sure in a few days the webinar available as video for viewing it. You can click at any time on ribbon tab Layout on item Terminal...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Mofi
17:35 - 1 day ago
- I have neither installed Git nor is Azure DevOps used by me. But it is in general no good idea using credentials (username and password) containing non-ASCII characters like é. It depends now on which character encoding was used by the program on which the credentials were entered the first time and...Posted in UEStudio General Discussion
-   Topics
-   Views
- Mofi
16:29 - 3 days ago
- Your script produces in the Output Window the error output: An error occurred on line 14: var newDoc = UltraEdit.createDocument(); Script failed. The UltraEdit object has no member function createDocument . The correct function for creating a new file/document would be UltraEdit . newFile () w...Posted in Scripts
-   Topics
-   Views
- Mofi
17:48 - 4 days ago
- UltraEdit is a text editor and not a web browser. It is not possible to open a web page with the Hypertext Transfer Protocol Secure (HTTPS) in UltraEdit. It is possible in UltraEdit configuring a user tool which runs either the favorite web browser application of the user or a specific web browser w...Posted in Scripts
-   Topics
-   Views
- Mofi
6:20 - 5 days ago
- I restored UltraCompare version 18.00.0.45 from my archives and compared the two text files with that version. Now I could see the grave accent in both file panes above fourth character б instead of third character ё respectively e . That was important to know for me. I updated UC next from my archi...Posted in UltraCompare General Discussion
-   Topics
-   Views
- Mofi
16:31 - 5 days ago
- The font and font size used for the line numbers is always the same as used for the text in active document window. I think it is pretty clear why the line number font and font size is the same as for the text in the active document window.Posted in Editor Display
-   Topics
-   Views
- Mofi
9:20 - 6 days ago
- I cannot reproduce a wrong display of амё̀боци́т м 1а and амѐбоци́т м 1а with using Consolas version 5.22 with 32-bit English UltraEdit version 2023.1.0.23 and 32-bit English UltraCompare version 2023.0.0.30 as well as UltraCompare version 2022.20.0.45 and 2022.20.0.26 restored from my archives on 6...Posted in UltraCompare General Discussion
-   Topics
-   Views
- Mofi
16:06 - 6 days ago
- UltraEdit is a text editor. It does not support the binary Excel file formats with file extension .xls or .xlsx. It is of course possible to run a Find with the advanced option List lines containing string with the UltraEdit regular expression %^{001^}^{245^} or the Unix regular expression ^(001|2...Posted in Macros
-   Topics
-   Views
- Mofi
17:33 - 7 days ago
- It looks like you establish in other programs an SSH connection, get returned from the secure shell on the server a text menu displayed by the used terminal program in a text window, press one or more keys send by the terminal window to the secure shell on the server to make a choice for the correct...Posted in FTP/SFTP / SSH/Telnet
-   Topics
-   Views
- Mofi
5:21 - 8 days ago
- UltraCompare and UltraEdit use the same code to display text. It would help us to help you if you post an example of two compared text files or even better compress two compared text files into a 7-.Zip, RAR or ZIP archive and attach the archive file to your next post using Full Editor & Preview but...Posted in UltraCompare General Discussion
-   Topics
-   Views
- Mofi
5:00 - 8 days ago
- There must be used a regular expression replace with the anchor % (UltraEdit) or ^ (Unix/Perl) for matching only 0000 at beginning of a line. if (UltraEdit.document.length > 0) // Is any file opened? { // Define environment for this script. UltraEdit.insertMode(); // UltraEdit.columnModeOf...Posted in Scripts
-   Topics
-   Views
- Mofi
17:17 - 8 days ago
- The File Transfer Protocol (FTP) has by definition in the appropriate RFCs no interactive mode with a user interface. I don't understand how an FTP/FTPS server should send data of a text or graphical menu to an FTP client which presents that menu the user for selecting something. I am not aware of a...Posted in FTP/SFTP / SSH/Telnet
-   Topics
-   Views
- Mofi
5:02 - 9 days ago
- That can be much faster and easier done with the Windows Command Processor on CSV or text file contains one file name with file extension per line and there is an HTML template file. Open a Command Prompt and use the command cd to change the current directory to the directory containing the HTML tem...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
5:11 - 10 days ago
- The Perl regular search expression below removes also all font and italic tags. ^(?:(?:[\t ]*|\d+|[0-2][0-9]:[0-5][0-9]:[0-5][0-9].*)(?:\r?\n|\r))+|(?:<(?:font|i)[^>]*>)+|(?:</(?:font|i)>)+(?:\r?\n|\r)?[/color]Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
4:56 - 10 days ago