| Summary: | Opening an XML file from command line at a specific line number | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Jacques Le Roux <jacques.le.roux> |
| Component: | IDE | Assignee: | Platform-UI-Inbox <Platform-UI-Inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Lars.Vogel, sebastian.ratz, thatnitind |
| Version: | 4.18 | ||
| Target Milestone: | 4.19 M3 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| See Also: |
https://bugs.eclipse.org/bugs/show_bug.cgi?id=305336 https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/170672 https://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=63f3f53af49479f24982b3a2ec37ca6e102ea3f9 |
||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 569282 | ||
|
Description
Jacques Le Roux
As I mentioned in bug 305336 comment 45, it doesn't appear that editors have any way to help in this situation; the current implementation only works with plain text editors as DelayedEventsProcessor is calling the editor class' methods by reflection. New Gerrit change created: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/170672 Gerrit change https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/170672 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=63f3f53af49479f24982b3a2ec37ca6e102ea3f9 Thanks, Nitin! |