|
Browse by Tags
All Tags » Addin ( RSS)
-
Anyone think about building an addin for SharpDevelop that lets you work with SQL Azure like a normal SQL Server database? Or maybe this should even be a native integrated of SharpDevelop. Or as I read a post in another thread, about Database Explorer being part of SharpReports addin, extend SharpReports...
-
I want to add new Commands.cs to my project after press create button on new file dialog then sharpdevelop throw exception. The file is created at D:\Work\SharpDevelop_4.0.0.5324_Source\src\AddIns\Misc\BuildVersionManager\BuildVersionManager\Commands.cs but not seem to be add to my solution. SharpDevelop...
-
Hi all, I'm the developer of a deployment tool called DreamShield wich can be found at http://dreamshield.developpez.com (fr) or http://dreamshield.codeplex.com (en) . I know that there is already a plugin to implement WiX setup projets in SharpDevelop but there are some aspect in wich DreamShield...
-
I have a custom tool class associated with a file type. When a new project item is added for the file type I'd like the custom tool to execute, creating the .Generated.cs file. How do I do this? In my project class I added some code to handle the ProjectService.ProjectItemAdded event, and call CustomToolsService...
-
I have an addin that implements a new project type and language service and also includes a file template. The file template is for a file type that uses a custom tool to parse code blocks from the file. Here's a chunk of the XML: <File name="${FullName}" language="Fmt" Generator...
-
Thanks for your suggestion. You're alright that I must compile against SharpDevelop 3.0.0.3800. Now my addin work fine for #D 3.x version. I have some question about Aga.Control. How to remove FPS stuff from the TreeViewAdv? ThaiGIS.
-
Thanks for your reply. The problem cuz I reference to 3.1.0.3985 but install it into 3.1.0.3976. Now I update SD to 3.1.0.3988 and add version to this line then it work fine. <Dependency addin="SharpDevelop" version="3.0-4.0" /> You have downloaded my old version now I have...
-
I have create Eazfuscator.NET addin for #D. It work fine but when I pack to .sdaddin and install it I got this error message after restart #D. "Cannot create object: EazfuscatorAddIn.RegisterResourcesCommand Future missing objects will not cause an error message." The addin menu is show but...
-
My SharpDevelop installation was working fine some time back when I suddenly started to get the following message on startup IncludeDoozer: AddinTree path not found: /Workspace/Tools I tried re-installing SharpDevelop. I redownloaded the source code and built it many times, but the error does not go...
-
I have a project now that takes input files similar to aspx and code behind files, parses the files into text and functions similar to aspx, and compiles to a dll assembly. I'd like to see if I can put together a #Develop addin that would provide an edit/compile environment for this. So far I have...
|
|
|