[JBoss JIRA] (ERT-332) Source not found for main .js file inside node_modules [EBZ#497424]
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/ERT-332?page=com.atlassian.jira.plugin.sy... ]
Ilya Buziuk updated ERT-332:
----------------------------
Fix Version/s: Neon.1 (4.6)
> Source not found for main .js file inside node_modules [EBZ#497424]
> -------------------------------------------------------------------
>
> Key: ERT-332
> URL: https://issues.jboss.org/browse/ERT-332
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Labels: Debug, bzira
> Fix For: Neon.1 (4.6)
>
>
> My main javascript file is located inside a node_modules folder. There is no debug/run shortcut context menu in the projects view for this file. I can debug the javascript file by setting up the launch manually. However the JS debugger is not able to locate my source file and breakpoint failed to install.
> Our application works for nodewebkit and online. The source is the same for both online and offline, and we start the underline webserver in the nodewebkit case by using require in the index.html page to load the backend javascript within the node_modules folder. This backend javascript is the main application where I want to be able to debug in the online case, which is in the node_modules folder.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ERT-332) Source not found for main .js file inside node_modules [EBZ#497424]
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/ERT-332?page=com.atlassian.jira.plugin.sy... ]
Ilya Buziuk reassigned ERT-332:
-------------------------------
Assignee: Ilya Buziuk
> Source not found for main .js file inside node_modules [EBZ#497424]
> -------------------------------------------------------------------
>
> Key: ERT-332
> URL: https://issues.jboss.org/browse/ERT-332
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Assignee: Ilya Buziuk
> Labels: Debug, bzira
> Fix For: Neon.1 (4.6)
>
>
> My main javascript file is located inside a node_modules folder. There is no debug/run shortcut context menu in the projects view for this file. I can debug the javascript file by setting up the launch manually. However the JS debugger is not able to locate my source file and breakpoint failed to install.
> Our application works for nodewebkit and online. The source is the same for both online and offline, and we start the underline webserver in the nodewebkit case by using require in the index.html page to load the backend javascript within the node_modules folder. This backend javascript is the main application where I want to be able to debug in the online case, which is in the node_modules folder.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ERT-332) Source not found for main .js file inside node_modules [EBZ#497424]
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/ERT-332?page=com.atlassian.jira.plugin.sy... ]
Ilya Buziuk resolved ERT-332.
-----------------------------
Resolution: Done
> Source not found for main .js file inside node_modules [EBZ#497424]
> -------------------------------------------------------------------
>
> Key: ERT-332
> URL: https://issues.jboss.org/browse/ERT-332
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Assignee: Ilya Buziuk
> Labels: Debug, bzira
> Fix For: Neon.1 (4.6)
>
>
> My main javascript file is located inside a node_modules folder. There is no debug/run shortcut context menu in the projects view for this file. I can debug the javascript file by setting up the launch manually. However the JS debugger is not able to locate my source file and breakpoint failed to install.
> Our application works for nodewebkit and online. The source is the same for both online and offline, and we start the underline webserver in the nodewebkit case by using require in the index.html page to load the backend javascript within the node_modules folder. This backend javascript is the main application where I want to be able to debug in the online case, which is in the node_modules folder.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ERT-338) [formatter] Unwanted alignment on Enter when inside array literal [EBZ#356606]
by Ilya Buziuk (JIRA)
[ https://issues.jboss.org/browse/ERT-338?page=com.atlassian.jira.plugin.sy... ]
Ilya Buziuk updated ERT-338:
----------------------------
Story Points: 10
> [formatter] Unwanted alignment on Enter when inside array literal [EBZ#356606]
> ------------------------------------------------------------------------------
>
> Key: ERT-338
> URL: https://issues.jboss.org/browse/ERT-338
> Project: Eclipse Release Train
> Issue Type: Task
> Components: JSDT
> Reporter: Friendly Jira Robot
> Labels: Future, General, bzira
> Fix For: Neon.1 (4.6)
>
>
> Eclipse 3.7 (I20110613-1736)
> JSDT 1.3.0 (20110527214303)
> WTP 3.3.0 (20100921193530)
> 1. Create a new JavaScript file and add this code:
> function() {
> var myArray = [];
> }
> 2. Put the editing caret between the square brackets, and press Enter.
> 3. You get
> function() {
> var myArray = [
> ];
> }
> Inside array literals, pressing Enter causes the editor to insert spaces to align the new line with the opening [ bracket. I expected it to just increase the indentation level.
> This happens when using a new workspace with all the default preference settings.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months