lixingwang / tapestrytools

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

Autocompletion should be more convinent #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you type ${ and then ctrl + Space, you see a list of properties. When you 
select a property, it is placed in the template like this:

${prop:myProp

whereby the cursor is between { and p. This is very inconvenient. A better 
solution would be to close the expression with } and place the cursor directly 
after :

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

GoogleCodeExporter commented 9 years ago
Good advise

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

GoogleCodeExporter commented 9 years ago
Check in code already, but have not update TapestryTools update site center yet

Original comment by gavingui...@gmail.com on 5 May 2012 at 1:03

GoogleCodeExporter commented 9 years ago
Thank you for the fix. Now it's more convenient.

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
There is still a very minor issue. When modifying an existing expression like 
${foo} by removing foo and pressing ctrl + space, autocompletion is displayed. 
After selecting a value from the box, an additional } is placed. The result is 
${bar}}.

When a value is selected from the autocompletion box, you should check if the 
expression already has a closing }.

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

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Changed the priority to low

Original comment by igor.dro...@gmail.com on 27 Jun 2012 at 3:30