วันพุธที่ 18 ธันวาคม พ.ศ. 2556

Problem Occurred 'Requesting JavaScript AST form selection' has encountered a problem









ระหว่างเขียน Javascript ใน Eclipse โปรแกรมแจ้งขึ้นมา

วิธีแก้ไข ให้กดเอา ที่เป็นไอคอนพู่กันเหลืองที่โปรแกรม Eclipse ออก
 
ที่มา
http://stackoverflow.com/questions/13934796/an-internal-error-occurred-during-requesting-javascript-ast-from-selection
Simplest solution:
  • Turn off Toggle Mark Occurrences (Alt-Shift-O or the paintbrush icon on the toolbar, which handily, will show you your current state).
    • It's just disabling the feature of highlighting other occurrences of whatever variable, etc you have your cursor on.
Official solution: