Giter Site home page Giter Site logo

umlet / umlet Goto Github PK

View Code? Open in Web Editor NEW
1.4K 60.0 299.0 63.97 MB

Free UML Tool for Fast UML Diagrams

Home Page: http://www.umlet.com

License: GNU General Public License v3.0

Java 35.26% Shell 0.05% HTML 0.16% CSS 0.11% TypeScript 0.73% JavaScript 63.70%

umlet's Introduction

Build Status Java CI with Maven

UMLet

UMLet is an open-source UML tool with a simple user interface: draw UML diagrams fast, export diagrams to eps, pdf, jpg, svg, and clipboard, share diagrams using Eclipse, and create new, custom UML elements.

umlet's People

Contributors

911992 avatar afdia avatar ansimun avatar barthel avatar bentyger avatar ddetleffsen avatar dependabot[bot] avatar e01306821 avatar frademacher avatar games647 avatar gogatagogata avatar hirzraimund avatar keesj avatar maqroll avatar montecito avatar oakenshild avatar paulsmithkc avatar ruediste avatar sammyshp avatar schuellerf avatar sedadas avatar tekbert avatar umlet avatar wasseranomalie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

umlet's Issues

Overlaping elemts selection bug

What steps will reproduce the problem?
1. Create a diagram with ends of two arrows overlap.
2. Select the one arrow by clicking on non-overlapping end.
3. Press the left mouse button on circle around overlapping arrow end.

What is the expected output? What do you see instead?
Expected: Selection remains the same, and you can drag the end of arrow 
(selected in step 2) anywhere.
Instead: Another arrow is selected.

What version of the product are you using? On what operating system?
umlet 11.3 standalone, on Windows XP SP3, same problem on Windows 7 x64 SP1.

Please provide any additional information below.
Select the arrow '1' first in attached document to reproduce.

Original issue reported on code.google.com by [email protected] on 8 Jul 2011 at 5:48

Attachments:

Exporting on top of an existing file can fails

Hi, I did the following:

1) edit a diagram
2) export it as pdf (do not edit the filename, leave it without extension)
-> the pdf is created
3) edit it again
4) export as pdf, and don't select the previous file (so the filename specified 
is without the pdf extension)
-> the pdf is still the old one, no error appear

If in step 3, you select the old file, so that the filename contains now the 
extension, UMLet tells you he is gonna override the previous file, and it works.

Original issue reported on code.google.com by [email protected] on 31 May 2011 at 1:06

copy/paste causes arrows to shift around

What steps will reproduce the problem?
1. Select All (CTRL+A)
2. Copy (CTRL+C)
3. New Document (File->New)
4. Paste (CTRL+V)

Expected: exact copy of first document
Instead: many of the arrows shift towards the left

Using UMLet 11.2 on Windows 7.

I suspected this had something to do with the zoom setting being different, but 
I tested and can confirm that this is not the case.

I don't know what causes this problem.

Please see attached before and after screenshots.

Original issue reported on code.google.com by [email protected] on 26 Apr 2011 at 3:17

Attachments:

Eclipse error after copying uxf files

Error report per mail:

I’ve done this to myself twice:

-       In Eclipse, select an existing .uxf file, right-click, copy,
paste, and rename the file. This is so I can use an existing .diagram
as a starting point for a new diagram.

-       Edit the copied and renamed diagram.

-       Save.

-       Modal error dialog pops up that says: “An error occurred
during saving. Please check the filename and your write access.”

-       Smack forehead for forgetting file I copied from is checked in.

-       Go to file system, right-click on copied file, uncheck
read-only, click OK.

-       Click on modal error dialog’s OK button expecting
Eclipse/UMLet to return to normal.

But it doesn’t return to normal. The moment the modal error dialog
pops up, Eclipse is locked up and unresponsive.


...

Correction—it turns out I can kill the ERROR tasks that’s running, and
that returns me to Eclipse without losing my work. So this problem is
a minor annoyance, not destructive.

Original issue reported on code.google.com by AFDiaX on 25 May 2011 at 11:49

label position (relations)

Is it possible to modify, in some way, the position of the labels of roles, 
multiplicities or associations? The line of an association sometimes overwrites 
the labels. The text becomes unreadable. Thanks

Original issue reported on code.google.com by [email protected] on 1 May 2011 at 9:46

Feature: export all

Hi,

Would be nice to have an export all menu item for all open diagram.

Also maybe for the command line batch mode, maybe to have umlet take a bunch of 
diagram as entry so that we can save the starting time to make the generation 
of a lot of files quicker!

Thanks

Original issue reported on code.google.com by [email protected] on 1 Jun 2011 at 9:20

Unable to expand or resize 'interface ' diagram to accomodate more text

What steps will reproduce the problem?
1. Add an interface to the diagram 
2. Give the interface a long name which doesn't fit in the space available
3. Try to drag the digram to expand it (as per the class diagram), but unable 
to (no resize arrow displayed when hovering over the edges)

What is the expected output? What do you see instead?
Expected: Resize arrow hovering over interface edges
Instead: 'hand' symbol (i.e. to move component)

What version of the product are you using? On what operating system?
UMLLet 11.2, Windows 7

Please provide any additional information below.

java version "1.6.0_20"

Original issue reported on code.google.com by [email protected] on 6 Jun 2011 at 8:52

Relations covering a colored element: problem

Hi,

When I have a relation covering an element with a background color, part of the 
relation is white.

For example if you put a class with a background color and put a relation 
"lt=(()" on top of it, the circle is white.

It would be nice if we could at least specify a background color for the 
relation, which is not possible…

I am using UMLet 11.2 in standalone (outside of Eclipse)

Original issue reported on code.google.com by [email protected] on 31 May 2011 at 8:07

Remove startup INFO message from JSyntaxPane

What steps will reproduce the problem?
1. Start program
2. Message "INFO: unable to load configuration for: class 
com.umlet.gui.UmletSyntaxKit from 
com/umlet/gui/UmletSyntaxKit/config.properties" appears

What is the expected output? What do you see instead?
Instead: No message should be shown

Original issue reported on code.google.com by AFDiaX on 8 Mar 2011 at 8:15

Undo/Redo withing a panel (property, custom,...) doesn't work as expected

What steps will reproduce the problem?
1. Type some text in the property panel
2. Press UNDO

What is the expected output? What do you see instead?
Expected: The last part of the text should be undone (see any text editor)
Instead:  The whole text disappears

Original issue reported on code.google.com by AFDiaX on 13 Jan 2011 at 8:13

GUI: tab bar shifted left when saving, copying, pasting…

Hi,

This is something a bit bothering when manipulating a lot of opened tabs:

When I am on the tabs the more on the right (after I shifted it right with the 
little arrows), if I save for example with ctrl-s, then the tab bar shift back 
left…
So when I have a bunch of diagram to save, I have to push again each time the 
little arrow… !

Thanks :)

Original issue reported on code.google.com by [email protected] on 1 Jun 2011 at 9:18

Sometimes the right panel (palette+properties) width resets to 0px

Currently no way to reproduce the problem intentionally is known

To fix the problem, the structuring of the Swing UI should be reworked and any 
UI change should be done by using "SwingUtilities.invokeLater()" like many 
methods already do in Main.java 

Original issue reported on code.google.com by AFDiaX on 22 Jun 2011 at 7:39

diagram gets * for being unsaved after copy-command

What steps will reproduce the problem?
1. Go into property panel
2. copy some text

What is the expected output? What do you see instead?
diagram is recognized as unsaved (gets the * besides the name) even if no 
change has happened

Original issue reported on code.google.com by AFDiaX on 13 Jan 2011 at 7:59

When Japanese is input to the property panel, rectangle is displayed.

What steps will reproduce the problem?
1. Go into property panel
2. Input some japanese(It converts it with IME. )

What version of the product are you using? On what operating system?
The problems was confirmed from version 11.0. (It did not happen before that. 
)
OS is Windows Vista(64bit)

Please provide any additional information below.
Perhaps,there is no Japanese glyphs in the font.
It is correctly displayed in other panels. 

# I'm sorry in poor English. 

Original issue reported on code.google.com by [email protected] on 5 Aug 2011 at 11:42

Attachments:

Resizing should not change property panel size

Resizing the main program windows will change the size of the property panel 
and not the diagram panel
It would be better if the property panel is fixed and the diagram panels 
changes its size

Original issue reported on code.google.com by AFDiaX on 22 Jun 2011 at 7:28

Recently used list should list saved diagrams

Currently only opened diagrams are added to the list. It would be better if 
saving a diagram also adds it to the list

Original issue reported on code.google.com by AFDiaX on 22 Jun 2011 at 7:26

Bold box titles doesn't get properly centered

It seems like the centered position is calculated using non bold text instead 
of normal text. Since bold text is wider than normal the centered position is 
wrong.

I'm using Umlet 11.3 on Ubuntu 11.04

Regards.

Original issue reported on code.google.com by superruzafa on 30 Jun 2011 at 10:24

Attachments:

Better UMLet integration into Eclipse (installing via source)

UMLet should be better integrated into Eclipse.
The user should enter an URL into the Plugin sources and install UMLet by 
clicking on the checkbox.
That way automatic updates are also possible

Further informations:
http://marketplace.eclipse.org/marketplace-client-intro
http://wiki.eclipse.org/FAQ_How_do_I_create_an_update_site_%28site.xml%29%3F
http://www.eclipse.org/articles/article.php?file=Article-Update/index.html

Original issue reported on code.google.com by AFDiaX on 25 Mar 2011 at 12:31

Move user specific changes into a separate file/database

What steps will reproduce the problem?
1. Move the diagram without "modifying" it
2. A "*" appears

What is the expected output? What do you see instead?
Expected: I would prefer no '*'. I'm working with other people on shared 
folders (with a versioning system or not) and I should be able to view the 
diagram without having to "modify" it. If I move the diagram and close it, user 
information should be saved in another place than the diagram itself. 

Maybe a way to "lock" the file as read-only when opened by someone in a shared 
environment could also be interesting. Versioning a file with something like 
Perforce could be an overkill when you just want to work on a few diagrams with 
someone. A simple automatic mechanism could be helpful.

What version of the product are you using? On what operating system?
v11.2


Original issue reported on code.google.com by [email protected] on 30 Apr 2011 at 1:40

Eclipse Menu doesnt show actual zoom lvl in the zoom menu

What steps will reproduce the problem?
1.Select zoom menu in the eclipse plugin

What is the expected output? What do you see instead?
Expected: actual zoom value should be marked

Original issue reported on code.google.com by AFDiaX on 28 Mar 2011 at 8:35

Printing fails with specific printer

What steps will reproduce the problem?
1. Open/create diagram
2. Ctrl-P (or from File->Print...)
3. Press OK in the printer dialog with a printer named "Dell 2330dn Laser 
Printer" (network printer).

What is the expected output? What do you see instead?
Expected: Diagram sent to printer
Instead: Popup error dialog with message: An error occurred during printing.

What version of the product are you using? On what operating system?
11.3 on Windows XP SP3

Please provide any additional information below.
It works with other network printers, and I can also print using CutePDF. Let 
me know if you require further details.

Original issue reported on code.google.com by allan.larsen on 21 Jul 2011 at 2:02

"axis.value.show=" and "axis.value.show=" doesn't work as local setting

What steps will reproduce the problem?
1. use a line like "plot axis.value.show=" or "plot axis.desc.show=" in Plotlet

What is the expected output? What do you see instead?
Expected: The local plot should show nothing of the value/desc axis.
Instead: Setting is ignored and only works if it's a global setting

Original issue reported on code.google.com by AFDiaX on 13 Jan 2011 at 8:10

Order of elements inverted in pdf export

Hi,

When I have several elements covering each others and I export the document in 
pdf, the order of elements is inverted.

I'm using UMLet 11.2 standalone (outside of Eclipse)

Original issue reported on code.google.com by [email protected] on 31 May 2011 at 8:02

Sequence all in one doesnt support lifelines through inner frames

It's not possible to create lifelines which go through inner frames. Inner 
frames always cut them in 2 lifelines

The attached seq1.uxf should look like seq3.uxf

What version of the product are you using? On what operating system?
10.4

Original issue reported on code.google.com by AFDiaX on 19 Dec 2010 at 10:24

Attachments:

Several Plot improvements

  • add command to move location of value axis (e.g. the axis should be on 30 instead of 0)
  • add command to show a plot legend
  • optional command to fix plot-grid-size and avoid manual resize (e.g. "plot.size=10x20" sets it to 100px x 200px)
  • add command to change fontsize of plot description
  • add command to only plot some columns or rows of dataset (e.g. "plot data=test:3,5" only plots colum 3 and 5 of dataset called test)
  • refactoring for better integration of generic parser for NewGridElement (plotgrid existed before the new parser, therefore it uses a separate parser implementation)
  • allow syntax for amount of splits in "axis.value.list" instead of explicit value listing (e.g. axis.value.list=/5 should show 5 equally distributed splits)
  • allow easy import of excel files or from excel tables which has been copied into the clipboard
  • pie-plot: add command to show percentage label of each pie piece near the piece
  • perhaps change the command "tilt=true|false" to "plot.tilt=true|false" for consistency (or perhaps "plot.invert=true|false")
  • allow overlapping plots (e.g. with + prefix for plot command):
    plot data=1 type=line
    +plot data=2 type=bar
  • the following table works:
    a 1
    b 2
    if it gets inverted it doesnt work anymore:
    1 a
    2 b
    -> this should yield the same result

Custom Elements should have a possibility for automatic word wrap

At the moment there is no way to create an automatic word wrap for custom 
elements (or default elements)

Such a method should be added for custom elements (perhaps in future versions 
also for default elements)

Original issue reported on code.google.com by AFDiaX on 25 Mar 2011 at 12:39

File overwriting warning is missing if filename has no file extension

What steps will reproduce the problem?
1. Use Save as
2. Use the same name as an existing diagram but without mentioning the 
extension (eg: "diagram" instead of "diagram.png")

What is the expected output? What do you see instead?
Expected: If there is a "diagram.png" a warning should be shown that it will be 
overwritten
Instead: The warning is missing

Original issue reported on code.google.com by AFDiaX on 2 Apr 2011 at 10:21

Converting caused NullPointerException

What steps will reproduce the problem?
1. Start umlet from bash terminal to convert uxf-files to other formats
2. Command was: java -jar umlet.jar -action=convert -format=pdf 
-filename=filename.uxf

What is the expected output? What do you see instead?
Expected: Expected created output file
Instead:
Following exception came:
     0 | ERROR | com.baselet.control.Main       - "Initialization or uncaught outer Exception"
java.lang.NullPointerException
    at com.baselet.diagram.DiagramHandler.<init>(DiagramHandler.java:60)
    at com.baselet.diagram.DiagramHandler.<init>(DiagramHandler.java:45)
    at com.baselet.control.Main.doConvert(Main.java:192)
    at com.baselet.control.Main.main(Main.java:100)

What version of the product are you using? On what operating system?
product version: 11.2, April 2011
OS: Ubuntu 10.4.
I dont use the Eclipse Plug-In.

Please provide any additional information below.
I tried several formats and files, nothing worked!

Original issue reported on code.google.com by [email protected] on 9 Jun 2011 at 4:21

Open multiple diagrams

The "Open Diagram" dialog should allow opening more than one diagrams by 
selecting more diagrams (eg: with Strg+click)

Original issue reported on code.google.com by AFDiaX on 22 Jun 2011 at 7:24

drag&drop from explorer to program doesn't work if dropped on the infotext

What steps will reproduce the problem?
1.drag&drop diagram directly onto the info text which is shown as long as no 
diagram is visible

What is the expected output? What do you see instead?
drag&drop doesn't work (diagram isn't opened by program)

Please use labels and text to provide additional information.


Original issue reported on code.google.com by AFDiaX on 13 Jan 2011 at 8:05

Strg+click on the border of an element deselects all previously selected elements

What steps will reproduce the problem?
1. select some elements with strg+click
2. select one element more by using strg+click on the border of the element

What is the expected output? What do you see instead?
Expected: Element should be added to selection.
Actual behavior: Only the last element is selected, all previously selected 
elements are deselected

Original issue reported on code.google.com by AFDiaX on 13 Jan 2011 at 8:08

File export from command line does not work anymore with 11.2

What steps will reproduce the problem?
Call UMLet from command line
%JAVA_HOME%/bin/javaw -jar %UMLET_ROOT%/umlet.jar -action=convert -format=png 
-filename=foo.uxf -output=foo.png

What is the expected output? What do you see instead?
Expected: The file is converted to PNG
Instead: Nothing happens, no output is written

What version of the product are you using? On what operating system?
- UMLet 11.2
- Windows 7 64 Bit
- Java build 1.6.0_25-b06 (64 Bit)

Please provide any additional information below.
It worked up to 11.1

If called with java instead of javaw the following error is shown:
     1 | ERROR | com.baselet.control.Main       - "Initialization or uncaught ou
ter Exception"
java.lang.NullPointerException
        at com.baselet.diagram.DiagramHandler.<init>(DiagramHandler.java:60)
        at com.baselet.diagram.DiagramHandler.<init>(DiagramHandler.java:45)
        at com.baselet.control.Main.doConvert(Main.java:192)
        at com.baselet.control.Main.main(Main.java:100)


Original issue reported on code.google.com by [email protected] on 30 Apr 2011 at 7:09

copied items should have a higher z-order priority

What steps will reproduce the problem?
1. Copy an item (per double-click)
2. Click on the area where the original and the copy are overlapping
3. Move the mouse

What is the expected output? What do you see instead?
Expected: The new copy should be moved
Instead: The original item is moved

Original issue reported on code.google.com by AFDiaX on 8 Mar 2011 at 7:41

  • Merged into: #32

Undo/Redo cause performance problems

What steps will reproduce the problem?
Multiple Undo/Redo operations in short time (by holding Ctrl+Y) can lead to  
huge performance issues, because the program repaints the whole diagram for 
each undo/redo step even if it's simply "skipped" by the user.

Original issue reported on code.google.com by AFDiaX on 16 Feb 2011 at 8:54

Bothering selection problem

Hi, 

With the attached file, I grouped the elements inside the outer one into one.

Now when I try to select the inner element, it almost always select the outer 
one.

It is not a big problem, but it is rather bothersome… !

I'm using UMLet 11.2 in a standalone way (outside of Eclipse)

Original issue reported on code.google.com by [email protected] on 31 May 2011 at 8:10

Long term discussion points and generic topics for students

The following issues are from the old pre Google Code TODO list:
1.) check umlet-future.pdf (is old but contains several bugfixes and improvements). martin should have the list
2.) allow font styling (bold, italic, underline) of single words -> debatable, because of possible false-positive matches
3.) beautiful rounded self-edges for relations (like the ones in Sequence all in one) -> perhaps a setting to round all edges of relations
4.) fix findbugs errors in umlet-standalone and change the findbugs exclusion filter to not exclude anything from the checks
5.) create pre release checklist and implement them as junit tests if possible:
what should be checked:

  • exports
  • mailing with diagram attachments
  • batch call to create a png "java -jar umlet.jar -action=convert -format=png -filename=test.uxf"
  • create custom element and create erroneous custom element (to check error display)
  • copy from clipboard to ms word, paint, ...

The following things are larger new topics for students which do not have a separate GitHub issue because they are general topics (see also the Future chapter of thesis):

  • rewriting All-in-one diagrams with NewGridElement and perhaps JavaCC (like the new CustomElements) (partially done)
  • refactor and simplify Swing Listeners and the Selector class (perhaps use only one listener for the whole diagram like the GWT version does. Advantage: the whole listener code could be moved to the shared project). Also large portions of the Commands (Add Element, Copy, ...) could be moved to the shared codes
  • Eclipse Plugin: Check minor graphical issues with the Swing/SWT link and perhaps improve release workflow using an Udate Site - see branch)
  • Eclipse Plugin: Check other maven based eclipse plugins (e.g. https://github.com/mapstruct/mapstruct-eclipse) to improve maven integration of tycho plugin, ...
  • OSX: check several issues concerning this OS and fix them
  • check if JavaFX is a viable alternative to Swing for the future of Standalone and Eclipse Plugin UMLet (also check JavaFx's WebView and if its possible to embed the GWT code into it). Another advantage of JavaFX is the possibility to create a self-contained application package with javafxpackager (see https://docs.oracle.com/javafx/2/deployment/self-contained-packaging.htm)
  • check if JavaFX can be run on Android (see http://www.infoq.com/articles/Building-JavaFX-Android-Apps and https://www.youtube.com/watch?v=qukopcMA-9M)
  • refine Java to Class Diagram Generator -> is currently more like a draft and not a finished feature
  • use dependency injection: currently many classes reach out to Diagramhandler singletons etc. which is inflexible and not testable. Instead perhaps use Dependency Injection for a cleaner structure (check https://github.com/google/dagger for a static approach without any reflection which works on every platform). This would be required to create Unit tests for many classes and would improve the project structure for all platforms (without reaching out to Main.java or Diagramhandler.java many classes would be reusable in GWT)
  • besides other Umletino improvements (see issue list), perhaps include the W3C Clipboard API instead of using LocalStorage as clipboard. Also perhaps offer a way to customize the user experience like the umlet.properties file (e.g. using URL parameters, cookies/localStorage or server side properties if file storage in dropbox etc is implemented)
  • check other web UML tools (e.g. yUML, js-sequence-diagrams, websequence-diagrams, sketchboard, asciiflow, ...) for useful features which could work in Umlet/Umletino
  • implement umlet as plugin for IntelliJ or VSCode

Security manager does not properly protect from custom elements running malicious code

What steps will reproduce the problem?

1. Open attached pwned.uxf

What is the expected output? What do you see instead?

Expected: No calculator window opens. Maybe a question whether custom elements 
should be rendered at all like other macro-enabled editors do.

Instead: Calculator window opens without further user interaction.

What version of the product are you using? On what operating system?

UMLet 11.2 on Windows XP.

Please provide any additional information below.

The problem exists (as far as I can see) because the custom SecurityManager is 
based on threads, and the objects are constructed outside those threads. Using 
the standard security manager semantics with code sources and permissions (set 
umlet.jar and lib/*.jar to trusted (AllPermission) and define custom 
permissions (if needed) for the classes loaded dynamically) should have solved 
the problem, since as soon as one untrusted method call is on the stack 
(trace), the call will become untrusted, regardless on which thread it is 
called. In case some methods are called from untrusted code but must perform 
trusted actions, the java.security.AccessController class has useful methods to 
do this (if called from trusted code sources) :)

IOW: I don't see why you need a custom security manager at all, just set up the 
policies correctly (deny a few more things than the applet security manager 
denies by default) and the security manager will prevent anyone from doing harm 
outside the thread if the code source is untrusted; at least better than the 
current implementation.

Having an option that disables custom elements might be a good idea, too, when 
opening diagrams made by other people.

Original issue reported on code.google.com by [email protected] on 8 May 2011 at 9:07

Attachments:

Batch convert fails

What steps will reproduce the problem?
1. calling UMLet on commandline with parameters:
java -jar umlet.jar
-action=convert -format=pdf -filename=someFileName.uxf

What is the expected output? What do you see instead?
Expected:convert the given file to an pdf
Instead:
     [java]      0 | ERROR | com.baselet.control.Main       - "Initialization or uncaught outer Exception"
     [java] java.lang.NullPointerException
     [java]     at com.baselet.diagram.DiagramHandler.<init>(DiagramHandler.java:60)
     [java]     at com.baselet.diagram.DiagramHandler.<init>(DiagramHandler.java:45)
     [java]     at com.baselet.control.Main.doConvert(Main.java:192)
     [java]     at com.baselet.control.Main.main(Main.java:100)

What version of the product are you using? On what operating system?
UMLet 11.2

Please provide any additional information below.
This error occures too, if I call umlet from an ant target:
    <target name="BuildOneUml">
        <echo>Building ${filename}</echo>
        <java jar="${UMLet}" fork="true" dir="${UMLet_dir}">
            <arg value="-action=convert" />
            <arg value="-format=${UMLet_export_type}" />
            <arg value="-filename=${filename}" />
        </java>
    </target>



Original issue reported on code.google.com by [email protected] on 17 May 2011 at 12:12

  • Merged into: #27

Relationtype "lt=><[verylongtext]" is not centered and lines disappear

What steps will reproduce the problem?
1. create relation with the text "lt=><[verylongtext]" (or any other long text)

What is the expected output? What do you see instead?
Expected: rectangle should be fully outlined, text should be centered
Instead: rectangle outline dissappears on some ends, text is oriented on the 
left side

Original issue reported on code.google.com by AFDiaX on 25 Mar 2011 at 12:19

CustomElement panel doesn't show compile errors as in UMLet v10.4 and before

What steps will reproduce the problem?
1. create custom element
2. type an error into the custom element panel

What is the expected output? What do you see instead?
Expected: error-text should change color to red or any other way to show the 
erroneous text
Instead: nothing happens

Original issue reported on code.google.com by AFDiaX on 8 Mar 2011 at 8:18

  • Merged into: #12

Cannot attach relation to a group of elements

Hi,

When I group element together, relations does not stay attached to them 
anymore (except if the relation is in the group of course :)

I don't know what would be the best behavior:
1) attach to the group itself
2) be able to attach to sub-elements of the group (or at least keep the 
attachment that were present before the grouping, but that seems complex… :)

I am using UMLet 11.2 in a standalone way (outside of Eclipse).

Original issue reported on code.google.com by [email protected] on 31 May 2011 at 8:13

CustomElement panel doesn't show compile errors as in UMLet v10.4 and before

What steps will reproduce the problem?
1. create custom element
2. type an error into the custom element panel

What is the expected output? What do you see instead?
Expected: error-text should change color to red or any other way to show the 
erroneous text
Instead: nothing happens

Original issue reported on code.google.com by AFDiaX on 8 Mar 2011 at 8:18

Relations with double lines

Could you please add a line type for double lines (needed in ER-D.)?

I already sent a code proposal, but the issue is not mentioned in the 
pre-google-list.


Original issue reported on code.google.com by [email protected] on 26 Apr 2011 at 8:49

position of "UMLet/Plotlet" menu entry in eclipse changes

What steps will reproduce the problem?
1. start eclipse with opened diagram
2. close diagram and reopen diagram

What is the expected output? What do you see instead?
menuposition of "UMLet/Plotlet" is now between "Refactor" and "Run" instead of 
between"Project" "Windows"

Original issue reported on code.google.com by AFDiaX on 13 Jan 2011 at 8:03

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.