[JBoss JIRA] (JBIDE-22628) Zoom in / out functionality is not working with Visual Page Editor
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22628?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-22628:
-----------------------------------------------
AbstractTextZoomHandler has relevant condition:
{code}
} else if ((part instanceof MultiPageEditorPart) && ((MultiPageEditorPart)part).getSelectedPage() instanceof AbstractTextEditor) {
return (AbstractTextEditor)((MultiPageEditorPart)part).getSelectedPage();
}
{code}
JSPMultiPageEditor extends MultiPageEditorPart and might provide adequate implementation of getSelectedPage(). However, pages are added in this class in quite non-trivial way.
[~ibuziuk], could you please check if the problem can be solved by overriding getSelectedPage() method. Maybe not, but it is worth trying. In future other features may appear that request for text editor without asking for the adapter. It could be better to adjust once our code than propose changes for each code that does not expect a non-standard implementation of multi page editor.
> Zoom in / out functionality is not working with Visual Page Editor
> --------------------------------------------------------------------
>
> Key: JBIDE-22628
> URL: https://issues.jboss.org/browse/JBIDE-22628
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.4.0.Alpha2
> Reporter: Ilya Buziuk
> Assignee: Ilya Buziuk
> Labels: upstream
> Fix For: 4.4.x
>
>
> New zoom in / out functionality (Cntl + / -) which is available in Neon is not working in Visual Page Editor. The interesting thing, that if you do Zoom in / out in the html editor which supports this functionality and reopen file again in the Visual Editor the new scale will be adjusted
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22655) NullPointerException in AsYouTypeValidatorManager.validate
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22655?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-22655:
-----------------------------------
Story Points: 1
> NullPointerException in AsYouTypeValidatorManager.validate
> ----------------------------------------------------------
>
> Key: JBIDE-22655
> URL: https://issues.jboss.org/browse/JBIDE-22655
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.4.0.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Alexey Kazakov
> Fix For: 4.4.1.M1
>
>
> The following problem was reported via the automated error reporting:
> Message:
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:179)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:205)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:200)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:254)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.validate(ReconcileStepForValidator.java:381)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.reconcileModel(ReconcileStepForValidator.java:259)
> at org.eclipse.jface.text.reconciler.AbstractReconcileStep.reconcile(AbstractReconcileStep.java:95)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy.reconcile(ValidatorStrategy.java:269)
> at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.process(DocumentRegionProcessor.java:321)
> at org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor.process(StructuredRegionProcessor.java:258)
> at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor$BackgroundThread.run(DirtyRegionProcessor.java:691)
> {noformat}
> Bundles:
> | org.eclipse.jface.text | 3.10.0.v20150603-1752 | 3.11.0.v20160505-1301 |
> | org.eclipse.wst.sse.ui | 1.3.400.v201505141512 | 1.3.500.v201605120129 |
> | org.jboss.tools.common.validation | 3.7.0.Final-v20150924-2213-B38 | 3.8.0.Final-v20160610-1533-B7 |
> Operating Systems:
> | Linux | 3.2.0 | 4.5.6.fc23 |
> | MacOSX | 10.11.4 | 10.11.5 |
> | Windows | 5.1.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/571f44b6e4b0a54983...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22655) NullPointerException in AsYouTypeValidatorManager.validate
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22655?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-22655:
-----------------------------------
Sprint: devex #116 June 2016
> NullPointerException in AsYouTypeValidatorManager.validate
> ----------------------------------------------------------
>
> Key: JBIDE-22655
> URL: https://issues.jboss.org/browse/JBIDE-22655
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.4.0.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Alexey Kazakov
> Fix For: 4.4.1.M1
>
>
> The following problem was reported via the automated error reporting:
> Message:
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:179)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:205)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:200)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:254)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.validate(ReconcileStepForValidator.java:381)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.reconcileModel(ReconcileStepForValidator.java:259)
> at org.eclipse.jface.text.reconciler.AbstractReconcileStep.reconcile(AbstractReconcileStep.java:95)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy.reconcile(ValidatorStrategy.java:269)
> at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.process(DocumentRegionProcessor.java:321)
> at org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor.process(StructuredRegionProcessor.java:258)
> at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor$BackgroundThread.run(DirtyRegionProcessor.java:691)
> {noformat}
> Bundles:
> | org.eclipse.jface.text | 3.10.0.v20150603-1752 | 3.11.0.v20160505-1301 |
> | org.eclipse.wst.sse.ui | 1.3.400.v201505141512 | 1.3.500.v201605120129 |
> | org.jboss.tools.common.validation | 3.7.0.Final-v20150924-2213-B38 | 3.8.0.Final-v20160610-1533-B7 |
> Operating Systems:
> | Linux | 3.2.0 | 4.5.6.fc23 |
> | MacOSX | 10.11.4 | 10.11.5 |
> | Windows | 5.1.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/571f44b6e4b0a54983...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22595) Deploy Docker image wizard: One gets 2 authentication dialogs if you're using a non-conected connection without store pw
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22595?page=com.atlassian.jira.plugi... ]
Jeff MAURY edited comment on JBIDE-22595 at 6/24/16 5:46 PM:
-------------------------------------------------------------
Found a way to reproduce a similar problem:
1) I pull your PR
2) Create a CDK server
3) Start the CDK server
4) Once the server is started, in the server view, click 'Show in' -> Openshift explorer' and you should see 2 dialogs:[^screenshot-1.png]
CORRECTION: in fact, I have 3 dialogs, it seems there is one per defined connection (including OS2) [^screenshot-2.png]
was (Author: jeffmaury):
Found a way to reproduce a similar problem:
1) I pull your PR
2) Create a CDK server
3) Start the CDK server
4) Once the server is started, in the server view, click 'Show in' -> Openshift explorer' and you should see 2 dialogs:[^screenshot-1.png]
CORRECTION: in fact, I have 3 dialogs, it seems there is one per defined connection (including OS2)
> Deploy Docker image wizard: One gets 2 authentication dialogs if you're using a non-conected connection without store pw
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22595
> URL: https://issues.jboss.org/browse/JBIDE-22595
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: connection_wizard, openshift_v3
> Fix For: 4.4.1.M1
>
> Attachments: 2-password-dialogs.png, screenshot-1.png, screenshot-2.png
>
> Original Estimate: 1 day
> Time Spent: 1 day, 4 hours
> Remaining Estimate: 0 minutes
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22655) NullPointerException in AsYouTypeValidatorManager.validate
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22655?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-22655:
--------------------------------------
Assignee: Alexey Kazakov
> NullPointerException in AsYouTypeValidatorManager.validate
> ----------------------------------------------------------
>
> Key: JBIDE-22655
> URL: https://issues.jboss.org/browse/JBIDE-22655
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.4.0.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Alexey Kazakov
> Fix For: 4.4.1.M1
>
>
> The following problem was reported via the automated error reporting:
> Message:
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:179)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:205)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:200)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:254)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.validate(ReconcileStepForValidator.java:381)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.reconcileModel(ReconcileStepForValidator.java:259)
> at org.eclipse.jface.text.reconciler.AbstractReconcileStep.reconcile(AbstractReconcileStep.java:95)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy.reconcile(ValidatorStrategy.java:269)
> at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.process(DocumentRegionProcessor.java:321)
> at org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor.process(StructuredRegionProcessor.java:258)
> at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor$BackgroundThread.run(DirtyRegionProcessor.java:691)
> {noformat}
> Bundles:
> | org.eclipse.jface.text | 3.10.0.v20150603-1752 | 3.11.0.v20160505-1301 |
> | org.eclipse.wst.sse.ui | 1.3.400.v201505141512 | 1.3.500.v201605120129 |
> | org.jboss.tools.common.validation | 3.7.0.Final-v20150924-2213-B38 | 3.8.0.Final-v20160610-1533-B7 |
> Operating Systems:
> | Linux | 3.2.0 | 4.5.6.fc23 |
> | MacOSX | 10.11.4 | 10.11.5 |
> | Windows | 5.1.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/571f44b6e4b0a54983...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22655) NullPointerException in AsYouTypeValidatorManager.validate
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22655?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-22655:
-----------------------------------
Fix Version/s: 4.4.1.M1
> NullPointerException in AsYouTypeValidatorManager.validate
> ----------------------------------------------------------
>
> Key: JBIDE-22655
> URL: https://issues.jboss.org/browse/JBIDE-22655
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core
> Affects Versions: 4.4.0.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Alexey Kazakov
> Fix For: 4.4.1.M1
>
>
> The following problem was reported via the automated error reporting:
> Message:
> {noformat}
> java.lang.NullPointerException: null
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:179)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:205)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:200)
> at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:254)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.validate(ReconcileStepForValidator.java:381)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.reconcileModel(ReconcileStepForValidator.java:259)
> at org.eclipse.jface.text.reconciler.AbstractReconcileStep.reconcile(AbstractReconcileStep.java:95)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy.reconcile(ValidatorStrategy.java:269)
> at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.process(DocumentRegionProcessor.java:321)
> at org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor.process(StructuredRegionProcessor.java:258)
> at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor$BackgroundThread.run(DirtyRegionProcessor.java:691)
> {noformat}
> Bundles:
> | org.eclipse.jface.text | 3.10.0.v20150603-1752 | 3.11.0.v20160505-1301 |
> | org.eclipse.wst.sse.ui | 1.3.400.v201505141512 | 1.3.500.v201605120129 |
> | org.jboss.tools.common.validation | 3.7.0.Final-v20150924-2213-B38 | 3.8.0.Final-v20160610-1533-B7 |
> Operating Systems:
> | Linux | 3.2.0 | 4.5.6.fc23 |
> | MacOSX | 10.11.4 | 10.11.5 |
> | Windows | 5.1.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/571f44b6e4b0a54983...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22655) NullPointerException in AsYouTypeValidatorManager.validate
by Automated Error Reporting Bot (JIRA)
Automated Error Reporting Bot created JBIDE-22655:
-----------------------------------------------------
Summary: NullPointerException in AsYouTypeValidatorManager.validate
Key: JBIDE-22655
URL: https://issues.jboss.org/browse/JBIDE-22655
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 4.4.0.Final
Reporter: Automated Error Reporting Bot
The following problem was reported via the automated error reporting:
Message:
{noformat}
java.lang.NullPointerException: null
at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:179)
at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:205)
at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validateString(AsYouTypeValidatorManager.java:200)
at org.jboss.tools.common.validation.AsYouTypeValidatorManager.validate(AsYouTypeValidatorManager.java:254)
at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.validate(ReconcileStepForValidator.java:381)
at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.reconcileModel(ReconcileStepForValidator.java:259)
at org.eclipse.jface.text.reconciler.AbstractReconcileStep.reconcile(AbstractReconcileStep.java:95)
at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy.reconcile(ValidatorStrategy.java:269)
at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.process(DocumentRegionProcessor.java:321)
at org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor.process(StructuredRegionProcessor.java:258)
at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor$BackgroundThread.run(DirtyRegionProcessor.java:691)
{noformat}
Bundles:
| org.eclipse.jface.text | 3.10.0.v20150603-1752 | 3.11.0.v20160505-1301 |
| org.eclipse.wst.sse.ui | 1.3.400.v201505141512 | 1.3.500.v201605120129 |
| org.jboss.tools.common.validation | 3.7.0.Final-v20150924-2213-B38 | 3.8.0.Final-v20160610-1533-B7 |
Operating Systems:
| Linux | 3.2.0 | 4.5.6.fc23 |
| MacOSX | 10.11.4 | 10.11.5 |
| Windows | 5.1.0 | 10.0.0 |
The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/571f44b6e4b0a54983...] for the latest data.
Thank you for your assistance.
Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22595) Deploy Docker image wizard: One gets 2 authentication dialogs if you're using a non-conected connection without store pw
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22595?page=com.atlassian.jira.plugi... ]
Jeff MAURY edited comment on JBIDE-22595 at 6/24/16 5:37 PM:
-------------------------------------------------------------
Found a way to reproduce a similar problem:
1) I pull your PR
2) Create a CDK server
3) Start the CDK server
4) Once the server is started, in the server view, click 'Show in' -> Openshift explorer' and you should see 2 dialogs:[^screenshot-1.png]
CORRECTION: in fact, I have 3 dialogs, it seems there is one per defined connection (including OS2)
was (Author: jeffmaury):
Found a way to reproduce a similar problem:
1) I pull your PR
2) Create a CDK server
3) Start the CDK server
4) Once the server is started, in the server view, click 'Show in' -> Openshift explorer' and you should see 2 dialogs:[^screenshot-1.png]
> Deploy Docker image wizard: One gets 2 authentication dialogs if you're using a non-conected connection without store pw
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22595
> URL: https://issues.jboss.org/browse/JBIDE-22595
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: connection_wizard, openshift_v3
> Fix For: 4.4.1.M1
>
> Attachments: 2-password-dialogs.png, screenshot-1.png
>
> Original Estimate: 1 day
> Time Spent: 1 day, 4 hours
> Remaining Estimate: 0 minutes
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months
[JBoss JIRA] (JBIDE-22595) Deploy Docker image wizard: One gets 2 authentication dialogs if you're using a non-conected connection without store pw
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22595?page=com.atlassian.jira.plugi... ]
Jeff MAURY edited comment on JBIDE-22595 at 6/24/16 5:36 PM:
-------------------------------------------------------------
Found a way to reproduce a similar problem:
1) I pull your PR
2) Create a CDK server
3) Start the CDK server
4) Once the server is started, in the server view, click 'Show in' -> Openshift explorer' and you should see 2 dialogs:[^screenshot-1.png]
was (Author: jeffmaury):
Found a way to reproduce a similar problem:
1) I pull your PR
2) Create a CDK server
3) Start the CDK server
4) Once the server is started, in the server view, click 'Show in' -> Openshift explorer' and you should see 2 dialogs:
> Deploy Docker image wizard: One gets 2 authentication dialogs if you're using a non-conected connection without store pw
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-22595
> URL: https://issues.jboss.org/browse/JBIDE-22595
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Final
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: connection_wizard, openshift_v3
> Fix For: 4.4.1.M1
>
> Attachments: 2-password-dialogs.png, screenshot-1.png
>
> Original Estimate: 1 day
> Time Spent: 1 day, 4 hours
> Remaining Estimate: 0 minutes
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 9 months