Bug 26744 - [ExternalTools] Console always opens build file with Text editor
Summary: [ExternalTools] Console always opens build file with Text editor
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-11-20 04:22 EST by Andrew Utkin CLA
Modified: 2002-11-25 15:45 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Utkin CLA 2002-11-20 04:22:41 EST
Console opens build file by clicking on message after executing ant tool. But 
those files always opens with Text editor regardless of Workbench / 
FileAssociations settings.
Comment 1 Darin Swanson CLA 2002-11-24 14:46:10 EST
Fixed in AntProcessBuildLogger.
Please verify (DarinW).
Comment 2 Darin Wright CLA 2002-11-25 12:53:17 EST
Opening an external editor does not make much sense, as we cannot select the 
appropriate line in an external editor (this is why I originally hard-coded 
the 'text' editor). Perhaps we should consider opening the text editor in the 
case that an external editor will be opened?
Comment 3 Darin Swanson CLA 2002-11-25 15:35:16 EST
I think this will mostly be what the user wants.
If they have not associated an internal editor with *.xml then they might 
expect the default system editor.
Comment 4 Darin Wright CLA 2002-11-25 15:45:22 EST
Agreed. Verified.