| Summary: | Port the CDT changes to RDT | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Tools] PTP | Reporter: | John Liu <jwsliu> | ||||||||||||||
| Component: | RDT | Assignee: | John Liu <jwsliu> | ||||||||||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||||||||||
| Severity: | normal | ||||||||||||||||
| Priority: | P3 | CC: | pwebster, remy.suen | ||||||||||||||
| Version: | unspecified | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Hardware: | PC | ||||||||||||||||
| OS: | Windows XP | ||||||||||||||||
| See Also: | https://bugs.eclipse.org/bugs/show_bug.cgi?id=173458 | ||||||||||||||||
| Whiteboard: | |||||||||||||||||
| Attachments: |
|
||||||||||||||||
|
Description
John Liu
Created attachment 194362 [details]
a list of files to be updated
Created attachment 194581 [details]
patch to be applied to rdt.ui, rdt.core and remotejars
Created attachment 194611 [details]
updated patch
Created attachment 194886 [details]
final patch
* The fix ports the changes in 58 files specified in the files list xml file. * Adds the following new mapped files: RemoteSearchTextSelectionQuery -> org.eclipse.cdt.internal.ui.search.PDOMSearchTextSelectionQuery RemoteSearchTextSelectionQueryAdapter -> org.eclipse.cdt.internal.ui.search.PDOMSearchTextSelectionQuery RemoteSearchElementQuery -> org.eclipse.cdt.internal.ui.search.PDOMSearchElementQuery RemoteSearchElementQueryAdapter -> org.eclipse.cdt.internal.ui.search.PDOMSearchElementQuery RemoteSearchQuery -> org.eclipse.cdt.internal.ui.search.CSearchUtil RemoteSearchMatch -> org.eclipse.cdt.internal.ui.search.PDOMSearchMatch * Creates these classes to mapped the corresponding cdt classes: RemoteCHQueries under minner -> org.eclipse.cdt.internal.ui.callhierarchy.CHQueries RemoteLineSearchElement, RemoteLineSearchElementMatch -> org.eclipse.cdt.internal.ui.search.LineSearchElement RemoteSearchElementAdapter -> org.eclipse.cdt.internal.ui.search.PDOMSearchElement The fix also fixes the content assist problem caused by the fix of https://bugs.eclipse.org/bugs/show_bug.cgi?id=173458. Created attachment 195150 [details]
new cdt changes patch
Some new changes are committed to CDT during my synchronizing process. This patch is to update RDT for those new changes.
*** Bug 344264 has been marked as a duplicate of this bug. *** Created attachment 195770 [details]
Patch applied to rdt.core, rdt.ui and rdt.server.dstore
Update CHContenetProvider changes by creating a new service call to find overrider of a given function.
(In reply to comment #9) > Created attachment 195770 [details] > Patch applied to rdt.core, rdt.ui and rdt.server.dstore > Update CHContenetProvider changes by creating a new service call to find > overrider of a given function. Chris reviewed the patch, I check the code into the head stream. Fix in HEAD |