[jbosstools-issues] [JBoss JIRA] (JBIDE-15186) JBoss Tools JSP Editor is slowed by selectionBar.updateNodes

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Thu Jul 11 20:27:20 EDT 2013


Viacheslav Kabanovich created JBIDE-15186:
---------------------------------------------

             Summary: JBoss Tools JSP Editor is slowed by selectionBar.updateNodes
                 Key: JBIDE-15186
                 URL: https://issues.jboss.org/browse/JBIDE-15186
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jsp/jsf/xml/html source editing
            Reporter: Viacheslav Kabanovich
            Assignee: Viacheslav Kabanovich
             Fix For: 4.2.x


This issue is related to JBIDE-10881. It is not as severe bu still when cursor is moving repeatedly by arrows, it moves about 1.5 times slower than in WTP's HTML editor. Selection bar is updated at every change in cursor position. Instead, we should try the same solution that was used to fix JBIDE-10881 - schedule updating job, and do not schedule another one until the first is not finished.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list