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

Freemarker content assist doesn't work when inside a tag or tag attribute

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.3.0.Beta1
    • 3.3.x
    • freemarker
    • None
    • Sprint #3 May 2015
    • 1
    • Hide

      Install Freemarker plugin (any version)
      Write any HTML / XML like tag
      Add a free marker context reference ${...} anwhere between < and > brackets of a tag

      Show
      Install Freemarker plugin (any version) Write any HTML / XML like tag Add a free marker context reference ${...} anwhere between < and > brackets of a tag
    • Workaround Exists
    • Hide

      Remove the < bracket, use content assist, add the < bracket

      Show
      Remove the < bracket, use content assist, add the < bracket

    Description

      In Freemarker 1.1.0.v20110303-1225-H55-Alpha1
      Eclipse platform version: 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
      Build id: M20110210-1200

      This code will not trigger content assist when pressing ctrl+space with a context named data that has property "someValue"

      <tag attribute="${data.someValue}">...

      This code will (removed opening tag bracket)

      tag attribute="${data.someValue}">...

      Attachments

        Issue Links

          Activity

            People

              nivologd@gmail.com Denis Golovin (Inactive)
              ehrann.mehdan Ehrann Mehdan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: