Click here to Skip to main content
15,914,221 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: Emails don't appear to be going out Pin
Richard MacCutchan19-Jan-18 22:47
mveRichard MacCutchan19-Jan-18 22:47 
GeneralRe: Emails don't appear to be going out Pin
OriginalGriff19-Jan-18 9:13
mveOriginalGriff19-Jan-18 9:13 
GeneralRe: Emails don't appear to be going out Pin
Chris Maunder19-Jan-18 10:59
cofounderChris Maunder19-Jan-18 10:59 
GeneralRe: Emails don't appear to be going out Pin
OriginalGriff18-Jan-18 5:38
mveOriginalGriff18-Jan-18 5:38 
PraiseRe: Emails don't appear to be going out Pin
ZurdoDev19-Jan-18 9:09
professionalZurdoDev19-Jan-18 9:09 
GeneralRe: Emails don't appear to be going out Pin
Chris Maunder19-Jan-18 10:59
cofounderChris Maunder19-Jan-18 10:59 
BugI get outdated questions by default Pin
Michael Haephrati12-Jan-18 8:35
professionalMichael Haephrati12-Jan-18 8:35 
GeneralRe: I get outdated questions by default Pin
Chris Maunder12-Jan-18 9:10
cofounderChris Maunder12-Jan-18 9:10 
AnswerRe: I get outdated questions by default Pin
Michael Haephrati12-Jan-18 11:17
professionalMichael Haephrati12-Jan-18 11:17 
GeneralRe: I get outdated questions by default Pin
Chris Maunder12-Jan-18 13:47
cofounderChris Maunder12-Jan-18 13:47 
AnswerRe: I get outdated questions by default Pin
Michael Haephrati15-Jan-18 23:47
professionalMichael Haephrati15-Jan-18 23:47 
GeneralRe: I get outdated questions by default Pin
Richard MacCutchan16-Jan-18 1:30
mveRichard MacCutchan16-Jan-18 1:30 
AnswerRe: I get outdated questions by default Pin
Michael Haephrati16-Jan-18 1:39
professionalMichael Haephrati16-Jan-18 1:39 
QuestionSyntax Highlighting Pin
#realJSOP12-Jan-18 1:18
professional#realJSOP12-Jan-18 1:18 
AnswerRe: Syntax Highlighting Pin
Chris Maunder12-Jan-18 8:26
cofounderChris Maunder12-Jan-18 8:26 
GeneralRe: Syntax Highlighting Pin
#realJSOP12-Jan-18 11:55
professional#realJSOP12-Jan-18 11:55 
The lowest impact one I've found is something called highlight.js (highlightjs.org[^]). It does pretty much what yours does, except I have to pre-escape < >characters if I'm showing something like List<someclass> unless i put white space when the type and the brackets. Unfortunately, the accompanying javascript is in pack format which makes t extremely touchy for changes. I added some C# types to it (.Net framework stuff), and changeed the of type color but that's about it.

The pointy bracket problem appears to be that the javascript code only looks for keywords between brackets, and not types. "string" works, my "String" (which I've defined as a type) does not.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013


modified 12-Jan-18 18:04pm.

GeneralRe: Syntax Highlighting Pin
Chris Maunder12-Jan-18 12:26
cofounderChris Maunder12-Jan-18 12:26 
GeneralRe: Syntax Highlighting Pin
#realJSOP12-Jan-18 13:42
professional#realJSOP12-Jan-18 13:42 
GeneralRe: Syntax Highlighting Pin
Chris Maunder12-Jan-18 13:46
cofounderChris Maunder12-Jan-18 13:46 
GeneralRe: Syntax Highlighting Pin
#realJSOP13-Jan-18 4:39
professional#realJSOP13-Jan-18 4:39 
GeneralRe: Syntax Highlighting Pin
Chris Maunder13-Jan-18 12:37
cofounderChris Maunder13-Jan-18 12:37 
BugMessage stuck in moderation Pin
OriginalGriff11-Jan-18 19:54
mveOriginalGriff11-Jan-18 19:54 
GeneralRe: Message stuck in moderation Pin
Chris Maunder12-Jan-18 9:11
cofounderChris Maunder12-Jan-18 9:11 
Bugno email is being sent on replies Pin
GµårÐïåñ11-Jan-18 15:08
professionalGµårÐïåñ11-Jan-18 15:08 
GeneralRe: no email is being sent on replies Pin
Chris Maunder11-Jan-18 15:42
cofounderChris Maunder11-Jan-18 15:42 

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

Flags: Answered

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