|
Browse by Tags
All Tags » extending #develop ( RSS)
-
Hi! I've been working on my D'oh!-binding today and solved most of my problems. The two problems I still got are: 1. I would like my DohAutostartCommand : AbstractCommand to trigger not only when a .doh-file is added to a .csproj but also whenever I create a csproj with a doh-file (e.g. from a xpt-template...
Posted to
Forum
by
Finnsson
on
10-20-2007
Filed under: extending #develop, Third party AddIn, Addin
-
Hi there, ok until now I could finish the editor and its stable, there are some minor bugs here and there, but you can work with it already ... one feature missing is the ability to save files, which I will implement soon, but now I will start to write the display binding. I read through the Line Counter...
Posted to
Forum
by
siegi44
on
10-11-2007
Filed under: extending #develop, Addin
-
Hi, I've written a binding to a declarative language called D'oh! that can work together with cs-files. At the moment I got some code completion and MSBuild integration. The problem I got now is that I need to manually alter the csproj-file to get the MSBuild integration (adding a .targets and some code...
Posted to
Forum
by
Finnsson
on
10-06-2007
Filed under: extending #develop, Third party AddIn, Addin
-
I definitively agree. This is the main reason why I use jEdit. Their block selections are superb. jEdit even supports 0-width block selection, and typing inserts values on all lines. For example int a; int b; int c; can be easily turned into: int myVariable_ a; int myVariable_ b; int myVariable_ c; I...
Posted to
Forum
by
filipf
on
09-26-2007
Filed under: extending #develop, writing addIns, Feature wish, Feature Request, Code Editor
-
OUCH! VB6 add-on would be great. Here also is a addon to VB 6 that allowed C and ASM to be embedded into it and allow you to create true StdCall Dlls. http://sourceforge.net/projects/thundervb/ Someone dug DEEP under the hood.... aaaaaahhhhhhh it would be great... :) I have customers that I WONT abandon...
Posted to
Forum
by
Jakebullet70
on
08-28-2007
Filed under: extending #develop, New Feature, vb6, visual basic 6, visual basic
-
I think Dataset designer attribute has private accessor. I use Binding source designer attribute below [Designer( "System.Windows.Forms.Design.BindingSourceDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" )] public partial class myDataSet : System.Data.DataSet...
Posted to
Forum
by
tugrulkarakaya
on
08-13-2007
Filed under: Extending #develop, auto code generator, DataSet Designer, Typed DataSet, TypedDataSet
-
is it possible to extend SD to support custom language and project type? and still take the power of the editor like code folding, auto completion, tips? if that possible, please show me some tutorial, example to implement that feature/addin. thankyou very much
Posted to
Forum
by
codetale
on
07-18-2007
Filed under: extending #develop, Addin
-
Hello, I'm looking for an activex component, or an algorithm, or any thing that can help me to do a search on content of a pdf document (without open it), and then open the document where is a match in the page, an with the maked word. Thanks to all. --- sorry for my english, and bla bla bla
Posted to
Forum
by
josetm
on
06-28-2007
Filed under: Extending #develop, C#
-
Hi, I got my own language binding and all for SharpDevelop. When I run the programs I write in my language (a Matlab/Octave-like language) the screen just pops up and then close again before you have the time to see the result. I'm wondering if it's possible to add a System.Console.ReadKey() or something...
Posted to
Forum
by
Finnsson
on
06-19-2007
Filed under: extending #develop, Third party AddIn, Control, Addin
-
Hi, I got an embedded xshd-resource in my backend binding addin. I got the resource compiled as embedded (I I have also verified that the resource is embedded using Reflector). In my mbinding.addin i got the following code: <Path name="/SharpDevelop/ViewContent/DefaultTextEditor/SyntaxModes"> <SyntaxMode...
Posted to
Forum
by
Finnsson
on
06-07-2007
Filed under: extending #develop, XML Editor, Third party AddIn, Addin
|
|
|