Questions tagged [ultraedit]
20 questions
7
votes
4 answers
Looking for a regular expression to work on a list of comma separated values
I have line of 3 long numbers separated by comma.
What I want to do is to delete the number in the middle, and leave only first number and last number separated by a…
user836026
- 219
7
votes
1 answer
What causes 3 special characters after conversion to UTF-8?
One of our work steps involves saving an MS Excel worksheet as CSV and then using UltraEdit to convert the CSV to UTF-8 before importing it into a server system.
The problem is that, after the conversion to UTF-8, the file always contains 3…
Torben Gundtofte-Bruun
- 18,646
3
votes
3 answers
How to make UltraEdit save in UTF-8 without the byte order mark (BOM)?
This related post tells me that UltraEdit adds the byte order mark when UTF-8-encoding files.
How can I make UltraEdit convert a file into UTF-8 without adding the byte order mark?
Torben Gundtofte-Bruun
- 18,646
3
votes
1 answer
Opening *.TPL as HTML highlighted as standard
How can I make UltraEdit 14 open *.tpl files with HTML highligthing as standard?
Jason94
- 1,195
2
votes
2 answers
UltraEdit: keyboard-only way to switch focus in split view?
Using the keyboard is it possible to switch focus between
the two panes of text when in split mode? (Split mode
started by menu command Window/Split Window.)
I am already using the keyboard for almost all operations in
UltraEdit, including Ctrl+TAB…
Peter Mortensen
- 12,326
2
votes
2 answers
Regex search in text editors UltraEdit or Notepad++
I would like to find the above code and replace with my own code.
John
- 21
2
votes
1 answer
Trim EOL to space in UltraEdit?
How do you trim EOL to space in UltraEdit? In Notepad++ it's menu Edit → Blank Operations → EOL to Space.
1
2
3
4
After trim it's 1234.
AMSGH
- 67
1
vote
1 answer
Show list of open files in UltraEdit
Most editors have either a dialog or a "Window" menu that allows to access any open file via a couple of keystrokes.
Where is this feature for UltraEdit?
WestCoastProjects
- 4,032
1
vote
1 answer
Converting spaces (all) to tabs in UltraEdit not working?
Am I missing something? I have a 1000-line file which contains space-separated rows of two fields. I selected menu Format -> Spaces to Tabs (All) and nothing happened. I tried several times.
This is the Mac version of UltraEdit on OS X Mavericks…
WestCoastProjects
- 4,032
1
vote
1 answer
Is there a hex calculator in UltraEdit?
Is there a hex/binary calculator in UltraEdit? For instance, to find the decimal value for hex value 493E.
I can't seem to find it in the menus (files can be edited in binary mode, but I simply want to convert to and from decimal and hex values).
Peter Mortensen
- 12,326
1
vote
2 answers
UltraEdit never open in hex?
Is there a way to disable hex mode? So that especially .txt files are always opened in ASCII (normal) view.
I already tried: {Menu Advanced, Configuration, File Handling, Unicode/UTF-8 Detection, Disable automatic detection of hex file format on…
Relaxed1
- 189
1
vote
2 answers
How to open first n bytes of file in hexadecimal and edit it?
I want to edit some .avi videos (cut them, to be precise) in VirtualDub but it failed to open the files. They are encoded in xvid, which I have installed, and play in KMPlayer without problem. Also, all other xvid videos can be opened and cut just…
Larssend
- 3,971
1
vote
0 answers
Change colours in UltraEdit's Compare Files
Is there a way to change the colours used in the Compare Files function in UltraEdit (menu File -> Compare Files...)?
The software displays the differences in yellow and red. While it makes the differences stand out, the highlighted text is hard to…
B540Glenn
- 1,095
0
votes
1 answer
Ultra Edit Macro - Save file getting the name from clipboard
I need to record a macro which save the current file getting the name of the file from what I have on the clipboard. I know I can edit the macro after saving the file and use the "^c" variable, but this works only if you have in the clipboard the…
Hyperion
- 599
0
votes
1 answer
Which is the equivalent of this JGsoft regular expression in UltraEdit?
How do I replace the XML expression
'
with
'
?
The problem is that the text is divided in multiple formats for the characters:
\n - 10 13
& \n apos;
&a \n pos;
I did the following regular expression, and it works in RegexBuddy (JGsoft…
Carlos Cocom
- 101