Eclipse Ganymede HTML editor incredibly slow when editing attributes - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T22:44:59Zhttp://stackoverflow.com/feeds/question/348328http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/348328/eclipse-ganymede-html-editor-incredibly-slow-when-editing-attributes1Eclipse Ganymede HTML editor incredibly slow when editing attributesKenny2008-12-07T23:35:14Z2009-04-08T21:59:26Z
<p>Hi</p>
<p>I recently upgraded to Eclipse Ganymede from Europa and now I'm finding that when I'm editing JSP files the IDE crawls when editing HTML attributes (but not JSP attributes).</p>
<p>Has anyone experienced this, or have any suggestions?</p>
<p>Also if you can point me to a better place to ask Eclipse related questions, do tell.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/348328/eclipse-ganymede-html-editor-incredibly-slow-when-editing-attributes/349324#3493244Answer by Aaron Digulla for Eclipse Ganymede HTML editor incredibly slow when editing attributesAaron Digulla2008-12-08T12:13:14Z2008-12-08T12:13:14Z<p>The visual editors in Eclipse are slow. I have no idea why that is; other graphics frameworks achieve mindboggling effects in Java in real time so they shouldn't be that slow.</p>
<p>I suggest you open a bug report against Eclipse. This way, you can give them feedback and see what they think about it plus you can track any progress if they accept it.</p>
<p>As for asking Eclipse questions, <a href="http://www.eclipse.org/newsgroups/" rel="nofollow">go to the newsgroups</a>. There are also mailing lists but those are only for developers working <em>on</em> Eclipse (not those who work <em>with</em> it). So they are only an option should you choose to work on this bug :)</p>
http://stackoverflow.com/questions/348328/eclipse-ganymede-html-editor-incredibly-slow-when-editing-attributes/732003#7320031Answer by unknown (google) for Eclipse Ganymede HTML editor incredibly slow when editing attributesunknown (google)2009-04-08T21:46:09Z2009-04-08T21:46:09Z<p>No one has had a better answer in all this time? Like "How to" turn off the HTML validator?</p>
http://stackoverflow.com/questions/348328/eclipse-ganymede-html-editor-incredibly-slow-when-editing-attributes/732046#7320462Answer by unknown (google) for Eclipse Ganymede HTML editor incredibly slow when editing attributesunknown (google)2009-04-08T21:59:26Z2009-04-08T21:59:26Z<p>For Eclipse Ganymede: You can use the following menu to disable HTML validation all together or parts of it by project.</p>
<p>Right Click on the project | Project Properties | Validation | Enable Project Specific Settings.</p>
<p>Then you can disable HTML Validation.</p>
<p>Or, from Project Properties, click open Validation and select HTML Validation. Select Enable Project Specific Settings and set any of the ten element checks to "Ignore."</p>
<p>You can also turn these settings off for the entire workspace using the Windows (Eclipse) Preferences | Validation settings.</p>
<p>HTH.</p>
<p>Regards,</p>
<p>Rich</p>