Click here to Skip to main content
15,895,871 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: Geo-Graphics of "gone south"? Pin
LunaticFringe11-May-10 13:50
LunaticFringe11-May-10 13:50 
GeneralRe: Geo-Graphics of "gone south"? Pin
Luc Pattyn11-May-10 14:12
sitebuilderLuc Pattyn11-May-10 14:12 
GeneralRe: Geo-Graphics of "gone south"? Pin
LunaticFringe11-May-10 14:19
LunaticFringe11-May-10 14:19 
GeneralDelete account Pin
yoplou11-May-10 5:50
yoplou11-May-10 5:50 
GeneralFussy Syntax Highlighting Problem Pin
Tony Richards11-May-10 1:30
Tony Richards11-May-10 1:30 
GeneralRe: Fussy Syntax Highlighting Problem Pin
Luc Pattyn11-May-10 2:41
sitebuilderLuc Pattyn11-May-10 2:41 
GeneralRe: Fussy Syntax Highlighting Problem Pin
Chris Maunder11-May-10 3:19
cofounderChris Maunder11-May-10 3:19 
GeneralRe: Fussy Syntax Highlighting Problem Pin
Luc Pattyn11-May-10 3:49
sitebuilderLuc Pattyn11-May-10 3:49 
obviously, you can't completely ignore newlines, as they terminate single-line comments (// style).

I apologize, almost nothing wrong with syntax coloring and quotes any more; I remember it being much worse. Right now the one mistake I see is VB should not escape within string literals.

Here is a test without any lang="..":
this is a "string"
for a 'string' in some languages
this could be a "for now an ' embedded single quote in a string" and for more text
this could be a "for now an ' embedded single quote in a string" and for more text
for a "for now an ' embedded single quote in a string" and // for more text
this could be a "for now an ' embedded single quote in a string" /* and for more text */ here
this could be a "for now an ' embedded single quote in a string" /* and for 
this could be a "string with an escaped double quote \" inside"
wow */ going well
this could be a "string with an escaped double quote \" inside"

and now re repeat all the above once more:

this is a "string"
for a 'string' in some languages
this could be a "for now an ' embedded single quote in a string" and for more text
this could be a "for now an ' embedded single quote in a string" and for more text
for a "for now an ' embedded single quote in a string" and // for more text
this could be a "for now an ' embedded single quote in a string" /* and for more text */ here
this could be a "for now an ' embedded single quote in a string" /* and for 
this could be a "string with an escaped double quote \" inside"
wow */ going well
this could be a "string with an escaped double quote \" inside"



Here is a test using lang="cs":
C#
this is a "string"
for a 'string' in some languages
this could be a "for now an ' embedded single quote in a string" and for more text
this could be a "for now an ' embedded single quote in a string" and for more text
for a "for now an ' embedded single quote in a string" and // for more text
this could be a "for now an ' embedded single quote in a string" /* and for more text */ here
this could be a "for now an ' embedded single quote in a string" /* and for 
this could be a "string with an escaped double quote \" inside"
wow */ going well
this could be a "string with an escaped double quote \" inside"

and now re repeat all the above once more:

this is a "string"
for a 'string' in some languages
this could be a "for now an ' embedded single quote in a string" and for more text
this could be a "for now an ' embedded single quote in a string" and for more text
for a "for now an ' embedded single quote in a string" and // for more text
this could be a "for now an ' embedded single quote in a string" /* and for more text */ here
this could be a "for now an ' embedded single quote in a string" /* and for 
this could be a "string with an escaped double quote \" inside"
wow */ going well
this could be a "string with an escaped double quote \" inside"



Here is a test using lang="vb":
VB
this is a "string"
for a 'string' in some languages
this could be a "for now an ' embedded single quote in a string" and for more text
this could be a "for now an ' embedded single quote in a string" and for more text
for a "for now an ' embedded single quote in a string" and // for more text
this could be a "for now an ' embedded single quote in a string" /* and for more text */ here
this could be a "for now an ' embedded single quote in a string" /* and for 
this could be a "string with an escaped double quote \" inside"
wow */ going well
this could be a "string with an escaped double quote \" inside"

and now re repeat all the above once more:

this is a "string"
for a 'string' in some languages
this could be a "for now an ' embedded single quote in a string" and for more text
this could be a "for now an ' embedded single quote in a string" and for more text
for a "for now an ' embedded single quote in a string" and // for more text
this could be a "for now an ' embedded single quote in a string" /* and for more text */ here
this could be a "for now an ' embedded single quote in a string" /* and for 
this could be a "string with an escaped double quote \" inside"
wow */ going well
this could be a "string with an escaped double quote \" inside"     <<<<<<<<<<<<<<<<<<<


Is all of this handled by Regex? I would be anxious to see them and learn from it.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: Fussy Syntax Highlighting Problem Pin
Chris Maunder13-May-10 6:09
cofounderChris Maunder13-May-10 6:09 
GeneralRe: Fussy Syntax Highlighting Problem Pin
Luc Pattyn13-May-10 6:11
sitebuilderLuc Pattyn13-May-10 6:11 
GeneralPlease delete a spam comment [modified] Pin
Alan Beasley10-May-10 23:24
Alan Beasley10-May-10 23:24 
GeneralRe: Please delete a spam comment Pin
Johnny J.11-May-10 0:25
professionalJohnny J.11-May-10 0:25 
GeneralRe: Please delete a spam comment Pin
Alan Beasley11-May-10 0:30
Alan Beasley11-May-10 0:30 
GeneralRe: Please delete a spam comment Pin
Johnny J.11-May-10 0:36
professionalJohnny J.11-May-10 0:36 
GeneralRe: Please delete a spam comment Pin
Alan Beasley11-May-10 0:44
Alan Beasley11-May-10 0:44 
GeneralRe: Please delete a spam comment Pin
Johnny J.11-May-10 0:47
professionalJohnny J.11-May-10 0:47 
GeneralRe: Please delete a spam comment Pin
Alan Beasley11-May-10 0:51
Alan Beasley11-May-10 0:51 
GeneralRe: Please delete a spam comment Pin
Johnny J.11-May-10 0:53
professionalJohnny J.11-May-10 0:53 
GeneralRe: Please delete a spam comment Pin
Alan Beasley11-May-10 0:58
Alan Beasley11-May-10 0:58 
GeneralSome one is at it on the board.......... Pin
DaveAuld10-May-10 11:15
professionalDaveAuld10-May-10 11:15 
GeneralRe: Some one is at it on the board.......... Pin
Johnny J.11-May-10 0:33
professionalJohnny J.11-May-10 0:33 
GeneralRe: Some one is at it on the board.......... Pin
Hans Dietrich11-May-10 0:55
mentorHans Dietrich11-May-10 0:55 
GeneralRe: Some one is at it on the board.......... Pin
Nish Nishant11-May-10 2:06
sitebuilderNish Nishant11-May-10 2:06 
GeneralRe: Some one is at it on the board.......... Pin
Hans Dietrich11-May-10 5:23
mentorHans Dietrich11-May-10 5:23 
GeneralRe: Some one is at it on the board.......... Pin
DaveAuld11-May-10 2:16
professionalDaveAuld11-May-10 2:16 

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.