The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Real-Time Syntax highlighting for HTML...

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Duncan Mackenzie

Posts: 689
Nickname: duncanma
Registered: Aug, 2003

Duncan Mackenzie is the Visual Basic Content Strategist at msdn.microsoft.com
Real-Time Syntax highlighting for HTML... Posted: Apr 7, 2004 10:40 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Duncan Mackenzie.
Original Post: Real-Time Syntax highlighting for HTML...
Feed Title: Code/Tea/Etc...
Feed URL: /msdnerror.htm?aspxerrorpath=/duncanma/rss.aspx
Feed Description: Duncan is the Visual Basic Content Strategist at MSDN, the editor of the Visual Basic Developer Center (http://msdn.microsoft.com/vbasic), and the author of the "Coding 4 Fun" column on MSDN (http://msdn.microsoft.com/vbasic/using/columns/code4fun/default.aspx). While typically Visual Basic focused, his blogs sometimes wanders off of the technical path and into various musing of his troubled mind.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Duncan Mackenzie
Latest Posts From Code/Tea/Etc...

Advertisement
Bah... I've been digging around the web for a couple of days now, and I'm getting frustrated, so I thought I would share my pain with you

Here's the scenario (and see if you can spot my key mistake here, it will be pretty obvious to most developers who have worked with customers before);
In a system I've written, the user's have the ability to enter HTML formatted text into various areas of the application. People liked that... they could bold pieces of text, insert hyperlinks etc... but it was just plain-text entry (just multi-line textboxes, baby!).... well, eventually (as you might have expected) people wanted a 'richer' HTML editing experience. First pass, I gave them (through the coding genius of Kent Sharkey) the ability to launch their HTML editor of choice (whatever is registered on their machine to edit HTML), giving them all the features of Front Page or VS.NET to edit their HTML snippets. Still, the users wanted richer edting right in the application... fine, second pass I gave them Nikhil's HTML design time editor... but they want HTML editing, not design-time.... so here I am.... heading down the path of writing Front Page's HTML editor...

I'm hoping to just give them basic syntax highlighting (real-time) like w.bloggar does would be enough to me... and I'm currently investigating an article I found on Code Project (which is available here)... and a really full-featured 3rd party control from Actipro... but I'm leaning to the Code Project sample more, because I get to play with the code and I don't have to ask my boss for $$ for a new control :)

Read: Real-Time Syntax highlighting for HTML...

Topic: BizTalk Server 2004 tutorial and online documentation Previous Topic   Next Topic Topic: Regular Expressions for UK Formats

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use