Devildog74 wrote:
So what language is the LLBLGen IDE written in?
C#. It's an MDI app with MagicLibrary controls (the first tabbing controls for .NET). So porting it to vs.net isn't that hard, all objects are already forms, so should be dockable inside the IDE. What's a bit of a problem is the code in the MDI main form, which has to move to a plugin class.
In regards to template studio that is available in the downloads section of your site, did you write that? I just got a kick out of the article because its something that we have been doing with your template studio for a while now.
I wrote template studio from the ground up indeed. I used an editor control for the actual editing and color coding and the intellisense is written in combination of the features of the control. Also C#, also an mdi application, this time I used Janus winforms controls v2
.
Great to hear you achieved a lot with template studio
It was more of a nice to have editor at first but starts out to be invaluable
.
MyGeneration btw, also uses a custom control for the color coding.