Have you ever tried to open large text files (file size more than 400MB) in editors like notepad or wordpad. You cannot use these editors to open large text files, even Microsoft is also saying about this limitation.
Okey, then how could we open these large text files. Is there a way to do that. Yes, there are multiple text editors availble to solve this issue. Some of these editors are availble at a free of cost through internet download and the other editors for cost. Cost will vary depends on the maximum file size limit, license to number of users and other additional features.
We will see some of the editors available at free of cost.
1. VIM Editor for Windows
This is GNU open source software. This is the same as Linux VIM editor. But don't worry, you will have both GUI and console versions. You can use this editor to open files of sizes in GB!. But i never tried file size of more than 4GB. This editor's interface is excellent and very easy to use. Used gvim7.2 version for testing.
2. Notepad++
Notepad++ is also GNU open source editor written in C++ and uses pure Win32 API and STL which ensures higher execution speed. Used this editor to open file of size 2.1GB. This editors interface is also easy to use. Used Notepad++5.5.1 version for testing.
I used system with Intel Core2Duo 2.00GHz processor with 3GB of RAM, running on Windows XP SP2, for testing.
I will keep update this post with more GNU editors details.
There are plenty of commercial editors available with various features. You can do web search and find the one suitable for you.