Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Survey: Key Bindings

With today's integration build, new debug options have been added to
Platform UI to trace the use of key bindings.  I'd like to ask those
working on Eclipse and the community at large to help us out in
determining which key bindings are used most frequently.

To do so, please place the given debug options file in your home
directory, and modify the scripts provided appropriately.  

After a week or two of running Eclipse with these debug options, please
attach the resulting "eclipse-output.txt" file to Bug 37934
("https://bugs.eclipse.org/bugs/show_bug.cgi?id=37934";), or mail the
results back to me personally (not to this list, please).



Thank you for your help,
Doug

org.eclipse.ui/debug=true
org.eclipse.ui/trace/keyBindings=true
#!/bin/sh
/opt/eclipse/eclipse -data ~/Source/eclipse -debug ~/Source/eclipse-debug-options.txt -vmargs -Xmx256m >> ~/Source/eclipse-output.txt
>> "C:\Documents and Settings\administrator\My Documents\eclipse-output.txt" eclipse -vm "C:\j2sdk1.4.2\jre\bin\javaw" -data "C:\Documents and Settings\administrator\My Documents\workspace" -debug "C:\Documents and Settings\administrator\My Documents\eclipse-debug-options.txt" -vmargs -Xmx256m

Attachment: signature.asc
Description: This is a digitally signed message part


Back to the top