ultraedit

Best Gnome alternative to UltraEdit?

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 editing of files (access files on a FTP without using an external application) Character set management. Which one do you use? And what are t...

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 regex engine for searching. I want to be able to match a string line this: <branch id="attribute"> <leaf id="attribute"/> <leaf id="attribute"/> <leaf id="attribute"/> </branch> With something like this: /<branch id="attribute">.*</branch>/gis Does any one know of...

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 machine running parallels virtuozzo, and everytime, no matter how i upload it (FTP as binary file, or via parallels management console), the...

UltraEdit: Is there a way to get the Encoding of a Text File

Hi Is there a setting in Ultraedit that allows me to see the Encoding of the File? Thanks for your help. ...

"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 find a way to replicate -- Column Mode. In UltraEdit, I can hit Alt-C to turn on Column Mode. Is there anything like this (via a plugin ...

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 %] ...

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? ...

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 other css styles follow </style> I tried to use <style type="text/css">.*</style> but of course it wouldn't match anything because the dot matc...

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 est(.*)/test>test>(.*)<test><test>(.*)test><test>(.*)/test><test>(.*)/test><test>(.*)/test><test(.*)/test><test>(.*)/test><test>(.*)/test><test>(.*)/test><test>(.*)/test><test>(.*)/test><...

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 coding style that can be configured. For example, if I place an open brace at the end of a method definition (same line) and hit return, I...

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"&gt;Continue&lt;/a&gt; </div> <p class="small"> Added by <a href="/profile/KemberleyRamirez">Kemberley Ramirez</a> on...