SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » Addin » Item (RSS)
  • Adding new items to existing project in an Addin

    Hi. I want to write an addin command that adds a file to a project. The code I tried didn't work: IProject p = ProjectService.CurrentProject; ProjectItem pi = new FileProjectItem(p, ItemType.Content); pi.Include = filename; pi.FileName = filename; p.Items.Add(pi); p.IsDirty = true where "filename"...
    Posted to Forum by itaibh on 10-27-2006
    Filed under: Addin, Project, Command, Item
  • How To Write an Item Template Wizard

    Hello, I have created a new Item Template for use in my projects. I would like to create a Wizard for the Template to prompt the user for some parameters and then have the substitutions made in the generated output. I have looked high and low and the only references I can find are for VisualStudio using...
    Posted to Forum by rrogers on 02-03-2008
    Filed under: extending #develop, Addin, Project, Item
  • Re: How To Write an Item Template Wizard

    Hi Matt, Thanks for the quick response. I have looked at the UnitTest template and it uses <Properties>. I did try this in my template but the only data type I could use was system.boolean which is not sufficient for what I would like to do. If you try something other than boolean I get some error...
    Posted to Forum by rrogers on 02-04-2008
    Filed under: extending #develop, Addin, Item
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.