[JBoss JIRA] Created: (JBIDE-1901) Adding the Link (Synchronize) action
by Snjezana Peco (JIRA)
Adding the Link (Synchronize) action
------------------------------------
Key: JBIDE-1901
URL: http://jira.jboss.com/jira/browse/JBIDE-1901
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor
Affects Versions: 2.0.0.GA
Reporter: Snjezana Peco
Priority: Minor
I propose adding the Link (Synchronize) action to the Visual editor next to the Preferences, Refresh, Page Design Options actions.
This action would be a check box similar to the "Link with editor" in the Package Explorer view. It would be checked/enabled by default. In that case, the VPE would behave as it does now. If the user disables the action, the VPE wouldn't be updated (VpeController.notifyChanged() wouldn't be called). This would be very useful when editing large JSP files. The user could always call Refresh (or check Link) to show the visual part of the editor.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-3050) Project Archives freezes with large includes
by Max Rydahl Andersen (JIRA)
Project Archives freezes with large includes
--------------------------------------------
Key: JBIDE-3050
URL: https://jira.jboss.org/jira/browse/JBIDE-3050
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Affects Versions: 3.0.0.beta1
Reporter: Max Rydahl Andersen
Fix For: 3.0.0.cr1
It looks like everything is copied/calculated in bulk and not incrementally
Try using fileset with / as the root and do a **/*.pdf or similar many hit pattern.
The Preview Table does not show it is actually working
When it returns there is a risk for outof memory since it is fetching *all* matching files instead of just a subset(preview)
When pressing finish the dialog just freezes waiting for the packaging to finish - why is that not done in a background job ?
During this i always end up getting an outofmemory exception ...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months
[JBoss JIRA] Created: (JBDS-462) JBDS Installer: Exception when version is selected in combo box
by Daniel Azarov (JIRA)
JBDS Installer: Exception when version is selected in combo box
---------------------------------------------------------------
Key: JBDS-462
URL: https://jira.jboss.org/jira/browse/JBDS-462
Project: Developer Studio
Issue Type: Bug
Components: installer
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Fix For: 2.0.0.beta1
Exception occurs when I'm trying to select version in combo
at net.sourceforge.mlf.metouia.MetouiaScrollPaneUI.paint(MetouiaScrollPaneUI.java:89)
at javax.swing.plaf.ComponentUI.update(ComponentUI.java:142)
at javax.swing.JComponent.paintComponent(JComponent.java:743)
at javax.swing.JComponent.paint(JComponent.java:1006)
at javax.swing.JComponent.paintChildren(JComponent.java:843)
it seems problem in installed L&F in line below
Rectangle vbounds = scrollpane.getHorizontalScrollBar().getBounds();
because scrollpane.getHorizontalScrollBar() returns null.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months