Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stem-dev] Graph Editor

Jan,
	have you considered using Subclipse http://subclipse.tigris.org/
for SVN access? You should be able to just install it into Eclipse
without having administrator privileges on your machine.

Dan

------------------------------------------------------------------

Message: 1
Date: Fri, 08 Apr 2011 15:19:18 +0200
From: "Wigger Jan-Frederik"<Jan-Frederik.Wigger@xxxxxxxxxxx>
To:<stem-dev@xxxxxxxxxxx>
Subject: [stem-dev] Graph Editor
Message-ID:<4D9F27760200003000029AEC@daslxgw01>
Content-Type: text/plain; charset="us-ascii"

Hi all,


I have some problems with the eclipse SVN commit that's why I send a
patch -- the protocol svn+ssh is not known and I depend on the
administrators to install turtoise SVN with which I could tell eclipse
what tunnel to use. Or is this too complicated? I am grateful for any
help here...

I tried to quickly implement the stuff we planned to do for the graph
editor. Now it was quite a hurry and I have not had the time to test
everything and some parts of the code are quite a work around that I
want to fix later.
I added a patch to the bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=317129



I had some problems with the file saving, my quick'n'dirty solution is
to close the editor window after saving, I will have to take care of
this later. When graph of a model from the STEM repository is changed,
all models are saved locally in the models folder of the STEM project,
and references to the local graph copies are set. Unless you "save as",
then a new graph file is created out of the caninical graph.

I added some adapters in the package. The stem.core.graph and
stem.core.model packages got new interfaces and graph and model now
implement these interfaces. Otherwise, only changes in the grapheditor
project were made.

I remember that I read a mail that told me that some references in the
MANIFEST.MF because of the included libraries have been removed or
changed. Could not find it, unluckily.. Does anybody recall anything in
this matter?


Have a nice weekend...


Kind regards

Jan




Back to the top