Click here to Skip to main content
15,895,011 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: CODE tag abuse Pin
Chris Maunder28-Sep-10 10:59
cofounderChris Maunder28-Sep-10 10:59 
GeneralRe: CODE tag abuse Pin
Luc Pattyn28-Sep-10 11:03
sitebuilderLuc Pattyn28-Sep-10 11:03 
GeneralRe: CODE tag abuse Pin
Chris Maunder28-Sep-10 11:05
cofounderChris Maunder28-Sep-10 11:05 
GeneralRe: CODE tag abuse Pin
Luc Pattyn28-Sep-10 11:06
sitebuilderLuc Pattyn28-Sep-10 11:06 
GeneralRe: CODE tag abuse Pin
Chris Maunder28-Sep-10 11:09
cofounderChris Maunder28-Sep-10 11:09 
GeneralRe: CODE tag abuse Pin
Luc Pattyn28-Sep-10 11:23
sitebuilderLuc Pattyn28-Sep-10 11:23 
GeneralRe: CODE tag abuse Pin
Sandeep Mewara28-Sep-10 20:31
mveSandeep Mewara28-Sep-10 20:31 
GeneralRe: Multiple PRE tags Pin
Sandeep Mewara28-Sep-10 20:18
mveSandeep Mewara28-Sep-10 20:18 
Luc Pattyn wrote:
also suggest, and this is new, you automatically replace CODE tags by PRE tags as soon as they span a newline


Adding to Luc's suggestion, we should also remove one PRE(or CODE) tag automatically if it's followed by another one immediately. In Q&A, many times, people put PRE tag to code part explicitly (for second time) even though when by default code gets formatted by a PRE tag while pasting.
Ex:
<pre lang="cs">protected void SampleCodeSnippet(object sender, EventArgs e)
{
  // some code
} 

HTML presentation of above:
<pre><pre lang="cs">
protected void SampleCodeSnippet(object sender, EventArgs e)
{
// some code
} </pre></pre>

Above highlighted part can be formatted internally(i.e. remove one PRE tag)

modified on Wednesday, September 29, 2010 2:31 AM

GeneralRe: Multiple PRE tags Pin
Chris Maunder29-Sep-10 6:32
cofounderChris Maunder29-Sep-10 6:32 
GeneralRe: Article colourizer bug. Pin
knockNrod29-Sep-10 2:35
knockNrod29-Sep-10 2:35 
GeneralRe: Article colourizer bug. Pin
knockNrod29-Sep-10 3:40
knockNrod29-Sep-10 3:40 
GeneralRe: Article colourizer bug. Pin
DaveAuld28-Sep-10 10:54
professionalDaveAuld28-Sep-10 10:54 
GeneralOff topic: Article colourizer bug. Pin
knockNrod29-Sep-10 3:24
knockNrod29-Sep-10 3:24 
GeneralRe: Article colourizer bug. Pin
Chris Maunder28-Sep-10 11:07
cofounderChris Maunder28-Sep-10 11:07 
GeneralRe: Article colourizer bug. Pin
AspDotNetDev28-Sep-10 12:29
protectorAspDotNetDev28-Sep-10 12:29 
GeneralRe: Article colourizer bug. Pin
Luc Pattyn28-Sep-10 13:01
sitebuilderLuc Pattyn28-Sep-10 13:01 
GeneralRe: Article colourizer bug. Pin
Dan Neely29-Sep-10 2:27
Dan Neely29-Sep-10 2:27 
GeneralRe: Article colourizer bug. Pin
knockNrod29-Sep-10 3:37
knockNrod29-Sep-10 3:37 
GeneralRe: Article colourizer bug. Pin
Chris Maunder29-Sep-10 5:27
cofounderChris Maunder29-Sep-10 5:27 
Generalpre-formatted block reformatter issue Pin
knockNrod28-Sep-10 9:03
knockNrod28-Sep-10 9:03 
GeneralRe: pre-formatted block reformatter issue Pin
Chris Maunder28-Sep-10 9:10
cofounderChris Maunder28-Sep-10 9:10 
GeneralSpammer in Lounge and Q&A Pin
Smithers-Jones28-Sep-10 7:34
Smithers-Jones28-Sep-10 7:34 
GeneralRe: Spammer in Lounge and Q&A Pin
Chris Maunder28-Sep-10 7:37
cofounderChris Maunder28-Sep-10 7:37 
GeneralHow about a log-in link on the survey page Pin
Paul Darlington27-Sep-10 22:33
Paul Darlington27-Sep-10 22:33 
GeneralArticles Page Suggestion Pin
#realJSOP27-Sep-10 11:31
mve#realJSOP27-Sep-10 11:31 

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.