PC Review


Reply
Thread Tools Rate Thread

how to code sourcecode editor with syntax hilighted and IntelliSense function

 
 
Yves Dhondt
Guest
Posts: n/a
 
      25th Jul 2004
news.microsoft.com wrote:

> Dear all,
>
> I have to do a source code editor to implement syntax hilighted with special
> colors , IntelliSense function.
>
> Could anybody give me some tips or links?
>
>
> Thanks,
>
> Vince
>
>


Check out #develop (
http://www.icsharpcode.net/OpenSource/SD/Default.aspx ) it's an open
source editor which does everything you want. Learn from that code.

You could also check out old versions of codemax (you can find them on
yahoo groups) which are open source as well. Codemax is a C++
implementation and much harder to understand than #develop.

HTH

Yves
 
Reply With Quote
 
 
 
 
Charles Law
Guest
Posts: n/a
 
      25th Jul 2004
Take a look at SyntaxEditor at
http://www.actiprosoftware.com/Produ...t/Default.aspx. It is a well
developed control.

HTH

Charles


"news.microsoft.com" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Dear all,
>
> I have to do a source code editor to implement syntax hilighted with

special
> colors , IntelliSense function.
>
> Could anybody give me some tips or links?
>
>
> Thanks,
>
> Vince
>
>



 
Reply With Quote
 
dddd
Guest
Posts: n/a
 
      26th Jul 2004
thanks a lot.
that's realy useful for me.

Thanks again.


Vince
"Yves Dhondt" <(E-Mail Removed)> wrote in message
news:4103bd36$0$1241$(E-Mail Removed)...
> news.microsoft.com wrote:
>
> > Dear all,
> >
> > I have to do a source code editor to implement syntax hilighted with

special
> > colors , IntelliSense function.
> >
> > Could anybody give me some tips or links?
> >
> >
> > Thanks,
> >
> > Vince
> >
> >

>
> Check out #develop


> http://www.icsharpcode.net/OpenSource/SD/Default.aspx ) it's an open
> source editor which does everything you want. Learn from that code.
>
> You could also check out old versions of codemax (you can find them on
> yahoo groups) which are open source as well. Codemax is a C++
> implementation and much harder to understand than #develop.
>
> HTH
>
> Yves



 
Reply With Quote
 
news.microsoft.com
Guest
Posts: n/a
 
      26th Jul 2004
Dear all,

I have to do a source code editor to implement syntax hilighted with special
colors , IntelliSense function.

Could anybody give me some tips or links?


Thanks,

Vince


 
Reply With Quote
 
dddd
Guest
Posts: n/a
 
      26th Jul 2004
I have to do it for special reason.

thanks your response.

Best Regards,

Vince

"Charles Law" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Take a look at SyntaxEditor at
> http://www.actiprosoftware.com/Produ...t/Default.aspx. It is a well
> developed control.
>
> HTH
>
> Charles
>
>
> "news.microsoft.com" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Dear all,
> >
> > I have to do a source code editor to implement syntax hilighted with

> special
> > colors , IntelliSense function.
> >
> > Could anybody give me some tips or links?
> >
> >
> > Thanks,
> >
> > Vince
> >
> >

>
>



 
Reply With Quote
 
Charles Law
Guest
Posts: n/a
 
      26th Jul 2004
I'm not sure I understand you. The link I gave points to a syntax
highlighting control. It comes with standard languages pre-defined, but you
can fully configure the colours and style of highlighting, and add
intellisense of your choosing. What is it that you need to be able to do
that you don't think it would do for you? It could save a lot of coding.

Charles


"dddd" <dd@ddd> wrote in message
news:(E-Mail Removed)...
> I have to do it for special reason.
>
> thanks your response.
>
> Best Regards,
>
> Vince
>
> "Charles Law" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Take a look at SyntaxEditor at
> > http://www.actiprosoftware.com/Produ...t/Default.aspx. It is a

well
> > developed control.
> >
> > HTH
> >
> > Charles
> >
> >
> > "news.microsoft.com" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > Dear all,
> > >
> > > I have to do a source code editor to implement syntax hilighted with

> > special
> > > colors , IntelliSense function.
> > >
> > > Could anybody give me some tips or links?
> > >
> > >
> > > Thanks,
> > >
> > > Vince
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Charles Law
Guest
Posts: n/a
 
      26th Jul 2004
Hi Vince

All the things you mention, it will do for you: line numbers, syntax
highlighting, intellisense functions, group functions.

You say "license", but you buy the product and then it is 'royalty' free.
You buy it only once.

For a long time I thought that I would prefer to have such things under my
own control, but there is a lot of good quality available at a very fair
price. If the control costs £300, and your rate is £30 per hour, you have
only ten hours in which to produce something as good before you lose money.
It can't be done.

I have no wish to try to teach my grandmother to suck eggs, but I would give
it serious thought before spending my own money on such a development, or
persuading my employer to employ me on such a mission when there are such
savings to be made.

Perhaps there is some other reason for re-inventing the wheel, but so far
this seems to be an excellent fit.

Charles
[My apologies for so wantonly mixing my metaphors]


"news.microsoft.com" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi, Charles
> the control you give me is a good product. but I should pay license for
> using it :-(
> and I have to develop a special source code editor with line number,
> hilightling syntax, intenllisense function, maybe include group function.

it
> is better that I do all function from lower level although I should spend
> much time on it.
>
> Thanks again
>
> Regards,
> Vince
>
>
> "Charles Law" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I'm not sure I understand you. The link I gave points to a syntax
> > highlighting control. It comes with standard languages pre-defined, but

> you
> > can fully configure the colours and style of highlighting, and add
> > intellisense of your choosing. What is it that you need to be able to do
> > that you don't think it would do for you? It could save a lot of coding.
> >
> > Charles
> >
> >
> > "dddd" <dd@ddd> wrote in message
> > news:(E-Mail Removed)...
> > > I have to do it for special reason.
> > >
> > > thanks your response.
> > >
> > > Best Regards,
> > >
> > > Vince
> > >
> > > "Charles Law" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > Take a look at SyntaxEditor at
> > > > http://www.actiprosoftware.com/Produ...t/Default.aspx. It is a

> > well
> > > > developed control.
> > > >
> > > > HTH
> > > >
> > > > Charles
> > > >
> > > >
> > > > "news.microsoft.com" <(E-Mail Removed)> wrote in message
> > > > news:%(E-Mail Removed)...
> > > > > Dear all,
> > > > >
> > > > > I have to do a source code editor to implement syntax hilighted

with
> > > > special
> > > > > colors , IntelliSense function.
> > > > >
> > > > > Could anybody give me some tips or links?
> > > > >
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Vince
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
news.microsoft.com
Guest
Posts: n/a
 
      27th Jul 2004
Hi, Charles
the control you give me is a good product. but I should pay license for
using it :-(
and I have to develop a special source code editor with line number,
hilightling syntax, intenllisense function, maybe include group function. it
is better that I do all function from lower level although I should spend
much time on it.

Thanks again

Regards,
Vince


"Charles Law" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I'm not sure I understand you. The link I gave points to a syntax
> highlighting control. It comes with standard languages pre-defined, but

you
> can fully configure the colours and style of highlighting, and add
> intellisense of your choosing. What is it that you need to be able to do
> that you don't think it would do for you? It could save a lot of coding.
>
> Charles
>
>
> "dddd" <dd@ddd> wrote in message
> news:(E-Mail Removed)...
> > I have to do it for special reason.
> >
> > thanks your response.
> >
> > Best Regards,
> >
> > Vince
> >
> > "Charles Law" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Take a look at SyntaxEditor at
> > > http://www.actiprosoftware.com/Produ...t/Default.aspx. It is a

> well
> > > developed control.
> > >
> > > HTH
> > >
> > > Charles
> > >
> > >
> > > "news.microsoft.com" <(E-Mail Removed)> wrote in message
> > > news:%(E-Mail Removed)...
> > > > Dear all,
> > > >
> > > > I have to do a source code editor to implement syntax hilighted with
> > > special
> > > > colors , IntelliSense function.
> > > >
> > > > Could anybody give me some tips or links?
> > > >
> > > >
> > > > Thanks,
> > > >
> > > > Vince
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
Stu Smith
Guest
Posts: n/a
 
      27th Jul 2004
Definitely. We used Scintilla (http://www.scintilla.org/), which is free,
but has the downside of being unmanaged C++. It can be used with .NET
though. It took a lot of effort to get it to where we wanted it, and it
would have been a huge effort if we had to write the editing component
ourselves. Writing text editors is hard -- much much more than $300 hard.

Stu


"Charles Law" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi Vince
>
> All the things you mention, it will do for you: line numbers, syntax
> highlighting, intellisense functions, group functions.
>
> You say "license", but you buy the product and then it is 'royalty' free.
> You buy it only once.
>
> For a long time I thought that I would prefer to have such things under my
> own control, but there is a lot of good quality available at a very fair
> price. If the control costs £300, and your rate is £30 per hour, you have
> only ten hours in which to produce something as good before you lose

money.
> It can't be done.
>
> I have no wish to try to teach my grandmother to suck eggs, but I would

give
> it serious thought before spending my own money on such a development, or
> persuading my employer to employ me on such a mission when there are such
> savings to be made.
>
> Perhaps there is some other reason for re-inventing the wheel, but so far
> this seems to be an excellent fit.
>
> Charles
> [My apologies for so wantonly mixing my metaphors]
>
>
> "news.microsoft.com" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Hi, Charles
> > the control you give me is a good product. but I should pay license for
> > using it :-(
> > and I have to develop a special source code editor with line number,
> > hilightling syntax, intenllisense function, maybe include group

function.
> it
> > is better that I do all function from lower level although I should

spend
> > much time on it.
> >
> > Thanks again
> >
> > Regards,
> > Vince
> >
> >
> > "Charles Law" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > I'm not sure I understand you. The link I gave points to a syntax
> > > highlighting control. It comes with standard languages pre-defined,

but
> > you
> > > can fully configure the colours and style of highlighting, and add
> > > intellisense of your choosing. What is it that you need to be able to

do
> > > that you don't think it would do for you? It could save a lot of

coding.
> > >
> > > Charles
> > >
> > >
> > > "dddd" <dd@ddd> wrote in message
> > > news:(E-Mail Removed)...
> > > > I have to do it for special reason.
> > > >
> > > > thanks your response.
> > > >
> > > > Best Regards,
> > > >
> > > > Vince
> > > >
> > > > "Charles Law" <(E-Mail Removed)> wrote in message
> > > > news:(E-Mail Removed)...
> > > > > Take a look at SyntaxEditor at
> > > > > http://www.actiprosoftware.com/Produ...t/Default.aspx. It is

a
> > > well
> > > > > developed control.
> > > > >
> > > > > HTH
> > > > >
> > > > > Charles
> > > > >
> > > > >
> > > > > "news.microsoft.com" <(E-Mail Removed)> wrote in message
> > > > > news:%(E-Mail Removed)...
> > > > > > Dear all,
> > > > > >
> > > > > > I have to do a source code editor to implement syntax hilighted

> with
> > > > > special
> > > > > > colors , IntelliSense function.
> > > > > >
> > > > > > Could anybody give me some tips or links?
> > > > > >
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > Vince
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
news.microsoft.com
Guest
Posts: n/a
 
      28th Jul 2004
Hi Charles,

I agree with you------- buying good and suitable product will save time and
money. :-)

I will reconsider it thoroughly......

Thanks,

Vince from Shanghai, China


"Charles Law" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi Vince
>
> All the things you mention, it will do for you: line numbers, syntax
> highlighting, intellisense functions, group functions.
>
> You say "license", but you buy the product and then it is 'royalty' free.
> You buy it only once.
>
> For a long time I thought that I would prefer to have such things under my
> own control, but there is a lot of good quality available at a very fair
> price. If the control costs £300, and your rate is £30 per hour, you have
> only ten hours in which to produce something as good before you lose

money.
> It can't be done.
>
> I have no wish to try to teach my grandmother to suck eggs, but I would

give
> it serious thought before spending my own money on such a development, or
> persuading my employer to employ me on such a mission when there are such
> savings to be made.
>
> Perhaps there is some other reason for re-inventing the wheel, but so far
> this seems to be an excellent fit.
>
> Charles
> [My apologies for so wantonly mixing my metaphors]
>
>
> "news.microsoft.com" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Hi, Charles
> > the control you give me is a good product. but I should pay license for
> > using it :-(
> > and I have to develop a special source code editor with line number,
> > hilightling syntax, intenllisense function, maybe include group

function.
> it
> > is better that I do all function from lower level although I should

spend
> > much time on it.
> >
> > Thanks again
> >
> > Regards,
> > Vince
> >
> >
> > "Charles Law" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > I'm not sure I understand you. The link I gave points to a syntax
> > > highlighting control. It comes with standard languages pre-defined,

but
> > you
> > > can fully configure the colours and style of highlighting, and add
> > > intellisense of your choosing. What is it that you need to be able to

do
> > > that you don't think it would do for you? It could save a lot of

coding.
> > >
> > > Charles
> > >
> > >
> > > "dddd" <dd@ddd> wrote in message
> > > news:(E-Mail Removed)...
> > > > I have to do it for special reason.
> > > >
> > > > thanks your response.
> > > >
> > > > Best Regards,
> > > >
> > > > Vince
> > > >
> > > > "Charles Law" <(E-Mail Removed)> wrote in message
> > > > news:(E-Mail Removed)...
> > > > > Take a look at SyntaxEditor at
> > > > > http://www.actiprosoftware.com/Produ...t/Default.aspx. It is

a
> > > well
> > > > > developed control.
> > > > >
> > > > > HTH
> > > > >
> > > > > Charles
> > > > >
> > > > >
> > > > > "news.microsoft.com" <(E-Mail Removed)> wrote in message
> > > > > news:%(E-Mail Removed)...
> > > > > > Dear all,
> > > > > >
> > > > > > I have to do a source code editor to implement syntax hilighted

> with
> > > > > special
> > > > > > colors , IntelliSense function.
> > > > > >
> > > > > > Could anybody give me some tips or links?
> > > > > >
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > Vince
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Control/Editor /w Syntax Highlighting & Intellisense hufaunder@yahoo.com Microsoft Dot NET 1 14th Mar 2007 08:59 PM
No sourcecode documentation visible in Intellisense from my own class libraries Roberto Rocco Microsoft Dot NET 2 24th Aug 2004 08:05 PM
No sourcecode documentation visible in Intellisense from my own class libraries Roberto Rocco Microsoft C# .NET 3 22nd Aug 2004 11:38 PM
how to code sourcecode editor with syntax hilighted and IntelliSense function Yves Dhondt Microsoft C# .NET 9 28th Jul 2004 06:03 AM
RE: code editor looses color and intellisense John Eikanger [MSFT] Microsoft Dot NET 2 15th Jul 2003 11:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:25 AM.