what do people think of things like :

-               if (inset && inset->editable() == Inset::HIGHLY_EDITABLE) {
+               if (isHighlyEditableInset(inset)) {

where it's some small inline function ?

I personally think things like this improve readability a lot, especially
in things like text.C

regards
john

-- 
"I'd rather be rudely informed than politely left in the dark."

Reply via email to