Questions tagged [ultraedit]

UltraEdit is a long-standing, popular code and text editor, with its own macro language, a powerful column-editing mode, custom environments, tag lists, and templates.

UltraEdit is a long-standing, popular code and text editor, with its own macro language, a powerful column-editing mode, custom environments, tag lists, and templates.

The editor has a powerful trans-file Regular Expression search and replace feature, a "projects" feature for grouping related files, and integration with third-party tools that you can add to the environment.

Version 17 brings enhanced file explorer views, tighter integration with the sister application UltraCompare, customized tabs, and search expression highlighting.

See http://www.ultraedit.com/products/ultraedit/ultraedit_features.html for a complete features list.

106 questions
0
votes
1 answer

In UltraEdit how to see the corresponding '(' and ')'

In Notepad++ and SQLDeveloper for writing SQL regarding '(' and ')' the corresponding ones are shown. Also a ')' too many will appear red. Is it possibly to have this feature in UltraEdit (23.10.0.1) too and if so, how to accomplish that? In the…
cybork
  • 569
  • 2
  • 5
  • 24
0
votes
4 answers

How to apply style to all paragraphs with upper case text?

I have very large HTML document, containg plenty of paragraps. For headings is used UPPER CASE text within paragraphs. How to find all paragraphs containing UPPER CASE text and apply style to these paragraphs? There is also a plenty extra spacing…
fxgreen
  • 424
  • 1
  • 10
  • 24
0
votes
2 answers

Sublime Text 3: Convert syntax def from uew format to sublime text

I have a wordfiles for syntax highlighting for Kawasaki's proprietary robot language AS. Unfortunately I have these definitions in UltraEdits weird format, uew. See it here http://www.ultraedit.com/downloads/extras/wordfiles.html Now, since these…
ledawg
  • 2,395
  • 1
  • 11
  • 17
0
votes
1 answer

UltraEdit --> Append option

I have a huge list of updates to the Oracle DB. This is some prod-support work. My sample update goes like this update XYZ set name = 'abb', job = 'mgr' where joining_date = to_date('2015-02-11' and job_id in (....list of job_id this…
0
votes
1 answer

UE Replace In Files with Regular Expressions and the 'any characters' ( * ) character

I'm using UltraEdit's (on a Mac) Find and Replace In Files with regular expressions to clean up SQL Server code blocks in multiple files. And I am noticing that Find in Files outputs expected result, but Replace In Files does not make the replaces…
Jim Horn
  • 879
  • 6
  • 14
0
votes
1 answer

Ultraedit, regular expression help, extracting 2 values, comma separated

I have this file where I only want to extract the email address and first name from our client list. So a sample from the file: a@abc.com,www.abc.com,2011-11-15 00:00:00,8.8.8.8,John,Doe,209 Park Rd,See,FL,33870,,, b@abc.com,cde.com,2011-11-07…
R M
  • 45
  • 4
0
votes
2 answers

How to eval in Ultraedit regex Replace

In Ultraedit using perl Regex, I am trying to replace a strings DATA0 with DATA8, DATA1 with DATA9, and so on. I know how to get the match to happen in Ultraedit's Find Dialog using DATA\d. In order to capture the digit, I use DATA(\d), and in…
Okkenator
  • 1,654
  • 1
  • 15
  • 27
0
votes
1 answer

Is it possible to convert the epsilon or UltraEdit macro to exe?

If anyone know about how to convert the epsilon and UltraEdit macros to exe. Could you please?
Darious
  • 121
  • 1
  • 13
0
votes
1 answer

How to set caret to a specific address in binary file opened with UltraEdit (UE) in hex edit mode?

I have a large binary file about 2 GB. I open it with UltraEdit in Hex Edit mode, and try to drag the vertical scroll bar to set caret to a specific address like 0x12345678 or some other address. But when I drag a little, the address moves a lot!…
Master.13
  • 11
  • 4
0
votes
2 answers

Search and replace with term list?

I wonder if there is a program that I can use with a list of terms I want to replace instead of take one by one. Example À=À â=â Â=Â å=å Å=Å ã=ã Ã=Ã Thank you in advance I use UltraEdit and powergrep…
XsiSecOfficial
  • 954
  • 8
  • 20
0
votes
1 answer

Search for Key Word in UltraEdit

I've never used UltraEdit before, so I'm having difficulty with it. I've looked at the documentation and didn't see anything helpful. As of right now, I'm just trying to look for a word in the current file that the user has open, and remove…
user2951249
  • 87
  • 1
  • 2
  • 7
0
votes
1 answer

How to run PL/SQL within UltraEdit?

How can I run PL/SQL or SQL from within UltraEdit? Current I am able to compile the current file like this: sqlplus database/database@pass @%F The above compiles, but what is the command to run? I do not see a show option here:
Noman
  • 887
  • 1
  • 15
  • 34
0
votes
3 answers

Notepad++ or UltraEdit: regex remove special duplicates

I need to remove duplicates if key = anything but NOT key=anything the key can be anything too e.g. edit_home=home must be in place while edit_home = home or even other string must be removed IF edit_home is a duplicate for all the lines of the…
kenwarr
  • 85
  • 8
0
votes
1 answer

How to change the ragged right CR/LF position in .txt file (ie using UltraEdit) before importing in SQL Server?

I was provided a ragged right UNIX text file with the CR/LF position of most lines appears to be set at 100. I was provided a column layout document that takes the file out to position 150. Is there a way to change the CR/LF position to 150? If I…
Boog Muns
  • 1
  • 1
0
votes
1 answer

UltraEdit FTP file size

In Ultraedit (Version 21.00.0.1030) I use the FTP client to connect to unix servers. This client will show a listing of files in a folder, but the file sizes are in bytes. I would like this to display using the ls -h (human readable) file sizes…