lixingwang / tapestrytools

Automatically exported from code.google.com/p/tapestrytools
0 stars 0 forks source link

Referencing page's properties doesn't work #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's a common use case to access Java class properties from a template. Let's 
consider a simple page like:

public class Demo {
    @Property
    private String foo;
}

Inside a template it should be possible to use autocompletion for expansions. 
So, pressing Ctrl + Space (on Mac) between ${ and } should list all the 
available properties of the page's Java class.

Please see the attached screenshot.

Original issue reported on code.google.com by igor.dro...@gmail.com on 12 Jul 2011 at 6:50

Attachments:

GoogleCodeExporter commented 9 years ago
This function is in development period, i will finish it soon :-)

Original comment by gavingui...@gmail.com on 13 Jul 2011 at 7:14

GoogleCodeExporter commented 9 years ago

Original comment by gavingui...@gmail.com on 13 Jul 2011 at 7:17

GoogleCodeExporter commented 9 years ago

Original comment by gavingui...@gmail.com on 17 Jul 2011 at 4:31