Uploaded image for project: 'ZK Studio'
  1. ZK Studio
  2. ZKSTUDIO-54

There is no content assistance when variables in zscript

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 2.0.0
    • ZUL Editor
    • None
    • 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)"

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

              Created:
              Updated: