Skip to content

Feature Request

531 results found

  1. Cloud Networking Architect

    If you want to work as a Smart Hands Engineer, we’ve got all the information you need to know before making this career change.
    https://www.fieldengineer.com/skills/integration-engineer

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. ObjectPascal Generation

    Being able to generate code from high level development is the only reason for me to use a UML package.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Ability for reordering the Entity Relationship diagram for better visualization

    When you have many entities finding them is somewhat complicated, reordering them would help to find them easily

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Clean unsed objects automatically from model explorer

    It could be a good option to have the "delete unsed objects" in the right click menu for the model explorer. It can be used to delete unused objects under the selected object.

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Activity Diagram Enhancements

    Activity Diagram Ideas for better alignment with the UML Specification:

    • Swimlanes should have the ability to be typed by either a Classifier or an Instance
    • Once the Swimlane has been typed by a Classifier, I should be able to drag an Operation defined for that Classifier onto the Swimlane directly. Pins should be automatically adorned on that Classifier and represent the parameters of the Operation. If a parameter is added to the Operation, the diagram should automatically be updated to show this.
    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Please Add Actor(stick figure) in sequence diagram

    there should me an stick figure in sequence diagram
    so we can figure who are actor and who is object

    15 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Reverse Engineering for Python

    Why would you have a Python code generator without reverse engineering?

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Per-project colour palatte

    Would be handy to be able to define a color palette or use recent colours in the color selection panel

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Integrate AppImageUpdate so the app becomes selfupdateable

    I use it for my AppImageProjects. you can bundle appimageupdate within your app, by using that the appimage can become selfupdateable

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Spell checker

    Any chance of a spell checker being added?

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Rust code generation and reverse engineering

    StarUML lacks any extension for the up-and-coming Rust programming language. There are several large scale corporations (many StarUML costumers) that are migrating Java and C++ to Rust.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. XMI export should include notes

    XMI export works well and includes classes, and the complete set of states from a state machine. But Notes are not included for unclear reason. Please include them in the export.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Export HTML: Name SVG-Files like Diagrams

    The SVG-Files that make up the diagrams in the html-export are named cryptically. they should be named like the diagram (or similarly if the diagram name contains characters unsuitable for filenames)

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Allow "operators" (common in C++ such as == or !=) to be defined in classes

    Class method names are restricted to alphanumeric as far as parsing / code generation is concerned. Being able to define == or != or < would be useful, as is common in C++. You can do it in the editor on the right, but then it cannot be parsed, and any arguments you put there will not be linked to actual types (so changing the name of the type will not update it in the method).

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Issues working on Mac OS X 10.15.5

    Problems when start application as it is not displayed correctly and it does not allow to move the window.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Ability to Bulk Add Attributes to a Class

    I currently have a list of Classes and It's attributes in MS Excel and am unable to bulk create classes and also unable to bulk add attributes to a class.

    Having this feature could save hours of time creating a conceptual model in the tool.

    Thank you!

    7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Feature Request

Categories

Feedback and Knowledge Base