trueboroda / tapestrytools

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

It would be nice to have autocompletion for messages #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Let's say you type ${message: and then cmd + space, it would be awesome to have 
all the available messages for the page to be suggested.

This is a nice to have issue.

Original issue reported on code.google.com by igor.dro...@gmail.com on 3 May 2012 at 2:41

GoogleCodeExporter commented 9 years ago

Original comment by gavingui...@gmail.com on 3 May 2012 at 2:50

GoogleCodeExporter commented 9 years ago
Please read this: http://tapestry.apache.org/localization.html

Original comment by igor.dro...@gmail.com on 3 May 2012 at 2:50

GoogleCodeExporter commented 9 years ago
fixed already

upload to TapestryTools update center

Original comment by gavingui...@gmail.com on 12 May 2012 at 7:05

GoogleCodeExporter commented 9 years ago
The autocompletion of messages works only for messages from page's message 
catalogue. It doesn't work for messages inside the global application wide 
catalogue.

Original comment by igor.dro...@gmail.com on 21 May 2012 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by gavingui...@gmail.com on 21 May 2012 at 8:38

GoogleCodeExporter commented 9 years ago
Please note that the global message catalogue is not always called 
app.properties. The name depends on the Filter name inside the web.xml. For 
example, if the filter is called foo, then the catalogue's name is 
foo.properties.

    <filter>
        <filter-name>app</filter-name>
        <filter-class>org.apache.tapestry5.TapestryFilter</filter-class>
    </filter>

Original comment by igor.dro...@gmail.com on 21 May 2012 at 8:46

GoogleCodeExporter commented 9 years ago
fix and check in code already, not available in update center yet

Original comment by gavingui...@gmail.com on 22 May 2012 at 2:16

GoogleCodeExporter commented 9 years ago

Original comment by igor.dro...@gmail.com on 27 Jun 2012 at 2:50