[JBoss JIRA] (JBIDE-19360) JSF or HTML5 Support: don't show dialog for the first opened page
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19360?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-19360:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> JSF or HTML5 Support: don't show dialog for the first opened page
> -----------------------------------------------------------------
>
> Key: JBIDE-19360
> URL: https://issues.jboss.org/browse/JBIDE-19360
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: visual-page-editor-core
> Affects Versions: 4.3.0.Alpha1
> Reporter: Konstantin Marmalyukov
> Assignee: Ilya Buziuk
> Fix For: 4.5.x
>
>
> Confusing scenario #2:
> * Set HTML5 support
> * Open .xhtml page and say "Stay with HTML5"
> * Restart Eclipse
> ERROR: Dialog asking to choose between HTML5 or JSF support is displayed before workspace window appears. This dialog should be displayed once worspace is visible and user actually can see page he is going to open.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-23644) Go to Selection is not working correctly
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23644?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-23644:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> Go to Selection is not working correctly
> ----------------------------------------
>
> Key: JBIDE-23644
> URL: https://issues.jboss.org/browse/JBIDE-23644
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: forge
> Affects Versions: 4.4.3.AM1
> Environment: Fedora 25 + KDE
> Red Hat JBoss Developer Studio
> Version: 10.3.0.AM1
> Build id: AM1-v20161212-1159-B6656
> Build date: 20161212-1159
> Reporter: Josef Kopriva
> Assignee: George Gastaldi
> Fix For: 4.5.x
>
>
> Go to Selection is not always working. When user is switching between classes quite quickly, then user is not switched to selected class. If user is switching between classes slowly, then it works correctly.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-14842) Include optional dependencies in pom.xml at surefire level
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14842?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-14842:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> Include optional dependencies in pom.xml at surefire level
> ----------------------------------------------------------
>
> Key: JBIDE-14842
> URL: https://issues.jboss.org/browse/JBIDE-14842
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: webservices
> Affects Versions: 4.1.0.Beta1
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Labels: jax-rs, jax-ws
> Fix For: 4.5.x
>
>
> running tests during a tycho build on MacOSX requires an optional/platform specific bundle (o.e.jdt.launching.macosx) that is currently defined in a profile.
> Problem is that this profile includes *all* optional dependencies, not only this one, while other profiles (ie, platform) include no optional dependency at all.
> Solution: configure this optional dependency at the surefire level and for macosx only
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-23051) CoreException below ChainTextHover.getHoverInfo2 (thrown in FaceletTagRegistry.initialize)
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23051?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-23051:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> CoreException below ChainTextHover.getHoverInfo2 (thrown in FaceletTagRegistry.initialize)
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-23051
> URL: https://issues.jboss.org/browse/JBIDE-23051
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 4.3.0.Final
> Reporter: Automated Error Reporting Bot
> Assignee: Viacheslav Kabanovich
> Fix For: 4.5.x
>
>
> The following problem was reported via the automated error reporting:
> Message: Problem during initialization
> {noformat}
> org.eclipse.core.runtime.CoreException: Project either does not exists or is not a java project: P/pcc.pom
> at org.eclipse.jst.jsf.facelet.core.internal.registry.FaceletTagRegistry.initialize(FaceletTagRegistry.java:159)
> at org.eclipse.jst.jsf.facelet.core.internal.registry.FaceletTagRegistry.getAllTagLibraries(FaceletTagRegistry.java:129)
> at org.eclipse.jst.jsf.facelet.core.internal.registry.FaceletTagRegistry.getTagLibrary(FaceletTagRegistry.java:230)
> at org.eclipse.jst.jsf.facelet.core.internal.cm.FaceletDocumentFactory.getOrCreateCMDocument(FaceletDocumentFactory.java:160)
> at org.eclipse.jst.jsf.facelet.core.internal.cm.FaceletDocumentFactory.createCMDocumentForContext(FaceletDocumentFactory.java:56)
> at org.eclipse.jst.jsf.facelet.core.internal.cm.FaceletDocumentFactory.createCMElementDeclaration(FaceletDocumentFactory.java:78)
> at org.eclipse.jst.jsf.facelet.ui.internal.hover.FaceletHover$MyHTMLTagInfoHoverProcessor.getCMElementDeclaration(FaceletHover.java:132)
> at org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.computeTagAttValueHelp(XMLTagInfoHoverProcessor.java:131)
> at org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.computeRegionHelp(XMLTagInfoHoverProcessor.java:111)
> at org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.computeHoverHelp(XMLTagInfoHoverProcessor.java:86)
> at org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverInfo(XMLTagInfoHoverProcessor.java:257)
> at org.eclipse.jst.jsf.facelet.ui.internal.hover.FaceletHover.getHoverInfo(FaceletHover.java:58)
> at org.jboss.tools.common.text.xml.info.ChainTextHover.getHoverInfo2(ChainTextHover.java:145)
> at org.jboss.tools.common.text.xml.info.ChainTextHover.getHoverInfo2(ChainTextHover.java:132)
> at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverManager.java:165)
> {noformat}
> Bundles:
> | org.eclipse.jface.text | 3.10.0.v20150603-1752 | 3.11.0.v20160505-1301 |
> | org.eclipse.jst.jsf.facelet.core | 1.3.100.v201504071708 | 1.3.110.v201603071844 |
> | org.eclipse.jst.jsf.facelet.ui | 1.3.100.v201505112336 | 1.3.110.v201603071844 |
> | org.eclipse.wst.xml.ui | 1.1.501.v201501212057 | 1.1.700.v201604272318 |
> | org.jboss.tools.common.text.xml | 3.7.1.Final-v20160408-2358-B112 | 3.8.0.Final-v20160610-1533-B7 |
> Operating Systems:
> | Linux | 3.2.0 | 4.6.4.fc23 |
> | MacOSX | 10.11.3 | 10.11.5 |
> | Windows | 6.1.0 | 10.0.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/57052ef8e4b08ccb7b...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-22947) IllegalArgumentException below VpvPreview.createPartControl (thrown in Widget.checkParent)
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22947?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-22947:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> IllegalArgumentException below VpvPreview.createPartControl (thrown in Widget.checkParent)
> ------------------------------------------------------------------------------------------
>
> Key: JBIDE-22947
> URL: https://issues.jboss.org/browse/JBIDE-22947
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Reporter: Automated Error Reporting Bot
> Assignee: Ilya Buziuk
> Fix For: 4.5.x
>
>
> The following problem was reported via the automated error reporting:
> Message: HIDDEN
> {noformat}
> java.lang.IllegalArgumentException: HIDDEN
> at org.eclipse.swt.widgets.Widget.checkParent(Widget.java:291)
> at org.eclipse.swt.widgets.Widget.<init>(Widget.java:158)
> at org.eclipse.swt.widgets.Control.<init>(Control.java:109)
> at org.eclipse.swt.widgets.Scrollable.<init>(Scrollable.java:81)
> at org.eclipse.swt.widgets.Composite.<init>(Composite.java:96)
> at org.eclipse.swt.browser.Browser.<init>(Browser.java:87)
> at org.jboss.tools.vpe.preview.editor.VpvPreview.createPartControl(VpvPreview.java:34)
> at org.jboss.tools.vpe.preview.editor.VpvEditorPart.createPreviewBrowser(VpvEditorPart.java:644)
> at org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditor.pageChange(JSPMultiPageEditor.java:317)
> at org.eclipse.ui.part.MultiPageEditorPart$2.widgetSelected(MultiPageEditorPart.java:295)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> {noformat}
> Bundles:
> | org.eclipse.swt | 3.104.2.v20160212-1350 | 3.104.2.v20160212-1350 |
> | org.eclipse.ui | 3.107.0.v20150507-1945 | 3.107.0.v20150507-1945 |
> | org.jboss.tools.jst.web.ui | 3.7.1.Final-v20160331-0256-B96 | 3.7.1.Final-v20160331-0256-B96 |
> | org.jboss.tools.vpe.preview.editor | 3.7.1.Final-v20160331-0327-B91 | 3.7.1.Final-v20160331-0327-B91 |
> Operating Systems:
> | Windows | 6.3.0 | 6.3.0 |
> The above information is a snapshot of the collected data. Visit [this page|https://redhat.ctrlflow.com/reviewers/#!/problems/574c33cfe4b06056d2...] for the latest data.
> Thank you for your assistance.
> Your friendly error-reports-inbox.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-21201) TernError: No type found at the given position.
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21201?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-21201:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> TernError: No type found at the given position.
> -----------------------------------------------
>
> Key: JBIDE-21201
> URL: https://issues.jboss.org/browse/JBIDE-21201
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: javascript, upstream
> Affects Versions: 4.3.0.Beta1
> Environment: tern 1.1.0
> Reporter: Pavol Srna
> Assignee: Victor Rubezhny
> Fix For: 4.5.x
>
>
> 1. Create JSF 1.2 Kick Start project
> 2. Open inputUserName.jsp in VPE
> 3. Click on 'user' text within <h:inputText> tag
> 4. Press F3 key
> {code}
> tern.TernException: TernError: No type found at the given position.
> at tern.server.DefaultResponseHandler.getData(DefaultResponseHandler.java:45)
> at tern.server.protocol.TernResultsProcessorsFactory.makeRequestAndProcess(TernResultsProcessorsFactory.java:43)
> at tern.eclipse.ide.internal.core.resources.IDETernServerAsyncReqProcessor.run(IDETernServerAsyncReqProcessor.java:104)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: tern.TernException: TernError: No type found at the given position.
> at tern.server.nodejs.NodejsTernHelper.makeRequest(NodejsTernHelper.java:86)
> at tern.server.nodejs.NodejsTernServer.makeRequest(NodejsTernServer.java:163)
> at tern.server.nodejs.NodejsTernServer.request(NodejsTernServer.java:127)
> at tern.server.protocol.TernResultsProcessorsFactory.makeRequestAndProcess(TernResultsProcessorsFactory.java:42)
> ... 2 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (JBIDE-19505) Angular Code Assist doesn't work for jboss-kitchensink-angularjs app
by Dmitrii Bocharov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19505?page=com.atlassian.jira.plugi... ]
Dmitrii Bocharov updated JBIDE-19505:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
> Angular Code Assist doesn't work for jboss-kitchensink-angularjs app
> --------------------------------------------------------------------
>
> Key: JBIDE-19505
> URL: https://issues.jboss.org/browse/JBIDE-19505
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: javascript, jsp/jsf/xml/html-source-editing, upstream
> Affects Versions: 4.3.0.Alpha1
> Environment: JBDS 9.0.0.Alpha1-v20150216-1042-B11, Linux
> Reporter: Vlado Pakan
> Assignee: Denis Golovin
> Fix For: 4.5.x
>
> Attachments: angular-code-assist.png
>
>
> 1. Import jboss-kitchensink-angularjs from JBoss Central
> 2. Open partials/home.html page
> 3. Open Angular Explorer and link modules > MemberService > MembersCtrl to controler
> 4. Find this line {code}<li ng-repeat="message in errorMessages">{{message}}</li>{code} and invoke Code Assist for {{m
> ERROR: Code Assist doesn't contain proposal for message variable
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months