Manfred Klug <manklu@web.de> wrote on 09/21/2006 12:04:11 PM:
> > 1) Look and Feel. Changed to use same icons as CVS (in many cases
> > meaning no icons).
>
> I think it would be best to make the look and feel configurable. CVS by
default and
> TortoiseSVN if the user wants it (or whatever the majority prefers).
Even the used
> icons could be configurable.
This is currently not possible to do with Eclipse. See:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=144126
> It displays a list of the possible values for the svn:keywords property.
A
> feature that
> would be nice for other properties too. I think an extension point would
be
> a good idea.
> Thus it would be possible that others plugins contribute a dialog
fragment
> to edit specific
> properties.
We do not currently allow you to specify a custom dialog, but we do have
an extension point that allows you to add values to the drop-down. And it
already has a tooltip where you can provide information about valid
values. For svn:keywords it lists the values. The problem is that to get
the tooltip for a combo you have to hover over the arrow.
> I would add another point, which should take place soon. A clear
distinction in
> the code base between subclipse internal classes/interfaces and
classes/interfaces
> which can be used by other plugins.
Well, when I did that for our Eclipse submission, I marked everything as
Internal, with the exception being the svnClientAdapter clases.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Sep 21 18:18:24 2006