On Fri, 15 Feb 2002, Andriy Palamarchuk wrote:
I *think* this patch does not depend on my previous patch.
Changelog:
- implemented parsing of file name, passed in command
line, loading new file on startup. This fixes bug 407
Did you notice in testing this patch that notepad can not save a file? Never mind bug 407, that is the Real Bug that renders notepad unusable. :-). I guess this is not an urgent bug, I can use joe, jed, vi (elvis, vim) or emacs if I need to change a file.
Lawson
Illigitimati non carborundum.
On Tue, 19 Feb 2002 lawson_whitney@juno.com wrote:
On Fri, 15 Feb 2002, Andriy Palamarchuk wrote:
I *think* this patch does not depend on my previous patch.
Changelog:
- implemented parsing of file name, passed in command
line, loading new file on startup. This fixes bug 407
Did you notice in testing this patch that notepad can not save a file? Never mind bug 407, that is the Real Bug that renders notepad unusable. :-). I guess this is not an urgent bug, I can use joe, jed, vi (elvis, vim) or emacs if I need to change a file.
Hey, I'm quite happy that he fixed bug 407 (ok, maybe it's because I entered the bug :-).
But it's true that notepad seems quite broken at the moment:
* if I pass a filename on the command line notepad crashes on startup... but not always. * selecting a section of text with the mouse does not work * selecting with shift+arrow keys does not work * backspace works but not del * notepad always believes I have modified the file * the dialog telling me that the file was modified contains a random character after the question mark: Would you like to save the changes ? u * search does not work * etc.
I have been told that the problem is that notepad should use an edit control instead of trying to do everything itself. Also it has never been tested on Windows and has probably been broken by various 'fixes'. Maybe I should enter a new bug report? Unfortunately I don't have time to go in and look at it myself.
-- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ La terre est une bêta...
Also it has never been tested on Windows and has probably been broken by various 'fixes'. Maybe I should enter a new bug report? Unfortunately I don't have time to go in and look at it myself.
No it has been tested on windows. =) we ported it and winemine as part of the ReactOS port. Anyway it suffers from the same issues on *doze as under wine.
Steven
__________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com
--- Francois Gouget fgouget@free.fr wrote:
But it's true that notepad seems quite broken at the moment:
- if I pass a filename on the command line notepad
crashes on startup... but not always.
- selecting a section of text with the mouse does
not work
- selecting with shift+arrow keys does not work
- backspace works but not del
- notepad always believes I have modified the file
- the dialog telling me that the file was modified
contains a random character after the question mark: Would you like to save the changes ? u
search does not work
etc.
I have been told that the problem is that notepad
should use an edit control instead of trying to do everything itself.
It is difficult not to notice :-)
Also it has never been tested on Windows and has probably been broken by various 'fixes'.
It looks like it was developed on Windows. The directory contains makefile for the free Windows toolchain lcc. In my patch I added a makefile for cygwin.
Maybe I should enter a new bug report? Unfortunately I don't have time to go in and look at it myself.
I will look at notepad more closely later.
Andriy Palamarchuk
__________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com