Build 1.0.0.33 Available
* [APP-21] Change Database added to object search
* [APP-22] "Add Object To Group" and "Show Grouping Statistics" context menu items added to Object Explorer and Script Editor.
* Some bug fixes applied to Object Grouping.
* [COR-10] ReadOnly property added to ITextEditor interface.
* [COR-11] ScriptExecuting and ScriptExecuted events added to IScriptEditor interface. AddIn developers can cancel script execution by hooking to ScriptExecuting event
* [COR-12] Some methods and properties added to ITextEditor interface in order to provide addin developers with runtime ToolStripItem add/remove functionality.
- In order to be able to add/remove ToolStripItems to notification tool strip AddItemToNotificationStrip, RemoveItemFromNotificationStrip methods and NotificationStripItemCount property added
- In order to be able to add/remove ToolStripItems to addin tool strip AddItemToAddInStrip, RemoveItemFromAddInStrip methods and AddInStripItemCount property added
* [COR-14] EditorClosing and EditorClosed events added to ITextEditor interface. AddIn developers can cancel closing of a text editor programatically by hooking to
EditorClosing event. Also EditorClosing,EditorClosed and EditorReady events were added to IEditorServices interface for similar purposes. EditorReady is fired after
a text/script editor is ready with its content.
* [COR-15] OpenProject(string fileName) method added to IProjectExplorerServices interface.
3/13/2008 4:57:40 PM
Published by
Ali Özgür
Back