Bug 243994 - Force editor's content auto-indentation after item insertion
Summary: Force editor's content auto-indentation after item insertion
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: DD (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: DD General Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-13 05:30 EDT by YANCULOVICI CLA
Modified: 2010-10-14 15:21 EDT (History)
1 user (show)

See Also:


Attachments
patch to apply to the org.eclipse.dd.ipxact.editor.ui plugin's project (10.78 KB, patch)
2008-08-13 05:30 EDT, YANCULOVICI CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description YANCULOVICI CLA 2008-08-13 05:30:44 EDT
Created attachment 109879 [details]
patch to apply to the org.eclipse.dd.ipxact.editor.ui plugin's project

I suggest a patch to apply to the org.eclipse.dd.ipxact.editor.ui plugin's project which:


-          manages editor's content format (e.g. auto-indentation) after item (component instance or bus interface) insertion from the editor's context menu


-          factorizes InsertBusInterfaceActionDelegate & InsertComponentInstanceActionDelegate  common code into an abstract super class AbstractInsertActionDelegate