My flex builder suddenly stopped highlighting compile time errors.
Its also not giving any code completion suggestion, even after pressing ctrl+Space.
What could be the possible reasons?
Regards,
PK
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
this happens sometimes and it seems for no reason. What may have occurred is you may have an error higher up inside your code of which the compiler has not picked up – This can happen, but when it does the clue is the suggestion stops working and any errors proceeding don’t get highlighted.
Clean your project,
restart flex,
check to see if you have the same problem on an another project – you probably won’t and this’ll show you the clue you have an error in your code.
Be aware the error may not be in that file – it could be in an ajoining mxml file or superclass.