There is no content assistance when variables in zscript

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Normal
    • None
    • Affects Version/s: 2.0.0
    • Component/s: ZUL Editor
    • None
    • Environment:

      Eclipse 3.7 and 4.2

      demo.zul:

      <window apply="org.zkoss.bind.BindComposer">
      	<label value="@init(m)" />
      	<zscript><![CDATA[
      	String msg = "Hello";
      	]]>
      	</zscript>
      </window>
      

      There should be a proposal "msg" when cursor after char. "m" of "@init(m)"

            Assignee:
            paowang
            Reporter:
            paowang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: