|
From: Jeff R. <jef...@ea...> - 2001-03-30 16:34:05
|
Daniel, There is a property on SynEdit called MaxLeftChar-- it is at that point that your line is getting cut off. The line is actually still there-- it just doesn't display anything past your MaxLeftChar column. There is also no WordWrap feature of SynEdit currently so MaxLeftChar is what you need to work with-- Good Luck Jeff Rafter ----- Original Message ----- From: "Daniel Novotny" <xno...@in...> To: <syn...@li...> Sent: Friday, March 30, 2001 3:16 AM Subject: [Synedit-devel] line length limitation > Hi, > I am dieveloping a synedit-based editor. > There are some limitations on the length of the lines: > I edited a webpage where author wrote almost none line breaks > in the code and the ending of the lines were lost. > > Will there be some dynamic allocation or something like that > which will break this limitation? > > _______________________________________________ > Synedit-devel mailing list > Syn...@li... > http://lists.sourceforge.net/lists/listinfo/synedit-devel |