Bo Peng wrote:
>> Commited. If there are no problems with the new feature in the next days
>> I'll ask Juergen.
>
> This feature does not work in the trunk.
Ah yes, forgot one problem with the very last line of source code, could you
try the attached?
A/
Index: TexRow.cpp
===================================================================
--- TexRow.cpp (revision 19508)
+++ TexRow.cpp (working copy)
@@ -73,6 +73,8 @@
} else if (foundid)
break;
}
+ if (!foundid)
+ return rowlist.size();
return bestrow;
}