This is a item that will be addressed. Supporting Tapestry
3.1 will involve a lot of changes to the existing code. In
order to support Tapestry 3.0 *and*3.1 some refactoring will
need to happen. Am defering quick fixes until that refactor
is complete.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have added support under the covers with the goal of
making QuickFixes available in the future. This entails
adding a fix code to each of the markers as they are created.
To test this out I have created on marker resolution
generator that will generate quick fixes for exactly one
common problem in the template editor.
i.e. Ever forget to prepend an expression with 'ognl:" and
has Spindle mark the string with warning? There is a
QuickFix that will let you stick the 'ognl:' on the front.
The editor does not have teh ability to show or invoke QFs
from the left gutter (yet). You have to click on this
particular problem in the "Problems View", right click and
select "QuickFix".
This is a work in progress. There are many quick fixes that
can be implemented.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=387057
This is a item that will be addressed. Supporting Tapestry
3.1 will involve a lot of changes to the existing code. In
order to support Tapestry 3.0 *and*3.1 some refactoring will
need to happen. Am defering quick fixes until that refactor
is complete.
Logged In: YES
user_id=387057
Update - I'm about half way through this process
Logged In: YES
user_id=387057
I have added support under the covers with the goal of
making QuickFixes available in the future. This entails
adding a fix code to each of the markers as they are created.
To test this out I have created on marker resolution
generator that will generate quick fixes for exactly one
common problem in the template editor.
i.e. Ever forget to prepend an expression with 'ognl:" and
has Spindle mark the string with warning? There is a
QuickFix that will let you stick the 'ognl:' on the front.
The editor does not have teh ability to show or invoke QFs
from the left gutter (yet). You have to click on this
particular problem in the "Problems View", right click and
select "QuickFix".
This is a work in progress. There are many quick fixes that
can be implemented.