Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-18346

AngularJS Forge archetype's cheatsheet is unable to open files.

XMLWordPrintable

      Most actions in AngularJS Forge archetype's cheatsheet does not work due to empty currentProject variable.

      Also another problem is that paths of files to be opened by cheatsheet are with dots instead of with "/"
      For example this:

      <command required="false"
      serialization="org.jboss.tools.project.examples.cheatsheet.openFileInEditor(path=/${currentProject}/src/main/java/org.jboss.tools.example.forge/model/Member.java,fromLine=44, toLine=45)" />

      instead of this:

      <command required="false"
      serialization="org.jboss.tools.project.examples.cheatsheet.openFileInEditor(path=/${currentProject}/src/main/java/org/jboss/tools/example/forge/model/Member.java,fromLine=44, toLine=45)" />

              fbricon@redhat.com Fred Bricon
              rhopp@redhat.com Radim Hopp
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: