swex-addin icon indicating copy to clipboard operation
swex-addin copied to clipboard

SwEx.AddIn - framework which simplifies development of SOLIDWORKS add-ins and utilizing SOLIDWORKS API.

Results 17 swex-addin issues
Sort by recently updated
recently updated
newest added

I get this notification in VS Code. Should I be able to use this in VS Code or is it only for Visual Studio?

Hi I am going to use this in SolidWorks 2019, but couldn't do it. I have already used SWAddIn , but new to SwAddInExt.. Could you please help me how...

The following compile error is displayed when ModelDocExtension class is used explicitly: error CS0433: The type 'ModelDocExtension' exists in both 'CodeStack.SwEx.AddIn, Version=0.8.1.0, Culture=neutral, PublicKeyToken=a46023996d4724e7' and 'SolidWorks.Interop.sldworks, Version=27.1.0.72, Culture=neutral, PublicKeyToken=7c4797c3e4eeac03' ~~~cs...

bug

This would simplify the usage of TaskPane as IconAttribute is widely used to assign custom icons and shoul dbe allowed for task pane as well.

enhancement

![issues-icon](https://user-images.githubusercontent.com/37580697/58368459-ae3e7f80-7f30-11e9-9a25-9d583a571c01.png)

bug

It might be required to provide some additional data in the constructor

enhancement

It is quite often would be required to capture the edit in context notification (to for example update the active Task Pane). Add the function to overload this handler

enhancement