-
Notepad and full memory?
The memory level on my notepad seems to fill up easily and I have to close the application to be able to continue typing on it. Is there anyway to avoid that? I have loads of free memory and notepad is always the only application that I have opne. it says something like "Your memory is full to complete this operation, please close an application something something* but that's all I have opened. I save, close Note Pad and reopen it and it works again but a few minutes later it says the same message...
Any thoughts?
-
Notepad can only load so much text/data in memory. Try Wordpad instead.
-
Wordpad?
Try something better instead
-
xD well my laptop still has Windows 98 on it... its about to take the garbage in February when I finally get my computer at home
Thanks though, I'll set it up on my new computer when I get it. xD
~ Filbert
-
Notepad is the worst program in the history of mankind. Anything is better. Except maybe Wordpad. Download.com has tons of editors designed to be as simple as Notepad, but actually WORK. Search for "notepad replacement" and you'll probably get tons. If you're editing source code, you'd really do well to get an editor that supports things programmers need, like syntax highlighting and smart-indenting and line numbering and all kinds of stuff. Textpad is great for that if you're in Windoze. Vim is good too, but requires about a year to learn it, and gvim for Windoze isn't as good as the Linux versions unfortunately.
-
Quote:
Anything is better
dos' edit program? /curious
-
Yes, DOS's EDIT is better than Notepad. EDIT can open more than one document at once, can't it? Notepad can't.
-
It's worth learning how to use vi.
-
vim > vi. It is worth it though, yep. It's all I use. If you compile it with Perl support you can use Perl right from inside vim, which is the greatest thing ever conceived by man. Especially if you want to do regexes, because vim's regexes are terrible compared to Perl's.
-
I think notepad has a 64K file limit on Win98/ME - it's unlimited on XP but it's still as inefficient as heck when loading text files several megabytes large. It's fine for taking small notes though :p
-
I cannot for the life of me use vi. The college or whatever it is I went to created something called nled that I ended up using instead.
Why would you use notepad to do anything other than small notes? It's not a word processor :p
-
All you need to know to use vim is i for insert mode (for when you want to type stuff), ESCAPE for exiting insert mode (for when you want to use commands), :w for saving, and :q for exiting. There are a berjillion and a half other commands, but you don't NEED any of them.
-
http://www.textpad.com/
All you'll ever need =P
-
Thanks Spats :D
I get it I get it, don't use notepad for stuff. *lesson learned* xD
-
gVim Easy Mode is essentially a non-sucky version of NotePad.
The problem is, it locks you in insert mode, so you have to use the mouse to save files and such...just like you would with notepad, but when you're a little bit experienced with vi and you get used to just going esc-w-enter, it's annoying that it doesn't work in gVim Easy Mode.