Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT Styledtext word wrap

thanks for great news. bit confusing, but otherwise undestandable.

so, what's then most quickest way, to make one Line (let's stick with styledtext terminology) non editable?
catch events and in case, where I am in a line, which is not editable, I just don't allow that event? or now?

btw, it can happen, that I will need such behavior also on line-level., means, if I have text like:

this is my [t1: translation] of <ref>name of book</ref> from <ctrl> texts...

<ctrl> should be handled as one unit... I only can delete whole piece (if allowed...), same with [t1: ... ]

all this are tags, I have to have in the text, and they then have effect on what I can/must do with the text

thanks a lot

marek

Back to the top