Community
Participate
Working Groups
In the improved XML editor(can be refered to bug 159507), we plan to implement a feature: after selecting a design element in designer outline page, locates the selected element in report XML source and highlight the lines that represent it. Please also see attachment illustrates it. Probably we can assign the selected design element, which is obtained from selection Report request, to the current ModuleHandle, and the lines info.(including start offset and total lines, or start and end line NO.) are return to GUI to highlight them on XML editor. Thanks.
Created attachment 54871 [details] Highlight the XML source of the selected design element
Added getLineNo( long id ) on ModuleHandle. The return value is of int type, which indicating the start line number of the element in xml source.