From: jim on
I am seeking a .Net component that handles CSS, Javascript, HTML and PHP
editing, validation and auto-completion (intellisense would be great).

I have searched Google and componentsource but have not found such a
component.

If you have seen such a component, a link to it would be most appreciated.

Thanks!


From: Ignacio Machin ( .NET/ C# MVP ) on
On Jun 27, 6:28 am, "jim" <j...(a)home.net> wrote:
> I am seeking a .Net component that handles CSS, Javascript, HTML and PHP
> editing, validation and auto-completion (intellisense would be great).
>
> I have searched Google and componentsource but have not found such a
> component.
>
> If you have seen such a component, a link to it would be most appreciated..
>
> Thanks!

Hi,

Basically you want a Dreamweaver :)
There is nothing like that I'm afraid.
From: Joergen Bech jbech NOSPAM> on
On Fri, 27 Jun 2008 06:28:00 -0400, "jim" <jim(a)home.net> wrote:

>I am seeking a .Net component that handles CSS, Javascript, HTML and PHP
>editing, validation and auto-completion (intellisense would be great).
>
>I have searched Google and componentsource but have not found such a
>component.
>
>If you have seen such a component, a link to it would be most appreciated.
>
>Thanks!
>

Something like this?
http://www.actiprosoftware.com/Products/DotNet/WindowsForms/SyntaxEditor/FeatureTour.aspx

Regards,

Joergen Bech



From: Paul E Collins on
"jim" <jim(a)home.net> wrote:

> I'd like to build my own drag and drop web page editor.
^^^^^^^^^^^^
Are you sure?

> I am seeking a .Net component that handles CSS, Javascript, HTML and PHP
> editing, validation and auto-completion (intellisense would be great).

Would you like it to type its own code in as well, while you have a nice cup
of tea?

Eq.


From: Andrew Cooper on
Joergen Bech <jbech<NOSPAM>@ wrote:
> On Fri, 27 Jun 2008 06:28:00 -0400, "jim" <jim(a)home.net> wrote:
>
>
>> I am seeking a .Net component that handles CSS, Javascript, HTML and PHP
>> editing, validation and auto-completion (intellisense would be great).
>>
>> I have searched Google and componentsource but have not found such a
>> component.
>>
>> If you have seen such a component, a link to it would be most appreciated.
>>
>> Thanks!
>>
>>
>
> Something like this?
> http://www.actiprosoftware.com/Products/DotNet/WindowsForms/SyntaxEditor/FeatureTour.aspx
>
> Regards,
>
> Joergen Bech
>
>
>
>
That's a nifty control.

Andrew