Better yet, i'll just patch it:
fluid.cxx:
749,757d748
< void delete_cb(Widget *, void *) {
< if (!FluidType::current) return;
< Undo::checkpoint();
< FluidType *p = FluidType::current->parent;
< while (p && p->selected()) p = p->parent;
< delete_all(1);
< if (p) select_only(p);
< }
<
fluid_menus.cxx
47d46
< DECL_MENUCBV(delete_cb);
182d180
< new Item("Delete", DeleteKey, delete_cb);
On Feb 13, 2008 7:03 PM, Greg Ercolano <[EMAIL PROTECTED]> wrote:
> Marcel Dejean wrote:
> > Still, deleting without cutting would be a good feature ;)
>
> Yes, in fluid 1.x the DEL key will remove the widgets
> without affecting the paste buffer, and there's also
> an Edit->Delete.
>
> Looks like fluid2 doesn't have either.
> I'd suggest making an STR against fltk 2.0 requesting this
> be brought over.
>
> _______________________________________________
> fltk mailing list
> [email protected]
> http://lists.easysw.com/mailman/listinfo/fltk
>
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk