- This topic has 3 replies, 2 voices, and was last updated 15 years, 8 months ago by donghuizz.
-
AuthorPosts
-
donghuizzMemberI’ve created an UML 1.0 sequence diagram. See
http://www.ccs.neu.edu/home/donghui/tmp/wrong.umr
The problem is that the vertical lines extends too much downward. Any idea?
Loyal WaterMemberdonghuizz,
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information her for me.I was unable to open the umr that you have point out but I guess the issue that you have pointed out is that there is no way to reduce the size of the vertical line in the diagram. I’ll file a PR and get this checked by the dev team.
donghuizzMemberNipun, I just checked and the file opens fine. Here’s what I did:
1. Download the file “wrong.umr”.
2. Start MyEclipse 7.1 and create a Java project.
3. In Windows Explorer, go to the folder that contains “wrong.umr”, click the file and press “Ctrl-C” (to copy the file).
4. In MyEclipse, click the “default package” of the Java project, and press “Ctrl-V” (to paste the file into the project).
5. In MyEclipse, double click “wrong.umr”.It appears to have a way to change the size of a vertical line. That is, select a vertical line, then in the “presentation” tag, change the last number in “Bounds”. In fact if you do that, you will find the line becomes shorter. But there are two problems which look like bugs to me:
(a) You change the bounds for one vertical line, while the other vertical lines do not shrink size, if you click another vertical line, the bounds in the presentation tab are also shown as the new value. (If not, I could change each of them one by one).
(b) You save the file and reopen it, the bounds of all vertical lines change back to their original value.
Please check again.
Also, although I do not see why my installation summary is relevant to this issue, I’ll post it below.
donghuizzMember*** Date:
Saturday, March 14, 2009 11:32:52 PM EDT** System properties:
OS=WindowsVista
OS version=6.0.0
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.1.1
Build id: 7.1.1-20090310*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.1
Build id: 7.1-20090306Eclipse Platform
Version: 3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu
Build id: M20080911-1700Eclipse Java Development Tools
Version: 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97
Build id: M20080709-0800Eclipse Plug-in Development Environment
Version: 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP
Build id: M20080703-0800Eclipse Graphical Editing Framework GEF
Version: 3.4.1.v20080806-67718083A56B4H2A3213573
Build id: 200809101400Eclipse RCP
Version: 3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341
Build id: M20080703-0800Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\Genuitec\MyEclipse 7.0\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
-clean
-configuration
C:\Program Files\Genuitec\MyEclipse 7.0\configuration
-vm
C:\Program Files\Genuitec\Common\binary\com.sun.java.jre.win32.x86_1.5.0.011\bin\client\jvm.dll -
AuthorPosts