Page 1 of 2 12 LastLast
Results 1 to 15 of 16

Thread: Notepad and full memory?

  1. #1
    Star gone! Shadow Staffer Recognized Member eternalshiva's Avatar
    Join Date
    Apr 2003
    Location
    The cold north
    Posts
    2,598
    Contributions
    • Former Site Staff

    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?
    Too big.

  2. #2
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default

    Notepad can only load so much text/data in memory. Try Wordpad instead.

    And then there is Death

  3. #3
    Not responsible for WWI Citizen Bleys's Avatar
    Join Date
    Feb 2000
    Location
    The Wired
    Posts
    8,502
    Articles
    7
    Blog Entries
    60

    FFXIV Character

    Bleys Maynard (Sargatanas)
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Wordpad?

    Try something better instead

  4. #4
    Star gone! Shadow Staffer Recognized Member eternalshiva's Avatar
    Join Date
    Apr 2003
    Location
    The cold north
    Posts
    2,598
    Contributions
    • Former Site Staff

    Default

    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
    Too big.

  5. #5
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    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.

  6. #6
    Your very own Pikachu! Banned Peegee's Avatar
    Join Date
    Mar 2001
    Posts
    19,488
    Blog Entries
    81

    Grin

    Anything is better
    dos' edit program? /curious

  7. #7
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Yes, DOS's EDIT is better than Notepad. EDIT can open more than one document at once, can't it? Notepad can't.

  8. #8
    Not responsible for WWI Citizen Bleys's Avatar
    Join Date
    Feb 2000
    Location
    The Wired
    Posts
    8,502
    Articles
    7
    Blog Entries
    60

    FFXIV Character

    Bleys Maynard (Sargatanas)
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    It's worth learning how to use vi.

  9. #9
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    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.

  10. #10
    Hypnotising you crono_logical's Avatar
    Join Date
    May 2001
    Location
    Back in Time
    Posts
    9,313
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    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
    Problems playing downloaded videos? Try CCCP


  11. #11
    Your very own Pikachu! Banned Peegee's Avatar
    Join Date
    Mar 2001
    Posts
    19,488
    Blog Entries
    81

    Grin

    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

  12. #12
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    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.

  13. #13
    Super-Rad Recognized Member Spatvark's Avatar
    Join Date
    Oct 2001
    Location
    The Mysterious Island of Bigfoot Women
    Posts
    2,098
    Articles
    7
    Contributions
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    http://www.textpad.com/

    All you'll ever need =P
    Seriously the best band in the world.
    And here's where I'll stay / For ten years and a day
    We're on a quest to find hidden treasure / And mystery on The Wild Sea

  14. #14
    Star gone! Shadow Staffer Recognized Member eternalshiva's Avatar
    Join Date
    Apr 2003
    Location
    The cold north
    Posts
    2,598
    Contributions
    • Former Site Staff

    Default

    Thanks Spats

    I get it I get it, don't use notepad for stuff. *lesson learned* xD
    Too big.

  15. #15
    Not responsible for WWI Citizen Bleys's Avatar
    Join Date
    Feb 2000
    Location
    The Wired
    Posts
    8,502
    Articles
    7
    Blog Entries
    60

    FFXIV Character

    Bleys Maynard (Sargatanas)
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •