Click here to Skip to main content
15,891,529 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

 
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
mve#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
mve#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
mve#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
mve#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 
GeneralRe: no email is being sent on replies Pin
GµårÐïåñ12-Jan-18 10:07
professionalGµårÐïåñ12-Jan-18 10:07 
GeneralRe: no email is being sent on replies Pin
Chris Maunder12-Jan-18 12:46
cofounderChris Maunder12-Jan-18 12:46 
GeneralRe: no email is being sent on replies Pin
GµårÐïåñ12-Jan-18 14:16
professionalGµårÐïåñ12-Jan-18 14:16 
GeneralRe: no email is being sent on replies Pin
Chris Maunder13-Jan-18 12:40
cofounderChris Maunder13-Jan-18 12:40 
GeneralRe: no email is being sent on replies Pin
GµårÐïåñ13-Jan-18 14:58
professionalGµårÐïåñ13-Jan-18 14:58 
GeneralRe: no email is being sent on replies Pin
Chris Maunder14-Jan-18 12:36
cofounderChris Maunder14-Jan-18 12:36 
GeneralRe: no email is being sent on replies Pin
GµårÐïåñ15-Jan-18 10:01
professionalGµårÐïåñ15-Jan-18 10:01 
AnswerRe: no email is being sent on replies Pin
Chris Maunder16-Jan-18 4:02
cofounderChris Maunder16-Jan-18 4:02 

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.