[jira] [Comment Edited] (NETBEANS-1229) java.lang.AssertionError: Cannot find myself as org.netbeans.modules.php.editor

2018-09-10 Thread Junichi Yamamoto (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16610100#comment-16610100
 ] 

Junichi Yamamoto edited comment on NETBEANS-1229 at 9/11/18 4:50 AM:
-

Thank you, Matthias!
I could build php.editor in NetBeans without running clean & build commands my 
PC after I ran the above command.


was (Author: junichi11):
Thank you, Matthias!
I could build php.editor in NetBeans without rebooting my PC after I ran the 
above command.

> java.lang.AssertionError: Cannot find myself as 
> org.netbeans.modules.php.editor
> ---
>
> Key: NETBEANS-1229
> URL: https://issues.apache.org/jira/browse/NETBEANS-1229
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Junichi Yamamoto
>Priority: Major
>
> Steps to reproduce:
> 1. Build NetBeans (ant -Dcluster.config=full)
> 2. Run php/php.editor in NetBeans
> 3. Reboot my PC
> 4. Run php/php.editor in NetBeans
> 5. Get the following error message
> output:
> {code:java}
> /incubator-netbeans/nbbuild/templates/projectized.xml:342: The following 
> error occurred while executing this line:
> /incubator-netbeans/nbbuild/templates/projectized.xml:335:
> java.lang.AssertionError: Cannot find myself as 
> org.netbeans.modules.php.editor
> at org.netbeans.nbbuild.ParseProjectXml.execute(ParseProjectXml.java:433)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at java.util.Vector.forEach(Vector.java:1275)
> at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:67)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.Target.execute(Target.java:449)
> at org.apache.tools.ant.Target.performTasks(Target.java:470)
> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
> at 
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
> at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:261)
> at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:574)
> at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
> {code}
> If I run clean and build command (ant -Dcluster.config=full clean 
> build-nozip), I can run php/php.editor.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1229) java.lang.AssertionError: Cannot find myself as org.netbeans.modules.php.editor

2018-09-10 Thread Junichi Yamamoto (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16610100#comment-16610100
 ] 

Junichi Yamamoto commented on NETBEANS-1229:


Thank you, Matthias!
I could build php.editor in NetBeans without rebooting my PC after I ran the 
above command.

> java.lang.AssertionError: Cannot find myself as 
> org.netbeans.modules.php.editor
> ---
>
> Key: NETBEANS-1229
> URL: https://issues.apache.org/jira/browse/NETBEANS-1229
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Junichi Yamamoto
>Priority: Major
>
> Steps to reproduce:
> 1. Build NetBeans (ant -Dcluster.config=full)
> 2. Run php/php.editor in NetBeans
> 3. Reboot my PC
> 4. Run php/php.editor in NetBeans
> 5. Get the following error message
> output:
> {code:java}
> /incubator-netbeans/nbbuild/templates/projectized.xml:342: The following 
> error occurred while executing this line:
> /incubator-netbeans/nbbuild/templates/projectized.xml:335:
> java.lang.AssertionError: Cannot find myself as 
> org.netbeans.modules.php.editor
> at org.netbeans.nbbuild.ParseProjectXml.execute(ParseProjectXml.java:433)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at java.util.Vector.forEach(Vector.java:1275)
> at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:67)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:391)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.Target.execute(Target.java:449)
> at org.apache.tools.ant.Target.performTasks(Target.java:470)
> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
> at 
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
> at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:261)
> at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:574)
> at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:128)
> {code}
> If I run clean and build command (ant -Dcluster.config=full clean 
> build-nozip), I can run php/php.editor.
> Thanks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Resolved] (NETBEANS-643) Mercurial Annotate fails on files with spaces in them and files named like .hgignore

2018-09-10 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/NETBEANS-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Bläsing resolved NETBEANS-643.
---
Resolution: Fixed
  Assignee: Matthias Bläsing

Fix was merged to master.

> Mercurial Annotate fails on files with spaces in them and files named like 
> .hgignore
> 
>
> Key: NETBEANS-643
> URL: https://issues.apache.org/jira/browse/NETBEANS-643
> Project: NetBeans
>  Issue Type: Bug
>  Components: versioncontrol - Mercurial
>Affects Versions: 8.2, 9.0, Next
>Reporter: Austin Stephens
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> Annotate cannot handle output lines such as:
> {noformat}
> foo 8731 foo/ba r.baz: 98: Stuff
> foo 8731 .foo/bar.baz: 98: Stuff{noformat}
> Resulting in the annotate column containing nothing. Please fix, it is very 
> annoying and I have to use a different program to do annotating.
> I recommend using a proper data structure (like xml) to get the blame info.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans] branch master updated (6a35325 -> 3da4335)

2018-09-10 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from 6a35325  Merge pull request #853 from arusinha/review-module-j2eeapis
 add 00587d5  [NETBEANS-643] Mercurial Annotate fails on file with spaces 
and leading dots
 new 3da4335  Merge pull request #851 from matthiasblaesing/netbeans-643

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../mercurial/ui/annotate/AnnotateAction.java  |  34 +++-
 .../mercurial/ui/annotate/AnnotateActionTest.java  | 196 +
 2 files changed, 228 insertions(+), 2 deletions(-)
 create mode 100644 
ide/mercurial/test/unit/src/org/netbeans/modules/mercurial/ui/annotate/AnnotateActionTest.java


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans] 01/01: Merge pull request #851 from matthiasblaesing/netbeans-643

2018-09-10 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 3da43350ce44ccb3c2a10a6f4fa5f2e10e204c34
Merge: 6a35325 00587d5
Author: Matthias Bläsing 
AuthorDate: Mon Sep 10 23:19:26 2018 +0200

Merge pull request #851 from matthiasblaesing/netbeans-643

[NETBEANS-643] Mercurial Annotate fails on file with spaces and leading dots

 .../mercurial/ui/annotate/AnnotateAction.java  |  34 +++-
 .../mercurial/ui/annotate/AnnotateActionTest.java  | 196 +
 2 files changed, 228 insertions(+), 2 deletions(-)


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1230) Allow localHistory to work with Multiple files

2018-09-10 Thread MArk Stephens (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609626#comment-16609626
 ] 

MArk Stephens commented on NETBEANS-1230:
-

Changes to 5 files in LocalHistory and Verisoning.ui

> Allow localHistory to work with Multiple files
> --
>
> Key: NETBEANS-1230
> URL: https://issues.apache.org/jira/browse/NETBEANS-1230
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - Logger
>Reporter: MArk Stephens
>Assignee: MArk Stephens
>Priority: Major
>
> At the moment, localhistory will only allow viewing and editing of a single 
> file.
> I would like to change this so it allows any selection and provides the 
> ability to rollback all selected files to any point



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-1230) Allow localHistory to work with Multiple files

2018-09-10 Thread MArk Stephens (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609623#comment-16609623
 ] 

MArk Stephens commented on NETBEANS-1230:
-

I have pushed my initial code which allows opening of a window with history 
from multiple files to my fork at 
https://github.com/markee174/incubator-netbeans

> Allow localHistory to work with Multiple files
> --
>
> Key: NETBEANS-1230
> URL: https://issues.apache.org/jira/browse/NETBEANS-1230
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - Logger
>Reporter: MArk Stephens
>Assignee: MArk Stephens
>Priority: Major
>
> At the moment, localhistory will only allow viewing and editing of a single 
> file.
> I would like to change this so it allows any selection and provides the 
> ability to rollback all selected files to any point



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-1230) Allow localHistory to work with Multiple files

2018-09-10 Thread MArk Stephens (JIRA)
MArk Stephens created NETBEANS-1230:
---

 Summary: Allow localHistory to work with Multiple files
 Key: NETBEANS-1230
 URL: https://issues.apache.org/jira/browse/NETBEANS-1230
 Project: NetBeans
  Issue Type: Improvement
  Components: ide - Logger
Reporter: MArk Stephens
Assignee: MArk Stephens


At the moment, localhistory will only allow viewing and editing of a single 
file.

I would like to change this so it allows any selection and provides the ability 
to rollback all selected files to any point



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-107) Support Angular Language Service

2018-09-10 Thread Dalton Notetech (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dalton Notetech updated NETBEANS-107:
-

[Generic language protocol 
support|https://issues.apache.org/jira/browse/NETBEANS-180] will be nice to 
implement to fix this.

> Support Angular Language Service
> 
>
> Key: NETBEANS-107
> URL: https://issues.apache.org/jira/browse/NETBEANS-107
> Project: NetBeans
>  Issue Type: Wish
>  Components: web - HTML Editor, web - HTML Project
>Affects Versions: 9.0
>Reporter: Dalton Notetech
>Assignee: Geertjan Wielenga
>Priority: Major
>  Labels: Angular, AngularJS, Typesript
>
> Add support for angular's new language service described in
> https://next.angular.io/guide/language-service
> This will allow 
> * Autocompletion
> * Error checking
> * Navigation
> etc in angular.
> Also make sure that non standard html tags won't cause any issues when it is 
> not there in custom.json (at least errors should be replaced with warnings 
> and there should not be any formatting issues). Also html spec don't say that 
> elements and attributes can't have special symbols like []()* etc. consider 
> this also in the html parser.
> Also Remove support for old AngularJS 1.x 
> and 
> Add inbuilt support for typescript



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-107) Support Angular Language Service

2018-09-10 Thread Christian Lenz (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609202#comment-16609202
 ] 

Christian Lenz commented on NETBEANS-107:
-

Yes, that would be better. So therefore it must be an option to add js 
frameworks as lot as you want to JS projects like in PHP (WordPress, Laravel, 
etc.). It must be an option to say: I want jQuery, Angular or AngularJS, React 
or Vue or whatever framework you want, to your HTML/JS project to add code 
completion and whatever it needs.

> Support Angular Language Service
> 
>
> Key: NETBEANS-107
> URL: https://issues.apache.org/jira/browse/NETBEANS-107
> Project: NetBeans
>  Issue Type: Wish
>  Components: web - HTML Editor, web - HTML Project
>Affects Versions: 9.0
>Reporter: Dalton Notetech
>Assignee: Geertjan Wielenga
>Priority: Major
>  Labels: Angular, AngularJS, Typesript
>
> Add support for angular's new language service described in
> https://next.angular.io/guide/language-service
> This will allow 
> * Autocompletion
> * Error checking
> * Navigation
> etc in angular.
> Also make sure that non standard html tags won't cause any issues when it is 
> not there in custom.json (at least errors should be replaced with warnings 
> and there should not be any formatting issues). Also html spec don't say that 
> elements and attributes can't have special symbols like []()* etc. consider 
> this also in the html parser.
> Also Remove support for old AngularJS 1.x 
> and 
> Add inbuilt support for typescript



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-107) Support Angular Language Service

2018-09-10 Thread Dalton Notetech (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609196#comment-16609196
 ] 

Dalton Notetech commented on NETBEANS-107:
--

Ok. Removal of AngularJS is not necessary. But it would be better if user can 
disable it. So that user will not see AngularJS autocomplete results in Angular 
2 or higher.

> Support Angular Language Service
> 
>
> Key: NETBEANS-107
> URL: https://issues.apache.org/jira/browse/NETBEANS-107
> Project: NetBeans
>  Issue Type: Wish
>  Components: web - HTML Editor, web - HTML Project
>Affects Versions: 9.0
>Reporter: Dalton Notetech
>Assignee: Geertjan Wielenga
>Priority: Major
>  Labels: Angular, AngularJS, Typesript
>
> Add support for angular's new language service described in
> https://next.angular.io/guide/language-service
> This will allow 
> * Autocompletion
> * Error checking
> * Navigation
> etc in angular.
> Also make sure that non standard html tags won't cause any issues when it is 
> not there in custom.json (at least errors should be replaced with warnings 
> and there should not be any formatting issues). Also html spec don't say that 
> elements and attributes can't have special symbols like []()* etc. consider 
> this also in the html parser.
> Also Remove support for old AngularJS 1.x 
> and 
> Add inbuilt support for typescript



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-212) Project actions is getting too large

2018-09-10 Thread Christian Lenz (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609192#comment-16609192
 ] 

Christian Lenz commented on NETBEANS-212:
-

Grouping sounds good for me.

> Project actions is getting too large
> 
>
> Key: NETBEANS-212
> URL: https://issues.apache.org/jira/browse/NETBEANS-212
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Generic Projects UI
>Reporter: Antonio Vieiro
>Priority: Major
>  Labels: netbeans-ui
> Attachments: actions.png, netbeans-project-menu.png
>
>
> The "Project" menu is way too large, reaching 811 pixels.
> I think this should be grouped somehow, leaving less-used options grouped in 
> menu items.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-107) Support Angular Language Service

2018-09-10 Thread Christian Lenz (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16609181#comment-16609181
 ] 

Christian Lenz commented on NETBEANS-107:
-

What? Removing AngularJS? For which reason? AngularJS is independent from 
Angular and still has support. Sure it will not have any updates after 1.7 but 
it is still a framework and will be used a lot. So 2 different frameworks. 
AngularJS should still be part of NetBeans.

> Support Angular Language Service
> 
>
> Key: NETBEANS-107
> URL: https://issues.apache.org/jira/browse/NETBEANS-107
> Project: NetBeans
>  Issue Type: Wish
>  Components: web - HTML Editor, web - HTML Project
>Affects Versions: 9.0
>Reporter: Dalton Notetech
>Assignee: Geertjan Wielenga
>Priority: Major
>  Labels: Angular, AngularJS, Typesript
>
> Add support for angular's new language service described in
> https://next.angular.io/guide/language-service
> This will allow 
> * Autocompletion
> * Error checking
> * Navigation
> etc in angular.
> Also make sure that non standard html tags won't cause any issues when it is 
> not there in custom.json (at least errors should be replaced with warnings 
> and there should not be any formatting issues). Also html spec don't say that 
> elements and attributes can't have special symbols like []()* etc. consider 
> this also in the html parser.
> Also Remove support for old AngularJS 1.x 
> and 
> Add inbuilt support for typescript



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Closed] (NETBEANS-290) Jump to another pom within your pom

2018-09-10 Thread Christian Lenz (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Lenz closed NETBEANS-290.
---
Resolution: Fixed

Was merged from this PR: https://github.com/apache/incubator-netbeans/pull/481. 
So this is part of NB 9.0 right? Then the fis version is 9.0 I guess.

> Jump to another pom within your pom
> ---
>
> Key: NETBEANS-290
> URL: https://issues.apache.org/jira/browse/NETBEANS-290
> Project: NetBeans
>  Issue Type: Improvement
>  Components: projects - Maven, xml - Schema, xml - Text-Edit
>Affects Versions: Next
>Reporter: Christian Lenz
>Assignee: John McDonnell
>Priority: Major
>  Labels: pull-request-available
> Attachments: pom-jump-to-dep.gif
>
>  Time Spent: 8h 40m
>  Remaining Estimate: 0h
>
> As you can see, it is super fun and super fancy to jump to a dependency 
> within your maven pom file. This feature is implemented in IntelliJ, I 
> figured that out, when a colleague said to me: Please jump the dependent pom 
> to check whether we have to override the version or not and I didn't know how.
> Yes NetBeans has this effective view but, it is not that productive for me.
>  
> Example for IntelliJ:
>  * Colleague opens pom
>  * went to the specific warning like for overriding the version or only to 
> see the pom of the dependency
>  * Ctrl + click and it jumps to that pom
>  
> Example for NetBeans
>  * In the normal pom view it is not possible to do that
>  * I have to switch to the effective view
>  * I have to search for the dependency, with ctrl + f because the effective 
> view is mch longer than the normal view
>  * I have to double click on the right line
> So as you can see, the way of intelliJ makes it more productive. I think this 
> enhancement will save a lot of time and is possible, because NetBeans should 
> know all paths to the dependencies.
>  
> In IntelliJ, you can't only ctrl + click the name, you can ctrl + click the 
> version and smth more.
>  
> Cheers
>  
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-816) Netbeans inline JSX Variable

2018-09-10 Thread Christian Lenz (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Lenz updated NETBEANS-816:

Affects Version/s: Next

> Netbeans inline JSX Variable
> 
>
> Key: NETBEANS-816
> URL: https://issues.apache.org/jira/browse/NETBEANS-816
> Project: NetBeans
>  Issue Type: Improvement
>  Components: javascript - Editor
>Affects Versions: 8.2, Next
>Reporter: Wagner Silva
>Priority: Major
> Attachments: image-2018-05-18-15-28-30-210.png
>
>
> Netbeans is not being able to interpret a variable inside of a style tag in 
> JSX.
> React is very popular right now, and this kind of usage is very important.
>  
> !image-2018-05-18-15-28-30-210.png!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-107) Support Angular Language Service

2018-09-10 Thread Christian Lenz (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Lenz updated NETBEANS-107:

Component/s: web - HTML Project
 web - HTML Editor

> Support Angular Language Service
> 
>
> Key: NETBEANS-107
> URL: https://issues.apache.org/jira/browse/NETBEANS-107
> Project: NetBeans
>  Issue Type: Wish
>  Components: web - HTML Editor, web - HTML Project
>Affects Versions: 9.0
>Reporter: Dalton Notetech
>Assignee: Geertjan Wielenga
>Priority: Major
>  Labels: Angular, AngularJS, Typesript
>
> Add support for angular's new language service described in
> https://next.angular.io/guide/language-service
> This will allow 
> * Autocompletion
> * Error checking
> * Navigation
> etc in angular.
> Also make sure that non standard html tags won't cause any issues when it is 
> not there in custom.json (at least errors should be replaced with warnings 
> and there should not be any formatting issues). Also html spec don't say that 
> elements and attributes can't have special symbols like []()* etc. consider 
> this also in the html parser.
> Also Remove support for old AngularJS 1.x 
> and 
> Add inbuilt support for typescript



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-107) Support Angular Language Service

2018-09-10 Thread Christian Lenz (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Lenz updated NETBEANS-107:

Component/s: (was: cnd - Editor)
 (was: cnd - Code Completion)

> Support Angular Language Service
> 
>
> Key: NETBEANS-107
> URL: https://issues.apache.org/jira/browse/NETBEANS-107
> Project: NetBeans
>  Issue Type: Wish
>  Components: web - HTML Editor, web - HTML Project
>Affects Versions: 9.0
>Reporter: Dalton Notetech
>Assignee: Geertjan Wielenga
>Priority: Major
>  Labels: Angular, AngularJS, Typesript
>
> Add support for angular's new language service described in
> https://next.angular.io/guide/language-service
> This will allow 
> * Autocompletion
> * Error checking
> * Navigation
> etc in angular.
> Also make sure that non standard html tags won't cause any issues when it is 
> not there in custom.json (at least errors should be replaced with warnings 
> and there should not be any formatting issues). Also html spec don't say that 
> elements and attributes can't have special symbols like []()* etc. consider 
> this also in the html parser.
> Also Remove support for old AngularJS 1.x 
> and 
> Add inbuilt support for typescript



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[incubator-netbeans] branch master updated (a5db202 -> 6a35325)

2018-09-10 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from a5db202  Merge pull request #842 from vikasprabhakar/NetBeans241
 add 75c22a7  [NETBEANS-1074] Module Review j2eeapis
 new 6a35325  Merge pull request #853 from arusinha/review-module-j2eeapis

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apisupport/project/ProjectXMLManagerTest.java  |   4 +-
 .../project/universe/TestModuleDependencyTest.java |   2 +-
 j2ee.ant/nbproject/project.xml |   2 +-
 j2eeapis/external/binaries-list|  18 +-
 .../external/deployment-api-1.2-rev-1-license.txt  |   9 +-
 j2eeapis/external/jsr88javax-license.txt   | 387 -
 j2eeapis/nbproject/project.properties  |   2 +-
 j2eeapis/nbproject/project.xml |   2 +-
 8 files changed, 27 insertions(+), 399 deletions(-)
 copy 
harness/libs.nbi.engine/external/nbi.engine-external-binaries-8.2-license.txt 
=> j2eeapis/external/deployment-api-1.2-rev-1-license.txt (99%)
 delete mode 100644 j2eeapis/external/jsr88javax-license.txt


-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-49) Please add smooth scrolling

2018-09-10 Thread Christian Lenz (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16608827#comment-16608827
 ] 

Christian Lenz commented on NETBEANS-49:


That would be awesome :) [~ebakke]

> Please add smooth scrolling 
> 
>
> Key: NETBEANS-49
> URL: https://issues.apache.org/jira/browse/NETBEANS-49
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Window System
>Reporter: Christian Lenz
>Priority: Major
>
> Inside the editor, when I scroll with my touchpad to the bottom, it jumps 9 
> lines to the next, this is a lot. I don't like such gappings I would like to 
> have a smooth stepless scrolling, like in chrome or other windows native 
> apps. Please add this for horizontal and vertical scrolling, it will be much 
> better. Not only in editors, it should be available everywhere, where we have 
> scrollbars.
> Regards
> Chris



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists