bug reporting - Is there a framework available to collect user feedback on an SWT GUI? -
after 2 years of development, our eclipse rcp desktop application finished. last step in development allow client provide feedback on wording , labels in application.
there 10 people providing feedback, client willing consolidate before sending implementation.
my first idea provide google form requires them upload screenshot , precisely specify text changed located. wondering whether framework exists automatically (i.e. press 'ctrl+alt' , can automatically draw box around offending text in application.
in short: there user feedback tools designed collect feedback on wording in gui?
mylyn includes facilities (almost) this. in standard eclipse, try help
-> report bug or enhancement
...
you use various org.eclipse.mylyn.tasks...
extension points specify things product, area , bug template.