Community
Participate
Working Groups
Created attachment 179255 [details] patch to support copy As an embedded developer I would like to be able to copy the names of executables in the Executables view so I can paste them into a script used to build a ROM image. Right now I have to type them in by hand. Acceptance: When the executables tree is selected the names of the executable files should be copied to the clipboard in a \n delimited list. When the source files tree is selected the names of the source files should be copied in a similar list.
Committed to HEAD and CDT_7_0
*** cdt cvs genie on behalf of kryall *** Bug 325773 - Support copy in the Executables View [*] plugin.xml 1.248.2.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.debug.ui/plugin.xml?root=Tools_Project&r1=1.248&r2=1.248.2.1 [*] ExecutablesView.java 1.8.2.1 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/views/executables/ExecutablesView.java?root=Tools_Project&r1=1.8&r2=1.8.2.1 [+] ExecutablesViewCopyHandler.java http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/views/executables/ExecutablesViewCopyHandler.java?root=Tools_Project&revision=1.1&view=markup [*] plugin.xml 1.250 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.debug.ui/plugin.xml?root=Tools_Project&r1=1.249&r2=1.250 [*] ExecutablesView.java 1.9 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/views/executables/ExecutablesView.java?root=Tools_Project&r1=1.8&r2=1.9 [+] ExecutablesViewCopyHandler.java http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/views/executables/ExecutablesViewCopyHandler.java?root=Tools_Project&revision=1.1&view=markup
*** cdt cvs genie on behalf of kryall *** Bug 325773 - Support copy in the Executables View. Fix up line endings. [*] ExecutablesViewCopyHandler.java 1.3 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/all/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/views/executables/ExecutablesViewCopyHandler.java?root=Tools_Project&r1=1.2&r2=1.3