[JBoss JIRA] (ERT-12) [language support] Add support for ECMAScript 2015 [EBZ#473559]
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/ERT-12?page=com.atlassian.jira.plugin.sys... ]
Gorkem Ercan updated ERT-12:
----------------------------
Original Estimate: 1 week, 1 day, 2 hours (was: 50 minutes)
Remaining Estimate: 1 week, 1 day, 2 hours (was: 50 minutes)
> [language support] Add support for ECMAScript 2015 [EBZ#473559]
> ---------------------------------------------------------------
>
> Key: ERT-12
> URL: https://issues.jboss.org/browse/ERT-12
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Max Rydahl Andersen
> Priority: Trivial
> Labels: 3.8_M6, Web, bzira
> Fix For: Neon (4.6) M6
>
> Original Estimate: 1 week, 1 day, 2 hours
> Remaining Estimate: 1 week, 1 day, 2 hours
>
> As ECMAScript 6 aka ECMAScript 2015 got officially released in June 2015[1], the JSDT validator should integrate a related compliance level.
> There was also a request for supporting ECMAScript 4[2], which got never released, though, and that bug never got traction. So I thought I'd open up a new one. This bug should serve as a meta-bug for the different features introduced in ECMAScript 2015.
> Sebastian
> [1] http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf
> [2] Bug 223131
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-19192) provide option for disable html preview
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19192?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-19192:
---------------------------------
Sprint: Sprint #1 April 2015, Sprint #2 April 2015, Sprint #3 May 2015, Sprint #4 May 2015, Sprint #5 Jun 2015, Sprint #6 July 2015, Sprint #8 August 2015 (was: Sprint #1 April 2015, Sprint #2 April 2015, Sprint #3 May 2015, Sprint #4 May 2015, Sprint #5 Jun 2015, Sprint #6 July 2015, Sprint #8 August 2015, devex #1 February 2016)
> provide option for disable html preview
> ---------------------------------------
>
> Key: JBIDE-19192
> URL: https://issues.jboss.org/browse/JBIDE-19192
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.2.Final
> Environment: win8.1 64 eclipse luna 4.4.0 jboss 4.2.2
> Reporter: jim harber
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.3.x
>
> Attachments: Clipboard01.png
>
>
> when i use tween.js to create a html page,i create an array,here is the problem:
> var eles = [];
> //push such as 500 elements into eles;
> ..
> then i need call a function to update every element in eles,when these two line:
> requestAnimationFrame(animate);
> TWEEN.update();
> already in the function,i can't see a change in preview and it makes eclipse shutdown,so i put this two line when i finish the other codes,this time preview become normal.
> every time when i type to for(var i=0;i<eles.length;i) eclipse gets stuck. so i wonder is thers any chance i can shutdown living view,i checked preferences panel i didn't find anything.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-19192) provide option for disable html preview
by Gorkem Ercan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19192?page=com.atlassian.jira.plugi... ]
Gorkem Ercan updated JBIDE-19192:
---------------------------------
Sprint: Sprint #1 April 2015, Sprint #2 April 2015, Sprint #3 May 2015, Sprint #4 May 2015, Sprint #5 Jun 2015, Sprint #6 July 2015, Sprint #8 August 2015, devex #1 February 2016 (was: Sprint #1 April 2015, Sprint #2 April 2015, Sprint #3 May 2015, Sprint #4 May 2015, Sprint #5 Jun 2015, Sprint #6 July 2015, Sprint #8 August 2015)
> provide option for disable html preview
> ---------------------------------------
>
> Key: JBIDE-19192
> URL: https://issues.jboss.org/browse/JBIDE-19192
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: visual-page-editor-core
> Affects Versions: 4.2.2.Final
> Environment: win8.1 64 eclipse luna 4.4.0 jboss 4.2.2
> Reporter: jim harber
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Fix For: 4.3.x
>
> Attachments: Clipboard01.png
>
>
> when i use tween.js to create a html page,i create an array,here is the problem:
> var eles = [];
> //push such as 500 elements into eles;
> ..
> then i need call a function to update every element in eles,when these two line:
> requestAnimationFrame(animate);
> TWEEN.update();
> already in the function,i can't see a change in preview and it makes eclipse shutdown,so i put this two line when i finish the other codes,this time preview become normal.
> every time when i type to for(var i=0;i<eles.length;i) eclipse gets stuck. so i wonder is thers any chance i can shutdown living view,i checked preferences panel i didn't find anything.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-21460) Server adapter: NPE at Show In Web Browser if connection is not connected
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21460?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21460:
-------------------------------------
Summary: Server adapter: NPE at Show In Web Browser if connection is not connected (was: NPE at Show In Web Browser for OpenShift server if connection is not connected)
> Server adapter: NPE at Show In Web Browser if connection is not connected
> -------------------------------------------------------------------------
>
> Key: JBIDE-21460
> URL: https://issues.jboss.org/browse/JBIDE-21460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Viacheslav Kabanovich
> Labels: openshift_v3, server_adapter
> Fix For: 4.3.1.CR1
>
> Attachments: not-authorized-error.png
>
>
> 1. Create an OpenShift connection, do not choose save password/token.
> 2. Create an OpenShift server for the connection.
> 3. Close Eclipse with Server view active
> 4. Restart Eclipse, select Server view.
> 5. In context menu of the server, select Show In Web Browser.
> 6. 'Sign In' dialog appears, select cancel.
> (Note: First time when I got it, dialog did not appear, later I could not repeat steps that would skip the dialog.)
> 7. Failure: NPE while executing getWelcomePageUrl().
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-21460) Server adapter: NPE at Show In Web Browser if connection is not connected
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21460?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-21460:
-------------------------------------
Labels: openshift_v3 server_adapter (was: )
> Server adapter: NPE at Show In Web Browser if connection is not connected
> -------------------------------------------------------------------------
>
> Key: JBIDE-21460
> URL: https://issues.jboss.org/browse/JBIDE-21460
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta1
> Reporter: Viacheslav Kabanovich
> Labels: openshift_v3, server_adapter
> Fix For: 4.3.1.CR1
>
> Attachments: not-authorized-error.png
>
>
> 1. Create an OpenShift connection, do not choose save password/token.
> 2. Create an OpenShift server for the connection.
> 3. Close Eclipse with Server view active
> 4. Restart Eclipse, select Server view.
> 5. In context menu of the server, select Show In Web Browser.
> 6. 'Sign In' dialog appears, select cancel.
> (Note: First time when I got it, dialog did not appear, later I could not repeat steps that would skip the dialog.)
> 7. Failure: NPE while executing getWelcomePageUrl().
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-21599) Source path validation does not work properly in new server adapter wizard
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21599?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21599:
-----------------------------------------------
Me, too, was not aware before Fred implemented VariablesHelper for JBIDE-21349.
> Source path validation does not work properly in new server adapter wizard
> --------------------------------------------------------------------------
>
> Key: JBIDE-21599
> URL: https://issues.jboss.org/browse/JBIDE-21599
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.4.0.Alpha1
>
>
> When using eclipse path properties in source path in New Server wizard for a new OpenShift 3 server adapter, validation does not work properly. E.g. I choose a workspace project by browsing workspace and choosing it, it fill into the text widget for source path
> {code}
> ${workspace_loc:/org.jboss.tools.openshift.ui.bot.test}
> {code}
> and it is OK, next button is enabled. But if I cut/paste it there again or if I type workspace location manually, not via browsing workspace project, it is validated as incorrect path and it is not possible to proceed through wizard.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-21609) Source path validation does not work properly in new server adapter wizard
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21609?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21609:
------------------------------------------
cherry-picked to jbosstools-4.3.x
> Source path validation does not work properly in new server adapter wizard
> --------------------------------------------------------------------------
>
> Key: JBIDE-21609
> URL: https://issues.jboss.org/browse/JBIDE-21609
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.3.1.CR1
>
>
> When using eclipse path properties in source path in New Server wizard for a new OpenShift 3 server adapter, validation does not work properly. E.g. I choose a workspace project by browsing workspace and choosing it, it fill into the text widget for source path
> {code}
> ${workspace_loc:/org.jboss.tools.openshift.ui.bot.test}
> {code}
> and it is OK, next button is enabled. But if I cut/paste it there again or if I type workspace location manually, not via browsing workspace project, it is validated as incorrect path and it is not possible to proceed through wizard.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (JBIDE-21599) Source path validation does not work properly in new server adapter wizard
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21599?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21599:
------------------------------------------
works, thanks! wasnt aware of the StringVariableManager in Eclipse.
merged to master
> Source path validation does not work properly in new server adapter wizard
> --------------------------------------------------------------------------
>
> Key: JBIDE-21599
> URL: https://issues.jboss.org/browse/JBIDE-21599
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: openshift_v3, server_adapter_wizard
> Fix For: 4.4.0.Alpha1
>
>
> When using eclipse path properties in source path in New Server wizard for a new OpenShift 3 server adapter, validation does not work properly. E.g. I choose a workspace project by browsing workspace and choosing it, it fill into the text widget for source path
> {code}
> ${workspace_loc:/org.jboss.tools.openshift.ui.bot.test}
> {code}
> and it is OK, next button is enabled. But if I cut/paste it there again or if I type workspace location manually, not via browsing workspace project, it is validated as incorrect path and it is not possible to proceed through wizard.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months