[Lazarus] SVN IDE Plugin.

Dimitrios Chr. Ioannidis dioannidis at artesoft.gr
Tue May 19 10:53:35 CEST 2009


On Mon, 18 May 2009 22:40:42 +0800
Paul Ishenin <webpirat at mail.ru> wrote:

> Mattias Gärtner wrote:
> > This is an implementation of my second proposal. It needs
> > parameters to define what to add. For example:
> >
> > TPopupMenu.AddDefaultItems(AControl: TWinControl; SkipMenuEntries: 
> > TInterfaceMenuEntries);
> >
> > type
> >   TInterfaceMenuEntry = (
> >     imeClipboardFunctions,
> >     imeSelectionFunctions,
> >     imeInputMethods,
> >     imeUnicodeFunctions
> >     );
> >   TInterfaceMenuEntries = set of TInterfaceMenuEntry;
> On windows we also have Undo item. Maybe on carbon/qt also something 
> special?

Just add what you think is appropriate.
Or do you propose something other than a set?

Mattias




More information about the Lazarus mailing list