Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] UDC: How do I log "quick fix" dialog choices?

Hi Dan. That is a command identifier. It would be recorded in a plugin.xml file. Honestly, I'm not sure which one, but I can find out. You can see what the UDC records by looking at the "Usage Data Collector > Preview" page in the preferences dialog.

What are you trying to do? If I can better understand your goals, I may be able to point you in the right direction.

Wayne

Dan Kaplan wrote:
Thanks Wayne,

Sorry, but I just got started with the UDC and I'm a *complete* newbie with eclipse, too. Where exactly do I look to find org.eclipse.jdt.ui.edit.text. java.correction.assist.proposals? I'm guessing that's a package path but since it's not part of the UDC project, I'm not sure what I would look at once I found it. Any help would be appreciated, thanks.


On Wed, Aug 11, 2010 at 8:11 PM, Wayne Beaton <wayne@xxxxxxxxxxx <mailto:wayne@xxxxxxxxxxx>> wrote:

    It captures at least some of them. Quick Fixes/Quick Assists are
    implemented as commands (or at least some of them are).  Look for
    org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals, for
    example.

    HTH,

    Wayne

    Dan Kaplan wrote
    >From what I can tell, the UDC does not collect "quick fix"
    dialog selections and I think this is pretty valuable
    information.  Could anyone point me to how it can be modified to
    record this information?
    ------------------------------------------------------------------------

    _______________________________________________
    epp-dev mailing list
    epp-dev@xxxxxxxxxxx <mailto:epp-dev@xxxxxxxxxxx>
    https://dev.eclipse.org/mailman/listinfo/epp-dev

-- Wayne Beaton, The Eclipse Foundation
    http://www.eclipse.org
    --
    Join me at Eclipse Summit Europe 2010!
    http://eclipsesummit.org/

    _______________________________________________
    epp-dev mailing list
    epp-dev@xxxxxxxxxxx <mailto:epp-dev@xxxxxxxxxxx>
    https://dev.eclipse.org/mailman/listinfo/epp-dev


------------------------------------------------------------------------

_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/epp-dev

--
Wayne Beaton, The Eclipse Foundation
http://www.eclipse.org
--
Join me at Eclipse Summit Europe 2010!
http://eclipsesummit.org/



Back to the top