-
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.
And then there is Death
-
-
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.
-
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.
-
-
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.
-
Hypnotising you
Contributions
- Former Administrator
- Former Cid's Knight
-
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
-
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.
-
-
Thanks Spats
I get it I get it, don't use notepad for stuff. *lesson learned* xD
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules