Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Windows Notepad limitation.

Coders and would-be coders alike, this is the place to talk about programming.
Post Reply
Xela
VIP member
VIP member
Posts: 225
Joined: Sun Jul 31, 2005 4:12 am
Been thanked: 1 time

Windows Notepad limitation.

Post by Xela »

I have noticed that hex code copied to native winXP Notepad does not want to exceed some like 5000 plus/minus characters, cutting off the reminder of the file when larger. Any idea how this could be overcome or what other text editor can be used to play with hex code?

Main purpose I use the text editor is that I can format code to create some visually recogniseable blocks of data which helps me sometimes greatly to discern and understand the meaning of the content.
Mr.Mouse
Site Admin
Posts: 4073
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 450 times
Been thanked: 682 times
Contact:

Post by Mr.Mouse »

Rahly
VVIP member
VVIP member
Posts: 411
Joined: Thu Aug 05, 2004 10:17 am
Been thanked: 1 time

Post by Rahly »

eh, are you sure? I know there was a limitation in 9x system, but Notepad for XP is only limited by memory. I've loaded files that are over a gig in size with no cutoffs.
"By nature men are alike. Through practice they have become far apart." Confucius (Analect 17:2)
Xela
VIP member
VIP member
Posts: 225
Joined: Sun Jul 31, 2005 4:12 am
Been thanked: 1 time

Post by Xela »

but Notepad for XP is only limited by memory
That could be then. Wonder is it system memory or virtual one? And thanks Mr. Mosue for Notepad++ link.
Rahly
VVIP member
VVIP member
Posts: 411
Joined: Thu Aug 05, 2004 10:17 am
Been thanked: 1 time

Post by Rahly »

it has to be virtual, notepad runs in userspace, which doesn't have access to system memory.
"By nature men are alike. Through practice they have become far apart." Confucius (Analect 17:2)
brienj
VIP member
VIP member
Posts: 288
Joined: Mon May 02, 2005 1:48 pm
Location: Louisville, KY
Has thanked: 10 times
Been thanked: 70 times
Contact:

Post by brienj »

Here is another great free Notepad replacement.

http://welcome.to/metapad/
smithdwsn
ultra-n00b
Posts: 2
Joined: Mon Jun 07, 2010 8:22 pm

Re: Windows Notepad limitation.

Post by smithdwsn »

I am totally agreed with you. Notepad has the limitation. It is not suitable for you when you are typing any language syntax. Because it does not make differences between syntax. While you use notpad++, it is the best for use. It provide this type of features so we can use it effectively.
Rahly
VVIP member
VVIP member
Posts: 411
Joined: Thu Aug 05, 2004 10:17 am
Been thanked: 1 time

Re: Windows Notepad limitation.

Post by Rahly »

I'm partial to VIM myself.
"By nature men are alike. Through practice they have become far apart." Confucius (Analect 17:2)
Post Reply