Click here to Skip to main content
15,887,485 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Lounge doesn't load completely Pin
Tom Deketelaere11-Jan-11 2:18
professionalTom Deketelaere11-Jan-11 2:18 
GeneralQ and A answer submission error Pin
TweakBird10-Jan-11 19:37
TweakBird10-Jan-11 19:37 
GeneralRe: Q and A answer submission error Pin
Chris Maunder10-Jan-11 23:01
cofounderChris Maunder10-Jan-11 23:01 
GeneralRe: Q and A answer submission error Pin
TweakBird11-Jan-11 1:01
TweakBird11-Jan-11 1:01 
GeneralF112: bold inside PRE Pin
Luc Pattyn10-Jan-11 18:08
sitebuilderLuc Pattyn10-Jan-11 18:08 
GeneralRe: F112: bold inside PRE Pin
Chris Maunder10-Jan-11 18:22
cofounderChris Maunder10-Jan-11 18:22 
GeneralRe: F112: bold inside PRE Pin
#realJSOP10-Jan-11 23:48
mve#realJSOP10-Jan-11 23:48 
GeneralRe: F112: bold inside PRE [modified] Pin
Luc Pattyn11-Jan-11 1:18
sitebuilderLuc Pattyn11-Jan-11 1:18 
That may be useful, yes, but would not be good enough as some people will not use it and continue to use the B tag. And then there are the existing messages.

So I would still want a bold part inside a PRE tag to get that applied automatically, i.e. add the SPAN thingy to everything bold (only inside PRE) when it gets entered or stored, and remove it when the message is shown in the edit page, so the author never sees the code.

example, three views:

regular view, how it could look
blinkTimer.Tick+=(s1, e1) => {
	blinkNowShows=!blinkNowShows & withBlink;
	if (dgvUsers!=null) dgvUsers.Invalidate();
};


actually sent to client, in regular view
blinkTimer.Tick+=(s1, e1) => {
	<span class='emphasis'><b>blinkNowShows=!blinkNowShows & withBlink;</b></span>
	if (dgvUsers!=null) dgvUsers.Invalidate();
};



editor view
blinkTimer.Tick+=(s1, e1) => {
	<b>blinkNowShows=!blinkNowShows & withBlink;</b>
	if (dgvUsers!=null) dgvUsers.Invalidate();
};


[ADDED] of course, a new class could be defined (rather than using emphasis) and kept a bit of a secret, something the author is pretty unlikely to come up with himself.
[/ADDED]
Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.
modified on Tuesday, January 11, 2011 9:30 AM

GeneralRe: F112: bold inside PRE Pin
Luc Pattyn11-Jan-11 1:57
sitebuilderLuc Pattyn11-Jan-11 1:57 
GeneralQ/A Suggestion Pin
#realJSOP10-Jan-11 10:08
mve#realJSOP10-Jan-11 10:08 
GeneralRe: Q/A Suggestion Pin
Dalek Dave10-Jan-11 10:11
professionalDalek Dave10-Jan-11 10:11 
GeneralRe: Q/A Suggestion Pin
AspDotNetDev10-Jan-11 10:37
protectorAspDotNetDev10-Jan-11 10:37 
GeneralRe: Q/A Suggestion Pin
Manfred Rudolf Bihy10-Jan-11 10:54
professionalManfred Rudolf Bihy10-Jan-11 10:54 
GeneralRe: Q/A Suggestion Pin
Luc Pattyn10-Jan-11 11:08
sitebuilderLuc Pattyn10-Jan-11 11:08 
GeneralRe: Q/A Suggestion Pin
Manfred Rudolf Bihy10-Jan-11 11:16
professionalManfred Rudolf Bihy10-Jan-11 11:16 
GeneralRe: Q/A Suggestion Pin
AspDotNetDev10-Jan-11 12:33
protectorAspDotNetDev10-Jan-11 12:33 
GeneralRe: Q/A Suggestion Pin
Manfred Rudolf Bihy10-Jan-11 11:00
professionalManfred Rudolf Bihy10-Jan-11 11:00 
GeneralRe: Q/A Suggestion Pin
Chris Maunder10-Jan-11 15:35
cofounderChris Maunder10-Jan-11 15:35 
GeneralRe: Q/A Suggestion Pin
thatraja10-Jan-11 15:55
professionalthatraja10-Jan-11 15:55 
GeneralRe: Q/A Suggestion Pin
#realJSOP10-Jan-11 23:45
mve#realJSOP10-Jan-11 23:45 
GeneralLost participant points Pin
Manfred Rudolf Bihy10-Jan-11 9:12
professionalManfred Rudolf Bihy10-Jan-11 9:12 
GeneralRe: Lost participant points Pin
Dalek Dave10-Jan-11 9:17
professionalDalek Dave10-Jan-11 9:17 
GeneralRe: Lost participant points Pin
Manfred Rudolf Bihy10-Jan-11 9:19
professionalManfred Rudolf Bihy10-Jan-11 9:19 
GeneralRe: Lost participant points [modified] Pin
Dalek Dave10-Jan-11 9:20
professionalDalek Dave10-Jan-11 9:20 
GeneralRe: Lost participant points Pin
Manfred Rudolf Bihy10-Jan-11 9:27
professionalManfred Rudolf Bihy10-Jan-11 9:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.