topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 3:16 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Editor able to handle very large files  (Read 5987 times)

timns

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,211
    • View Profile
    • Donate to Member
Editor able to handle very large files
« on: January 17, 2011, 11:59 AM »
I have a 35mb xml file here that I need to make some small changes to. So far I've tried notepad++ and also e but they are apparently unable to open it successfully.

Anyone got some solid suggestions for something I can use instead please?

allen

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,206
    • View Profile
    • Donate to Member
Re: Editor able to handle very large files
« Reply #1 on: January 17, 2011, 12:07 PM »
Give Boxer text editor a try, of the text editors I use or have used it seems to be the most nimble with large files.

Edit:
You might also try Editpad Lite -- it's big brother, Editpad Pro, has always been more efficient than Notepad++ or e, Lite might be a viable solution and it's free.
« Last Edit: January 17, 2011, 12:09 PM by allen »

housetier

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 1,321
    • View Profile
    • Donate to Member
Re: Editor able to handle very large files
« Reply #2 on: January 17, 2011, 12:26 PM »
There is always vim and the large file plugin

This combination lets me edit massive SQL dumps (4GB) with reasonable comfort. For such huge file it is still far from fast, but way better than not being able to edit the file at all.

With only 35MB you might not need that plugin.

40hz

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 11,857
    • View Profile
    • Donate to Member
Re: Editor able to handle very large files
« Reply #3 on: January 17, 2011, 12:33 PM »
I'm not a coder by any stretch, but I do occasionally have to do things with very large text files.

Normally when in Windows I'll use Notepad++ since I'm most familiar with it. When I encounter a file it chokes on, I've had very good luck with EmEditor (www.emeditor.com).

Since it doesn't keep the entire file in RAM it can handle huge files.  It's not free however. A single license will set you back somewhere around $45 USD. Last time I looked they had a full featured trial copy available for download. Wouldn't cost you anything to try it out on your file first.

Might be worth a look if somebody can't point you to a freebie.  :)

If I were working in a NIX environment, I'd just use VIM. Never found anything it couldn't handle.  8)
« Last Edit: January 17, 2011, 12:37 PM by 40hz »

timns

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,211
    • View Profile
    • Donate to Member
Re: Editor able to handle very large files
« Reply #4 on: January 17, 2011, 12:35 PM »
Thanks you guys - I just tried Boxer and that worked really quite smoothly.

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: Editor able to handle very large files
« Reply #5 on: January 17, 2011, 12:59 PM »
You can also try HiEditor.  It's a small, free editor written in assembly that handles large files very well.  It's not a completely full-featured editor like some but I think it might do the job for you.  Here's a local download:  http://skwire.dcmembers.com/apps/misc/HiEditor.zip

As an aside, the HiEdit control is available, too.  I've used it in some AHK projects I've written.  Neat control.

2011-01-17_125741.pngEditor able to handle very large files
« Last Edit: January 17, 2011, 01:01 PM by skwire »

rjbull

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 3,199
    • View Profile
    • Donate to Member
Re: Editor able to handle very large files
« Reply #6 on: January 17, 2011, 01:36 PM »
You can also try HiEditor.  It's a small, free editor
Remarkably small!  :o

timns

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,211
    • View Profile
    • Donate to Member
Re: Editor able to handle very large files
« Reply #7 on: January 17, 2011, 01:40 PM »
You can also try HiEditor.  It's a small, free editor
Remarkably small!  :o

Isn't it! And gave a good account of itself too. So that's two more editors installed on here. Thank you.

rjbull

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 3,199
    • View Profile
    • Donate to Member
Re: Editor able to handle very large files
« Reply #8 on: January 17, 2011, 01:46 PM »
So that's two more editors installed on here.
Maybe you'd better not look at the Text Editors Wiki  ;)

timns

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 1,211
    • View Profile
    • Donate to Member
Re: Editor able to handle very large files
« Reply #9 on: January 17, 2011, 01:50 PM »
Ooh, now that IS interesting. Look, Bill Joy the guy who wrote vi!

Stoic Joker

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 6,646
    • View Profile
    • Donate to Member
Re: Editor able to handle very large files
« Reply #10 on: January 17, 2011, 04:02 PM »
When I encounter a file it chokes on, I've had very good luck with EmEditor (www.emeditor.com).

2nd vote for EmEditor I (love it) have opened 4GB db dumps with it with zero problems.

kyrathaba

  • N.A.N.Y. Organizer
  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 3,200
    • View Profile
    • Donate to Member
Re: Editor able to handle very large files
« Reply #11 on: January 17, 2011, 07:43 PM »
HiEditor is a nice find.  I've added it to my programming toolkit.