From 5c941dbdd8fb13c0938f03cc7902fa6d7a8a740d Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 3 Dec 2010 12:32:35 +0000 Subject: =?UTF-8?q?=E2=80=A2=20preparations=20for=20handling=20issue=20if?= =?UTF-8?q?=20user=20assigned=20the=20same=20keyboard=20short-cut=20on=20d?= =?UTF-8?q?ifferent=20Bundle=20commands;=20if=20so=20show=20a=20kind=20of?= =?UTF-8?q?=20a=20context=20menu=20to=20pick=20up=20one=20item;=20this=20w?= =?UTF-8?q?ill=20be=20done=20via=20the=20new=20SPChooseMenuItem=20class=20?= =?UTF-8?q?which=20will=20display=20a=20borderless=20window=20with=20a=20c?= =?UTF-8?q?ontext=20menu=20at=20a=20passed=20location?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPChooseMenuItemDialog.m | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Source/SPChooseMenuItemDialog.m (limited to 'Source/SPChooseMenuItemDialog.m') diff --git a/Source/SPChooseMenuItemDialog.m b/Source/SPChooseMenuItemDialog.m new file mode 100644 index 00000000..2dc73077 --- /dev/null +++ b/Source/SPChooseMenuItemDialog.m @@ -0,0 +1,30 @@ +// +// $Id: SPChooseMenuItemDialog.m 744 2009-05-22 20:00:00Z bibiko $ +// +// SPChooseMenuItemDialog.m +// sequel-pro +// +// Created by Hans-J. Bibiko on Dec 03, 2010. +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// More info at + +#import "SPChooseMenuItemDialog.h" + + +@implementation SPChooseMenuItemDialog + +@end -- cgit v1.2.3