0 Replies Latest reply on Nov 24, 2014 8:23 AM by wvstaal

    Custom editor for kie-wb

    wvstaal

      Hi,

       

      I would like to add a custom editor for the kie-workbench. I performed the following tasks:

       

      - Made a copy of an existing editor (the java file editor defined in kie-wb-common) into a new maven project;

      - Renamed all files, classes and references to some new name (ResourceEditor). This also includes a new type definition;

      - Added a reference to the new project in pom.xml from kie-wb from kie-wb-distributions repository;

      - Added a reference to the new editor in KIEWebapp.gwt.xml.

       

      Now, I expect my editor to be present in the 'new item' menu in project authoring, but it isn't. However, it is present in the 'Editor plugins' section of 'extensions'.

      Does anybody have any idea of the steps I missed?

       

      Kind regards,

      Wessel