Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DMN Editor v10.0.0 (VS Code Extension & Web Modeler) #2827

Open
aremeke opened this issue Dec 22, 2024 · 4 comments
Open

DMN Editor v10.0.0 (VS Code Extension & Web Modeler) #2827

aremeke opened this issue Dec 22, 2024 · 4 comments
Labels

Comments

@aremeke
Copy link

aremeke commented Dec 22, 2024

Hi I would like to mention following findings/issues:

  1. if I install "Apache KIE DMN Editor" VS Code Extension (Identifier: kie-group.dmn-vscode-extension) in Version 10.0.0 on a Mac, I see a new editor based on DMN 1.5. The Editor has a new look and feel and supports collection marker on input data objects.
  2. If I install the VS Code Extension on my Ubuntu machine in Version 10.0.0 (Identifier: kie-group.dmn-vscode-extension), I do not see the new editor. Features like collection markers on input data objects are not supported.
  3. If I install the DMN Web Based Modeler via "npm i @kie-tools/kie-editors-standalone", the version 10.0.0 is installed. However, I do not see the new editor like in (1). It looks like the editor in (2).
  4. If I try to install the DMN Standalone version as documented in packages/dmn-editor-standalone via "npm install @kie-tools/dmn-editor-standalone" I get "npm error 404 Not Found - GET https://registry.npmjs.org/@kie-tools%2fdmn-editor-standalone - Not found"

Kind regards, Arne

@aremeke aremeke changed the title VS Code Extension DMN Editor v10.0.0 DMN Editor v10.0.0 (VS Code Extension & Web Modeler) Dec 22, 2024
@jomarko
Copy link
Contributor

jomarko commented Jan 2, 2025

@aremeke hi, regarding the points 1.) and 2.) , are you able to use Open with feature in the file explorer? Using it you should see two options. In the second screenshot, you see also the option to configure default editor for dmn files.
Screenshot 2025-01-02 100504
Screenshot 2025-01-02 100518

To understand better 3.) and 4.) we probably need to see the project you installed the package to, or the documentation you have used.

@ljmotta
Copy link
Contributor

ljmotta commented Jan 2, 2025

@aremeke I can give a little more input regarding 3 and 4.

  1. This is correct, the @kie-tools/kie-editors-standalone only contains our legacy editors.
  2. @kie-tools/dmn-editor-standalone wasn't published to npm as it is not on 10.0.0. You can check the 10.0.0 tag on the following link: https://github.com/apache/incubator-kie-tools/tree/10.0.0
    This package will be available on our next releases.

@tiagobento
Copy link
Contributor

Please see #2090 (comment)

@aremeke
Copy link
Author

aremeke commented Jan 6, 2025

Hi @jomarko , now I am able to use the new KIE DMN Editor on all my machines, thank you! @tiagobento thanks for the link! Kind regards Arne

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants