Page 1 of 1

PREVIEW: Altap Salamander SDK for .NET

Posted: 02 Feb 2014, 19:23
by manison
With Altap Salamander Managed SDK you can develop Altap Salamander plugins with .NET Framework in any supported language (C#, Visual Basic, F#, etc.). Rather than full featured SDK this is proof of concept right now. If you are interested, download the SDK bellow, read the included documentation and try the examples. Post your comments and suggestions here.

Download Altap Salamander Managed SDK

Re: PREVIEW: Altap Salamander SDK for .NET

Posted: 12 Feb 2014, 00:31
by knick
Manison,

please continue your work!!!! This is awsome! I'm looking forward for new / enhanced versions. I hope someday it will be possible to write a file system plugin (for SCP - so I can inally remove the 32 Bit Version of Salamander)....

Bye,
Michael

Re: PREVIEW: Altap Salamander SDK for .NET

Posted: 12 Feb 2014, 16:53
by MartinS
Thank you Manison.

Re: PREVIEW: Altap Salamander SDK for .NET

Posted: 02 Apr 2014, 08:32
by darilek
great news :-) Please can You provide updated version for AS 3.0 (final version)?

Re: PREVIEW: Altap Salamander SDK for .NET

Posted: 06 Apr 2014, 19:44
by manison
Altap Salamander Managed SDK was updated for final version of Altap Salamander 3.0.

Download Altap Salamander Managed SDK

Re: PREVIEW: Altap Salamander SDK for .NET

Posted: 08 Apr 2014, 13:37
by darilek
Thanks for this release.

Some suggestions for next release:
- allow register shortcut for menu item (or plugin?)
- ability to display popup menu like original user menu (F9) or Automation plugin does

Edit:
- shortcut could be assigned in plugin manager, this is sufficient for me

Re: PREVIEW: Altap Salamander SDK for .NET

Posted: 10 Apr 2014, 09:01
by darilek
BUG: Setting path for panel (any of LeftPanel, RightPanel, SourcePanel or TargetPanel), i.e. this.Salamander.LeftPanel.Path = @"c:\temp"; does not work. Path is not changed.

Re: PREVIEW: Altap Salamander SDK for .NET

Posted: 03 May 2014, 16:30
by manison
Download updated Altap Salamander Managed SDK

Changes in this version:
  • New MenuItem.ShortcutKeys property
  • Setter for the Panel.Path property implemented
  • Compatible with Altap Salamander 3.01