- Posted by
- Modify line 27 of the script to: while(UltraEdit.activeDocument.findReplace.find("'VE-111'[\\t ]++(?:OPEN|SHUT).*$")) The case-sensitive Perl regular expression searches now for the string 'VE-111' , followed by one or more horizontal tabs or spaces, next either the string OPEN or the string SHUT...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
10:26 - 1 day ago
- Here is a quick written UltraEdit script for this task. It does not make any attempt to align the floating-point numbers after division by two before writing them back into the file. The script is written for supporting a file of any size as just the current data row is loaded into memory of the Jav...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
19:11 - 3 days ago
- A screenshot is not helpful to help you. Post a block of lines currently in file as code block by using last but one item on the toolbar above the edit area for the block. This block should contain lines to modify, and lines to keep as they are in the file. Then post the block a second time also for...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
4:52 - 4 days ago
- I could reproduce this issue with UltraEdit 2024.1.0.36. It is a template load issue, not a template save issue. I strongly recommend reporting this issue by email to UltraEdit support. I usually do not report issues detected by other users and reported in a user to user forum if I an issue does not...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
10:21 - 7 days ago
- I reported the issue with wrong file downloaded by the user by email already to UltraEdit support for version 31.1.0.32. I looked also for the cause of this issue. It is WordPress in combination with cookie handling as defined by the user and perhaps also the web browser used by the user. It looks l...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
5:49 - Oct 01
- UltraEdit for Windows v2024.1.0.32 uses indeed the first file extension in the syntax highlighting wordfile for a new file already syntax highlighted as default file extension on saving the new file with Save As . This is .php3 with the default syntax highlighting wordfile php.uew . If the user modi...Posted in Configuration/INI Settings
-   Topics
-   Views
- Mofi
5:26 - Oct 01
- Please read the statement at top of every forum page. This is a user to user forum. Feature requests must be sent by email to support of UltraEdit, Inc. BTW: Setting the text cursor to beginning of second line, pressing Ctrl+Shift+End to select everything to end of file and doing the sort on the sel...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
17:07 - Sep 28
- You run the wrong Find command. The Find opened with Alt+F3 or pressing twice Ctrl+F on using the default key settings has the option All open files to start the Find in the current file. There can be used the commands Find next with F3 or Shift+F3 or Find prev with Ctrl+F3 to search for the next/pr...Posted in Editor Display
-   Topics
-   Views
- Mofi
16:49 - Sep 24
- I do not know anything about Tecnomatix RealNC. I have not understood what exactly happens in the background on clicking on the symbol in the toolbar of this application. The creation of temporary files and folders in the directory %TEMP% is usual for many applications, but not for 32-bit and 64-bit...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Mofi
17:22 - Sep 23
- The Aspell dictionaries are compiled and cannot be edited in a text editor. The custom dictionaries can be edited in UltraEdit. See the topic: Storage location of custom dictionariesPosted in Syntax Highlighting
-   Topics
-   Views
- Mofi
18:52 - Sep 14
- The UEStudio latest changes page lists for UEStudio 2024.0: Updated SSH/Telnet dockable window : Latest encryption standards Support for key agents The blog page UltraEdit 2024.0 release post has the chapter Updated standards for dockable window for SSH/Telnet with more information about key agent s...Posted in FTP/SFTP / SSH/Telnet
-   Topics
-   Views
- Mofi
11:59 - Sep 14
- 1 - How to have spell checking underlining wrong words, using syntax highlight, for previous incorrect typed words? I noticed on enabling/disabling spell as you type by hotkey that it is necessary to scroll up/down to get the display of the text with/without red dashed lines for unknown/misspelled ...Posted in Syntax Highlighting
-   Topics
-   Views
- Mofi
9:53 - Sep 14
- I have currently neither the time nor the motivation to do a code review and code improvement task for others for free. I could take a while (weeks) before getting time and motivation to do that. I am very busy at the moment with the work for my company.Posted in Scripts
-   Topics
-   Views
- Mofi
5:47 - Sep 12
- You have most likely not checked the option Match case which is very important here as otherwise [A-Z] and [a-z] matches the same set of characters: all ASCII letters independent on case. A better Perl regular search expression would be ^[ A - Z ][^ \r\n A - Z ]+? \K (?= [ A - Z ] ) and \r\n as repl...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Mofi
5:16 - Sep 12
- There is highlighted now with UltraEdit/UEStudio 2024.1.0.32 the entire line as stored in the file if a long line is displayed in the document window with multiple lines with a soft line wrap (no line breaks) at window boundary or a specified column. There is no configuration setting to change the b...Posted in Configuration/INI Settings
-   Topics
-   Views
- Mofi
5:54 - Sep 09