|
From: <Et...@at...> - 2001-03-07 13:07:20
|
I can't imagine a single reason for the keyboard bug. > 2) some stupid a**hole wrote a web page with almost no line breaks in > the HTML code. > The lines are long. When I tried to edit the HTML code using my > editor which uses SynEdit, some of the code got lost - I think > that was because of the long lines. I've seen this one. The problem is the 'MaxLeftChar' property. I haven't realized I way to let SynEdit automotically increase it, so the application will have to do the job. Anyway, the text is not lost, it just doesn't appear beyond MaxLeftChar (1024 by default). []s, Etrusco |