I use Eclipse on Linux, and I need to disable automatic syntax checking and parsing of any type of text file (java, xml, javascript) during editing. I want Eclipse to check for syntax / errors in the file ONLY when I click the save button. This problem becomes very annoying as it slows down Eclipse while I type and freeze Eclipse many times for several seconds, and sometimes almost a minute, so I can not do anything in time.
source share