Notepad => Ctrl + s
-
J@@NS wrote:
anyone know the reason behind this?
Yes, it is a microsoft product. ;P
"Life was much simpler in 2002"
and its a N O T E P A D - highly sophisticated product, not to be given in the hands of kids below 100! :)
Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.
-
Does anyone noticed that? When we save the file (with Status Bar shown) the "Line" and "Col" count goes to 1!! The complexity as that of a Notepad, can have such bugs! :D Cheers!
Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.
Just get Notepad2 and be done with it. I've actually replaced notepad.exe with notepad2, and put a context menu in my Windows Explorer using a reg key, and it's a blessing. now when I go to someone else's PC or have to remote onto a server somewhere and try to edit XML config files or something like that, I cringe at how bad the original Notepad app is. It's actually too basic. Notepad++, on the other hand, is actually a bit too feature-rich to be my default text editor.
Smokie, this is not 'Nam. This is bowling. There are rules.
-
If we enable
wordwrap
status bar will be disabled, anyone know the reason behind this?*jaans
Think about it. What does the column and line numbers refer to?? Does it refer to the line that is rendered on screen, using the current width of the Notepad window, or is it the line of text before the user hits Enter, even though this may be several screen lines long?? If the size of the Notepad window changes, it pretty much makes all the numbers meaningless, now doesn't it?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Think about it. What does the column and line numbers refer to?? Does it refer to the line that is rendered on screen, using the current width of the Notepad window, or is it the line of text before the user hits Enter, even though this may be several screen lines long?? If the size of the Notepad window changes, it pretty much makes all the numbers meaningless, now doesn't it?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007Yes, they should get rid of them in all editors. :->
-
Just get Notepad2 and be done with it. I've actually replaced notepad.exe with notepad2, and put a context menu in my Windows Explorer using a reg key, and it's a blessing. now when I go to someone else's PC or have to remote onto a server somewhere and try to edit XML config files or something like that, I cringe at how bad the original Notepad app is. It's actually too basic. Notepad++, on the other hand, is actually a bit too feature-rich to be my default text editor.
Smokie, this is not 'Nam. This is bowling. There are rules.
-
If we enable
wordwrap
status bar will be disabled, anyone know the reason behind this?*jaans
J@@NS wrote:
If we enable wordwrap status bar will be disabled, anyone know the reason behind this?
I asked this question a long time ago. Someone provided a reasonable answer. Too bad I don't remember it. I tried searching lounge comments but I forget what year I asked.
Later, JoeSox CPMCv1.0 - humanaiproject.org - Last.fm - pswrdgen - PPokemon
-
J@@NS wrote:
If we enable wordwrap status bar will be disabled, anyone know the reason behind this?
I asked this question a long time ago. Someone provided a reasonable answer. Too bad I don't remember it. I tried searching lounge comments but I forget what year I asked.
Later, JoeSox CPMCv1.0 - humanaiproject.org - Last.fm - pswrdgen - PPokemon
I did a brief Internet Search and got the following post: http://www.neophob.com/serendipity/index.php?/archives/101-Windows-Notepad-Hints.html[^] Does this help?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
Just get Notepad2 and be done with it. I've actually replaced notepad.exe with notepad2, and put a context menu in my Windows Explorer using a reg key, and it's a blessing. now when I go to someone else's PC or have to remote onto a server somewhere and try to edit XML config files or something like that, I cringe at how bad the original Notepad app is. It's actually too basic. Notepad++, on the other hand, is actually a bit too feature-rich to be my default text editor.
Smokie, this is not 'Nam. This is bowling. There are rules.
melchizidech wrote:
It's actually too basic. Notepad++, on the other hand, is actually a bit too feature-rich to be my default text editor.
Notepad++ is great, I just don't use regular notepad anymore. http://notepad-plus.sourceforge.net/uk/site.htm[^]
God bless, Ernest Laurentin
-
melchizidech wrote:
It's actually too basic. Notepad++, on the other hand, is actually a bit too feature-rich to be my default text editor.
Notepad++ is great, I just don't use regular notepad anymore. http://notepad-plus.sourceforge.net/uk/site.htm[^]
God bless, Ernest Laurentin
Oh don't get me wrong, it is great, but it's better for different things. Notepad2 is much much faster to load and simpler to use for basic XML and INI text editing. Notepad++ has better language support, I use it for JavaScript a lot, the function list on the right is dead handy.
Smokie, this is not 'Nam. This is bowling. There are rules.
-
Oh don't get me wrong, it is great, but it's better for different things. Notepad2 is much much faster to load and simpler to use for basic XML and INI text editing. Notepad++ has better language support, I use it for JavaScript a lot, the function list on the right is dead handy.
Smokie, this is not 'Nam. This is bowling. There are rules.
I've never used Notepad2 before...I'll give it a shot!
God bless, Ernest Laurentin
-
If we enable
wordwrap
status bar will be disabled, anyone know the reason behind this?*jaans
J@@NS wrote:
anyone know the reason behind this?
Yes, they disable the status bar because with word wrap, the col and row numbers wouldn't make any sense. It's just a shortcut around a complex problem.
“Cannot find REALITY.SYS...Universe Halted.” ~ God on phone with Microsoft Customer Support
-
I did a brief Internet Search and got the following post: http://www.neophob.com/serendipity/index.php?/archives/101-Windows-Notepad-Hints.html[^] Does this help?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis LevinsonNotepad has a help file? I'm gobsmacked!