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.