From: "Shawn O. Pearce" <spearce@spearce.org>
To: Douglas Campos <douglas@theros.info>
Cc: Robin Rosenberg <robin.rosenberg@dewire.com>,
Johannes Schindelin <johannes.schindelin@gmx.de>,
git@vger.kernel.org
Subject: Re: [JGIT PATCH 0/3] Request for help: graph-based UI
Date: Sat, 25 Jul 2009 13:59:36 -0700 [thread overview]
Message-ID: <20090725205936.GF11191@spearce.org> (raw)
In-Reply-To: <ed88cb980907251354o3c5e9007t4de328d0c4cdea52@mail.gmail.com>
Douglas Campos <douglas@theros.info> wrote:
> Just a question.. all graphic things that we implement in swing aren't
> usable inside eclipse with swt-awt bridge?
They should be usuable inside the SWT-AWT bridge, but that bridge
is really dicey to get working right sometimes. I had a lot of
trouble with it at my prior day-job and am happy I no longer have
to deal with it.
For the most part, SWT and AWT are similar enough in their rendering
that its possible to build most of a layout algorithm to be rendering
API agnostic, and then permit implementation of AWT and SWT backends.
But that still is duplicated effort, vs. straightforward code reuse.
--
Shawn.
next prev parent reply other threads:[~2009-07-25 20:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-12 14:46 [JGIT PATCH 0/3] Request for help: graph-based UI Johannes Schindelin
2009-07-12 14:46 ` [JGIT PATCH 1/3] Add a rudimentary graph-based user interface Johannes Schindelin
2009-07-12 14:47 ` [JGIT PATCH 2/3] Add license boiler-plates Johannes Schindelin
2009-07-12 14:47 ` [JGIT PATCH 3/3] Introduce the command 'jgit gui' Johannes Schindelin
2009-07-21 19:40 ` [JGIT PATCH 0/3] Request for help: graph-based UI Robin Rosenberg
2009-07-25 20:54 ` Douglas Campos
2009-07-25 20:59 ` Shawn O. Pearce [this message]
2009-07-25 23:20 ` Johannes Schindelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090725205936.GF11191@spearce.org \
--to=spearce@spearce.org \
--cc=douglas@theros.info \
--cc=git@vger.kernel.org \
--cc=johannes.schindelin@gmx.de \
--cc=robin.rosenberg@dewire.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.