Can we re-use the code editor window?

  • Thread starter Thread starter Marc Gravell
  • Start date Start date
M

Marc Gravell

Simple q: is it possible to re-use the MS code-editor window in an app? As
part of a code-review / promotion tool (not commercial) it would be handy to
see the text with the standard colour coding. In particular for C#, but also
SQL, VB, XML, etc (the usual suspects). Alternatively, does anybody know of
any suitable (cheap / free) alternatives that can be embedded and coded with
C# and .Net 2? It doesn't have to allow editing - just view.

Cheers,

Marc
 
Marc said:
Simple q: is it possible to re-use the MS code-editor window in an
app? As part of a code-review / promotion tool (not commercial) it
would be handy to see the text with the standard colour coding. In
particular for C#, but also SQL, VB, XML, etc (the usual suspects).
Alternatively, does anybody know of any suitable (cheap / free)
alternatives that can be embedded and coded with C# and .Net 2? It
doesn't have to allow editing - just view.

Actipro software: syntaxeditor control. Can handle 2 or more languages
at the same time, which is IMHO essential for proper code view /
editing.

FB

--
 

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

Back
Top