[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-dev] Eclipse 3.1/3.2 Support

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-06-01 23:03:14 CEST

I added code like this as the first thing in the execute method of
commitAction:

                try {
                        if (!isEnabled())
                                return;
                } catch (TeamException e1) {
                        return;
                }

It seemed to work correctly, in that a project that was managed by SVN
brought up the dialog, and one that was not managed by SVN did not get an
error logged anywhere. However, the key bindings still seemed to be
disabled after this. Any idea why?

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Thu Jun 1 23:03:18 2006

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.