Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: byo on August 10, 2007, 01:23:07 pm

Title: wxSmith and Point-by-mouse
Post by: byo on August 10, 2007, 01:23:07 pm
Hi,

I've implemented long-waited insert-by-pointing-with-mouse feature into wxSmith. Current code is really early so I want you to give me any suggestions how it could be improved to be most comfortable.

Currently it works like this: when item in palette is clicked, editor comes into "insert" mode, clicking somewhere inside editor will add new items. Insert mode can be cancelled with right mouse button.

I'm going out for a weekend and hope that I'll find nice suggesions here after I'm back ;)

BYO