Eclipse Ganymede HTML editor incredibly slow when editing attributes - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T22:44:59Z http://stackoverflow.com/feeds/question/348328 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/348328/eclipse-ganymede-html-editor-incredibly-slow-when-editing-attributes 1 Eclipse Ganymede HTML editor incredibly slow when editing attributes Kenny 2008-12-07T23:35:14Z 2009-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#349324 4 Answer by Aaron Digulla for Eclipse Ganymede HTML editor incredibly slow when editing attributes Aaron Digulla 2008-12-08T12:13:14Z 2008-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#732003 1 Answer by unknown (google) for Eclipse Ganymede HTML editor incredibly slow when editing attributes unknown (google) 2009-04-08T21:46:09Z 2009-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#732046 2 Answer by unknown (google) for Eclipse Ganymede HTML editor incredibly slow when editing attributes unknown (google) 2009-04-08T21:59:26Z 2009-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>