Live data from Hacker News

UltraEdit Text Editor

ultraedit.com

1–10 of 54 posts

Re: UltraEdit Text Editor

#5
UltraEdit was a pure joy to use. back in the windows 3.1 days I could edit files larger than main memory. It was my first encounter with the now ubiquitous tabbed interface. It would hex edit, select rectangular sections, mouse beyond the end of a line, automate with macros. I am sure it did even more that I cannot remember. I should probably go buy a copy just to pay back idm for all the cracked copies that I used back in the 90s.

Re: UltraEdit Text Editor

#6
I still use it daily. The ability to switch into hex editor mode and back is wonderful! I am about to purchase a Mac version as I expect to migrate to Mac soon and want to buy one before it becomes subscription only.

Re: UltraEdit Text Editor

#7

this editor is exceptional at loading files which are gigabytes in size. nothing else I've ever used comes close.

How about Sublime Text? That’s mostly my use case. Opening giant files that VSCode can’t, Ctrl-F a regex expression, selecting all matches, and pasting them into a new buffer. Like a visual interactive grep. Sublime handles big files pretty well but I’ve still managed to make it chug on occasion.

Re: UltraEdit Text Editor

#8

this editor is exceptional at loading files which are gigabytes in size. nothing else I've ever used comes close.

I've found flavors of vi work well. Their searching is often performant too. Of course there's always ripgrep if one can't even wait for an editor.

Re: UltraEdit Text Editor

#9
I started using UEStudio (nee UltraEdit) close to two decades ago. Although I haven't upgraded it in many years because I just don't like the cartoonish UI that it now has, it's awesome for hex editing and the ability to select by rows & columns. I mainly use Sublime Text now as a day-to-day text editor, even though it doesn't even have the ability to easily print something (at least not on Windows)
Post reply on HN