Click here to Skip to main content
16,011,120 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: When checking for new applicants for private forum Pin
Oakman24-Aug-09 4:21
Oakman24-Aug-09 4:21 
GeneralRe: When checking for new applicants for private forum Pin
Chris Maunder24-Aug-09 6:04
cofounderChris Maunder24-Aug-09 6:04 
GeneralRe: When checking for new applicants for private forum Pin
Oakman24-Aug-09 6:30
Oakman24-Aug-09 6:30 
GeneralRe: When checking for new applicants for private forum Pin
Chris Maunder24-Aug-09 6:31
cofounderChris Maunder24-Aug-09 6:31 
GeneralRe: When checking for new applicants for private forum Pin
Oakman24-Aug-09 6:38
Oakman24-Aug-09 6:38 
GeneralRe: When checking for new applicants for private forum Pin
Chris Maunder24-Aug-09 6:41
cofounderChris Maunder24-Aug-09 6:41 
GeneralRe: When checking for new applicants for private forum Pin
Oakman24-Aug-09 6:55
Oakman24-Aug-09 6:55 
Generalanother colorizing bug Pin
Luc Pattyn24-Aug-09 3:20
sitebuilderLuc Pattyn24-Aug-09 3:20 
As it is monday, lets keep it a simple one (actually 3 bugs):

By default the syntax colorizer recognizes strings literals by looking for double quotes, and it knows \" isn't a delimiter, however it goes astray on a simple line such as string s="This is \\"+"bad";
which yields
[1] s="This is "+"good";
[2] s="This is \\"+"bad";
[3] s="This is bad too";


bug 1:
a double backslash is not interpreted correctly: An even number of escapes doesn't affect the following character. The correct rule would be:
Double quotes are delimiters unless preceded by an odd number of consecutive backslashes.
Similar things may apply to other languages and other escape characters (just in case you decide to add a Regex forum, and LANG=REGEX some day).

bug 2:
the "inside string" state is carried from line 2 to line 3; C# does not do that (C and C++ accept this IIRC), each line needs its string literal closed correctly.

bug 3:
the real example was in one of the programming forums today (C#? NET Framework?) however I couldn't find it again, as search for \\" simply doesn't work at all. There are times full text search based on word indexing isn't good enough.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: another colorizing bug Pin
Chris Maunder28-Aug-09 6:03
cofounderChris Maunder28-Aug-09 6:03 
GeneralRe: another colorizing bug Pin
Luc Pattyn28-Aug-09 6:40
sitebuilderLuc Pattyn28-Aug-09 6:40 
GeneralRe: another colorizing bug Pin
Luc Pattyn28-Aug-09 7:16
sitebuilderLuc Pattyn28-Aug-09 7:16 
GeneralRe: another colorizing bug Pin
Chris Maunder24-Oct-09 5:57
cofounderChris Maunder24-Oct-09 5:57 
GeneralArticle counts Pin
Nicholas Butler23-Aug-09 22:43
sitebuilderNicholas Butler23-Aug-09 22:43 
GeneralRe: Article counts Pin
Tom Deketelaere23-Aug-09 22:59
professionalTom Deketelaere23-Aug-09 22:59 
GeneralRe: Article counts Pin
Chris Maunder24-Aug-09 2:27
cofounderChris Maunder24-Aug-09 2:27 
GeneralRe: Article counts Pin
Luc Pattyn24-Aug-09 3:46
sitebuilderLuc Pattyn24-Aug-09 3:46 
General7 Articles? Pin
Rajesh R Subramanian23-Aug-09 22:39
professionalRajesh R Subramanian23-Aug-09 22:39 
GeneralRe: 7 Articles? Pin
Chris Maunder24-Aug-09 2:22
cofounderChris Maunder24-Aug-09 2:22 
GeneralRe: 7 Articles? Pin
Rajesh R Subramanian24-Aug-09 3:03
professionalRajesh R Subramanian24-Aug-09 3:03 
GeneralRe: 7 Articles? Pin
Luc Pattyn24-Aug-09 3:47
sitebuilderLuc Pattyn24-Aug-09 3:47 
GeneralRe: 7 Articles? Pin
Dan Neely24-Aug-09 3:53
Dan Neely24-Aug-09 3:53 
GeneralCount of articles submitted is wrong. Pin
OriginalGriff23-Aug-09 22:12
mveOriginalGriff23-Aug-09 22:12 
GeneralRe: Count of articles submitted is wrong. Pin
Rajesh R Subramanian23-Aug-09 22:42
professionalRajesh R Subramanian23-Aug-09 22:42 
Generalwhy Sunday at CP sucks Pin
Luc Pattyn23-Aug-09 13:55
sitebuilderLuc Pattyn23-Aug-09 13:55 
GeneralRe: why Sunday at CP sucks Pin
Chris Maunder23-Aug-09 16:38
cofounderChris Maunder23-Aug-09 16:38 

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.