Developing a simple IDE

K

Kürþat

Hi,

For one of our projects we have developed a very simple script language. It
has about a dozen of instructions, literals, variables (definition and
assignment), "if" control structure, "==", "!=", "+" and "^" operators. We
consider developing a simple IDE for our scripting language. The IDE should
support identifier and syntax coloring, intellisense like feature and auto
complete. I look for resources like a sample framework or article about IDE
development. I'll be happy if you can help.

Thanks in advance.
 
C

Cor Ligthert[MVP]

Hi,

Open a windowsform project
Drag a RichTextbox on that
Click on the textbox
Write the code that is needed for your goal

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top