I have 2 problems i can't seem to fix:
1) For some reason Komodo won't highlight any methods in my .e files, even though the default language is specman-E, and the file set to the proper language. How can i get him to highlight it?
2) After i press enter komodo wont indent properly if inside a function or an "if" statement. for example: what komodo does when i click enter:
if(injection_flag){
gen packet2inject;
};
what should be when i click enter:
if(injection_flag){
gen packet2inject;
};
any help would be highly appreciated.
<'and'>which are the Verilog multi-line comment tokens as Specman requires? (Yeah, this is a basic/newbie thing.) – Ross Rogers Oct 9 '12 at 17:07<'and'>, where those tokens are on a line by themselves with nothing else on the line and with a newline after them? – Ross Rogers Oct 10 '12 at 17:18