Re: Word wrapping problem

2013-07-27 Thread Lin Wei
volunteering for the next whole year. Is it fine? Best, Wei Lin On Wed, Jul 24, 2013 at 4:12 PM, Scott Kostyshak wrote: > On Wed, Jul 24, 2013 at 3:39 AM, Lin Wei wrote: > > Sorry for late reply. I've been volunteer teaching in undeveloped areas > > where I can only check

Re: Word wrapping problem

2013-07-24 Thread Lin Wei
Sun, May 5, 2013 at 3:58 AM, Lin Wei wrote: > > Still have some doubt about the algorithm for word wrap. > > > > TextMetrics.cpppos_type TextMetrics::rowBreakPoint(int width, > pit_type > > const pit, pos_type pos) const > > > > This function seems to i

Re: Word wrapping problem

2013-05-05 Thread Lin Wei
d per pass or just a character. Furthermore, If it is a word, how does LyX wrap a long word to the next row? Thx. Best, Lin On Tue, Apr 9, 2013 at 3:25 PM, Lin Wei wrote: > It seems the following function decides where to break within a paragraph: > TextMetrics.cpp: pos_type

Re: Word wrapping problem

2013-04-09 Thread Lin Wei
;t know the convention in developing free software, but should I reply only to the mailing list or cc to everyone replied me as well? Best, Lin On Sun, Apr 7, 2013 at 9:40 AM, Scott Kostyshak wrote: > On Sat, Apr 6, 2013 at 9:30 PM, Lin Wei wrote: > >> >> TO Richard Heck: >

Re: Word wrapping problem

2013-04-09 Thread Lin Wei
013 at 3:08 PM, Abdelrazak Younes wrote: > On 07/04/2013 03:30, Lin Wei wrote: > > Sorry to bother again. Just want to add more details about the word > wrapping problem <http://www.lyx.org/trac/ticket/4635> I mentioned > before<http://www.mail-archive.com/lyx-dev

Re: Word wrapping problem

2013-04-06 Thread Lin Wei
But...there is actually no RowMetrics.cpp.. On Sat, Apr 6, 2013 at 9:01 AM, Lin Wei wrote: > By the way, sorry for my late reply... > > > On Sat, Apr 6, 2013 at 8:35 AM, Lin Wei wrote: > >> Thanks a lot :) >> >> >> On Sat, Mar 30, 2013 at 11:04 PM

Re: Word wrapping problem

2013-04-05 Thread Lin Wei
By the way, sorry for my late reply... On Sat, Apr 6, 2013 at 8:35 AM, Lin Wei wrote: > Thanks a lot :) > > > On Sat, Mar 30, 2013 at 11:04 PM, Richard Heck wrote: > >> On 03/30/2013 06:48 AM, Lin Wei wrote: >> >> Hi there, >> >> Word wrapping do

Re: Word wrapping problem

2013-04-05 Thread Lin Wei
Thanks a lot :) On Sat, Mar 30, 2013 at 11:04 PM, Richard Heck wrote: > On 03/30/2013 06:48 AM, Lin Wei wrote: > > Hi there, > > Word wrapping doesn't work perfectly when I use LyX with both Chinese > and English. > Seems this bug/defect <http://www.lyx.o

Word wrapping problem

2013-03-30 Thread Lin Wei
Hi there, Word wrapping doesn't work perfectly when I use LyX with both Chinese and English. Seems this bug/defect has been identified for over 5 years but still left unclosed. I'm trying fix it myself but get stuck in locating the source file of word wrapping