Menu

#19 SrcEdit: auto ASM higlightening when doing inline asm in c

SrcEdit
open
nobody
None
5
2003-12-23
2003-12-23
John Wilund
No

A very nice feature would be if SrcEdit could auto
detect inline ASM in C code and and switch highligtening
sheme acordingly.

e.g:
/* in a .c file */

static void firstCfunction(void){
// This is highligted as a C function....
...code
... more code
}

asm void inlineASMfunction{
; This should be highligted as an ASM function
; allthough we're in a .c, BUT writing a inline ASM
...asmcode
...asmcode
}

static void secondCfunction(void){
// This is highligted as a C function....
...code
... more code
}

/John

Discussion


Log in to post a comment.