Tagged Questions
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.
3
votes
2answers
2k views
“Column Mode” in gedit?
I'm transitioning from UltraEdit on windows to gedit on linux. So far, the experience is great (there's a lot here for a free tool), but there's one indispensable feature of UltraEdit I can't seem to ...
3
votes
8answers
5k views
Best Gnome alternative to UltraEdit? [closed]
As I'm switching from Windows to Ubuntu/Gnome, I'm looking for an alternative to UltraEdit.
I tried a few tools, but they often lack some really useful features, such as:
Syntax coloration
FTP ...
2
votes
3answers
210 views
Regular Expression Using the Dot-Matches-All Mode
Normally the . doesn't match newline unless I specify the engine to do so with the (?s) flag. I tried this regexp on my editor's (UltraEdit v14.10) regexp engine using Perl style regexp mode:
...
2
votes
2answers
274 views
Regex expression to replace over 10 values
I have a regex expression that traverses a string and pulls out 40 values, it looks sort if like the query below, but much larger and more complicated
...
2
votes
2answers
423 views
How do we match any single character including line feed in Perl regular expression?
I would like to use UltraEdit regular expression (perl) to replace the following text with some other text in a bunch of html files:
<style type="text/css">
#some-id{}
.some-class{}
//many ...
2
votes
1answer
179 views
Syntax hightlighting of template-toolkit within Ultraedit
Have anyone succesfully created a "wordfile" that works? I've tried but i can't get it to highlight [% and %]
2
votes
6answers
882 views
Newline Madness in Bash Script
i have a bash script I edit on windows using UltraEdit and save as UTF-8 No BOM, using Unix Line Terminator style, as specified in the "save as" dialog box in UE.
I then upload it to a centos 5 x86 ...
1
vote
2answers
52 views
Can We delete many columns as UltraEdit in Xcode?
in order to delete the follow " NSString *"
NSString * todayDate;
NSString * conditionStatus;
NSString * ftemp;
NSString * ctemp;
NSString * imageUrl;
make it like below once
todayDate;
...
1
vote
2answers
78 views
Regular Expression for irregularly occurring repeating string
I searched but have not found an answer to the question - maybe it is so obvious that no one else had to ask...
I am using UltraEdit 16.00 to run my Regular Expressions in PERL mode...
Situation:
...
1
vote
1answer
121 views
Perl Vs Ultraedit Scripting
I'm wondering if Perl is a good (easy to use and to learn) tool for this:
I'd like to do some custom preprocessing on my C/C++ source code. Basically, this's to allow me to insert my own custom ...
1
vote
2answers
298 views
Perl regex to match <foo>eof
How can I use the Perl regex search to find files ending in:
-------\r\n<eof>
In hex this is:
2D 2D 2D 2D 0D 0A (the end of the file)
I'm in UltraEdit, which says it uses Boost Perl regex ...
1
vote
6answers
424 views
Replacing multiple blank lines with one blank line using RegEx search and replace
I have a file that I need to reformat and remove "extra" blank lines.
I am using the Perl syntax regular expression search and replace functionality of UltraEdit and need the regular expression to ...
1
vote
2answers
1k views
UltraEdit: Is there a way to get the Encoding of a Text File
Is there a setting in Ultraedit that allows me to see the Encoding of the File?
Thanks for your help.
1
vote
3answers
822 views
Is it possible to match a pattern using a regular expression across a newline in UltraEdit?
The UltraEdit text editor includes a Perl and Unix compatible regular expression engine for searching.
I want to be able to match a string line this:
<branch id="attribute">
<leaf ...
0
votes
0answers
138 views
Best editor for Mac [closed]
I have done some research on all the editors for MAC, here is the list:
BBEdit
Coda
UltraEdit
TextMate
All of those are paid version, Just wondering which one is the best. Anyone can have a ...
0
votes
0answers
83 views
Ensuring U8-UNIX no matter what!
I have UE Pro v14.20.1.1008 and time to time I'm struggelig with wierd line-endings and format.
Now, how do I set it so that no matter what (creating a new file or updating a file) I will always save ...
0
votes
0answers
200 views
What's unique features of UltraEdit Mac that make it special to other popular editor on Mac? [closed]
On Mac OS X, currently, TextMate is possibly the most popular editor for developer, and you have BBEdit & TextWrangler, and many special purpose editors like Coda... Certainly, you still always ...
0
votes
1answer
229 views
Any Suggestions for Ultra Edit Setup?
I was wondering if anyone uses Ultra Edit, I have just installed Version 16.30.0.1001.
My question is, can Ultra Edit be set-up to complete tags and to suggest attributes kind of like how dream ...
0
votes
0answers
215 views
Is UltraEdit Violating GNU License [closed]
I notice that, according to its own help file, UltraEdit is using the mozilla javascript engine to power its scripting function. But, that javascript engine is using GNU based license. Essentially, ...
0
votes
2answers
272 views
UltraEdit Java Editor Setup
Does anyone have some suggestions on how to set up UltraEdit-32 (I'm using version 8.10a) for use as a Java editor?
Specifically, I'd like to have the ability to auto-format source code based on a ...
0
votes
1answer
263 views
Improved UltraEdit wordfile for Ruby? (code folding)
The default Ruby wordfile in UltraEdit does not support code folding. Is there a Ruby wordfile for UltraEdit that does support code folding?
-1
votes
4answers
314 views
Multi-Line Regular Expression
I'm trying to match out of this text:
<a href="http://english317.ning.com/profiles/blogs/bad-business-writing-487">Continue</a>
</div>
...