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

 
Generalmsg reply email links Pin
Chris Losinger7-Mar-11 5:44
professionalChris Losinger7-Mar-11 5:44 
GeneralRe: msg reply email links Pin
Chris Maunder7-Mar-11 6:38
cofounderChris Maunder7-Mar-11 6:38 
GeneralRe: msg reply email links Pin
Chris Losinger7-Mar-11 7:01
professionalChris Losinger7-Mar-11 7:01 
GeneralRe: msg reply email links Pin
Chris Maunder7-Mar-11 8:43
cofounderChris Maunder7-Mar-11 8:43 
GeneralRe: msg reply email links Pin
Chris Losinger7-Mar-11 8:50
professionalChris Losinger7-Mar-11 8:50 
GeneralArticle Submission Bugs Pin
M@dHatter6-Mar-11 15:15
M@dHatter6-Mar-11 15:15 
GeneralRe: Article Submission Bugs Pin
Chris Maunder9-Mar-11 6:50
cofounderChris Maunder9-Mar-11 6:50 
GeneralSyntax coloring Pin
Ozer Karaagac6-Mar-11 14:43
professionalOzer Karaagac6-Mar-11 14:43 
I think, there is a problem with syntax coloring for < pre lang="asm" > tag. I've noticed it on my post[^].

Some register names were colored while others not and some instructions also. I've changed it by assigning "cpp" (instead of "asm") to lang attribute in the post so that it appears more acceptable. That is not wholly assembly code already.

As a suggestion: Nested "< pre >" tags might be a solution for inline assembly code (to have "asm" coloring within "cpp" syntax coloring).

To generate the problem:
ASM
        push    esi
        push    edi
        push    ebx
        lea     esi, x
        lea     edi, y
        lea     edx, b
        //stage one
        mov     eax, 4
        mov     ebx, eax        ; mov   ebx, 1st dim size
_loop_00:
        mov     ecx, eax        ; mov   ecx, 2nd dim size
_loop_01:
        movd    mm0, [edx]
        movd    mm1, [esi]
        paddd   mm0, mm1
        ; psraw mm0, 6           ; // stage two
        movd    [edi], mm0
        add     esi, eax
        add     edi, eax
        loop    _loop_01
        add     edx, eax
        dec     ebx
        jnz     _loop_00
        //stage two
        // ???
        pop     ebx
        pop     edi
        pop     esi

GeneralRe: Syntax coloring Pin
Chris Maunder6-Mar-11 15:34
cofounderChris Maunder6-Mar-11 15:34 
QuestionA Problem Updating an Article Pin
Alan Burkhart6-Mar-11 13:52
Alan Burkhart6-Mar-11 13:52 
AnswerRe: A Problem Updating an Article Pin
Peter_in_27806-Mar-11 14:23
professionalPeter_in_27806-Mar-11 14:23 
GeneralRe: A Problem Updating an Article Pin
Alan Burkhart6-Mar-11 14:28
Alan Burkhart6-Mar-11 14:28 
GeneralRe: A Problem Updating an Article Pin
Chris Maunder6-Mar-11 15:33
cofounderChris Maunder6-Mar-11 15:33 
GeneralRe: A Problem Updating an Article Pin
Alan Burkhart6-Mar-11 16:26
Alan Burkhart6-Mar-11 16:26 
GeneralRe: A Problem Updating an Article Pin
Chris Maunder7-Mar-11 9:11
cofounderChris Maunder7-Mar-11 9:11 
GeneralRe: A Problem Updating an Article Pin
Alan Burkhart7-Mar-11 11:49
Alan Burkhart7-Mar-11 11:49 
GeneralRe: A Problem Updating an Article Pin
Alan Burkhart7-Mar-11 12:13
Alan Burkhart7-Mar-11 12:13 
GeneralRe: A Problem Updating an Article Pin
Chris Maunder9-Mar-11 4:09
cofounderChris Maunder9-Mar-11 4:09 
GeneralImage in Tip/Tricks Pin
thatraja6-Mar-11 7:09
professionalthatraja6-Mar-11 7:09 
GeneralRe: Image in Tip/Tricks Pin
Indivara7-Mar-11 0:00
professionalIndivara7-Mar-11 0:00 
GeneralRe: Image in Tip/Tricks Pin
thatraja7-Mar-11 4:15
professionalthatraja7-Mar-11 4:15 
GeneralAlternate Tip/Trick Pin
thatraja6-Mar-11 3:25
professionalthatraja6-Mar-11 3:25 
GeneralRe: Alternate Tip/Trick Pin
Chris Maunder6-Mar-11 11:36
cofounderChris Maunder6-Mar-11 11:36 
GeneralRe: Alternate Tip/Trick Pin
thatraja9-Mar-11 5:55
professionalthatraja9-Mar-11 5:55 
GeneralFound Images in another Tip/Trick Pin
thatraja9-Mar-11 15:18
professionalthatraja9-Mar-11 15:18 

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

Flags: Fixed

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