Abdelrazak Younes a écrit :
Lars Gullik Bjønnes a écrit :
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Index: text3.C
| ===================================================================
| --- text3.C (revision 13773)
| +++ text3.C (working copy)
| @@ -327,11 +327,12 @@
| recUndo(pit, pit + 1);
| finishUndo();
| std::swap(pars_[pit], pars_[pit + 1]);
| +
| + ParIterator begin(cur);
| ++cur.pit();
| + ParIterator end(cur); ++end;
better
ParIterator end = boost::next(cur);
Yep, I'll try that and commit if it works, thanks.
It works, fine. Committed.
Edwin, I like this feature a lot!
Martin, is there any key binded to the outline operations? These would
be very useful.
Abdel.