PREVIEW: Altap Salamander SDK for .NET

Support for developers of new plugins, third-party plugin announcements and discussions.
manison
Plugin Developer
Plugin Developer
Posts: 216
Joined: 09 Dec 2005, 23:23
Location: Ceske Budejovice, Czech Republic
Contact:

PREVIEW: Altap Salamander SDK for .NET

Post 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
knick
Posts: 32
Joined: 28 Apr 2006, 16:09
Location: Germany

Re: PREVIEW: Altap Salamander SDK for .NET

Post 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
User avatar
MartinS
Posts: 114
Joined: 04 May 2006, 19:48
Location: Brno, Moravia

Re: PREVIEW: Altap Salamander SDK for .NET

Post by MartinS »

Thank you Manison.
darilek
Posts: 49
Joined: 29 Dec 2005, 10:28
Contact:

Re: PREVIEW: Altap Salamander SDK for .NET

Post by darilek »

great news :-) Please can You provide updated version for AS 3.0 (final version)?
-=:|MaD|:=-
manison
Plugin Developer
Plugin Developer
Posts: 216
Joined: 09 Dec 2005, 23:23
Location: Ceske Budejovice, Czech Republic
Contact:

Re: PREVIEW: Altap Salamander SDK for .NET

Post by manison »

Altap Salamander Managed SDK was updated for final version of Altap Salamander 3.0.

Download Altap Salamander Managed SDK
darilek
Posts: 49
Joined: 29 Dec 2005, 10:28
Contact:

Re: PREVIEW: Altap Salamander SDK for .NET

Post 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
-=:|MaD|:=-
darilek
Posts: 49
Joined: 29 Dec 2005, 10:28
Contact:

Re: PREVIEW: Altap Salamander SDK for .NET

Post 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.
-=:|MaD|:=-
manison
Plugin Developer
Plugin Developer
Posts: 216
Joined: 09 Dec 2005, 23:23
Location: Ceske Budejovice, Czech Republic
Contact:

Re: PREVIEW: Altap Salamander SDK for .NET

Post 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
Post Reply