[jira] [Updated] (NETBEANS-325) BOM options for UTF-8 Encoding

2018-01-24 Thread Hyeonwoo O (JIRA)

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

Hyeonwoo O updated NETBEANS-325:

Description: 
Currently there are only one option for UTF-8 encoding.
I think it would be better if it is divided into two options: UTF-8 with BOM / 
UTF-8 without BOM.
Also, even if I set source file to UTF-8 in project properties, still there are 
encoding problems with non-English languages.
I can fix it with editing netbeans.conf file but i think these problems should 
be solved inside the IDE.

  was:
Currently, there are only one option for UTF-8 Encoding.
I think it would be better if it is divided into two options: UTF-8 with BOM / 
UTF-8 without BOM.


> BOM options for UTF-8 Encoding
> --
>
> Key: NETBEANS-325
> URL: https://issues.apache.org/jira/browse/NETBEANS-325
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Options
>Affects Versions: 8.2
> Environment: Windows 10
>Reporter: Hyeonwoo O
>Assignee: Hyeonwoo O
>Priority: Major
>  Labels: features
>
> Currently there are only one option for UTF-8 encoding.
> I think it would be better if it is divided into two options: UTF-8 with BOM 
> / UTF-8 without BOM.
> Also, even if I set source file to UTF-8 in project properties, still there 
> are encoding problems with non-English languages.
> I can fix it with editing netbeans.conf file but i think these problems 
> should be solved inside the IDE.



--
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-279) Auto-Completion Issues in C/C++ files

2018-01-24 Thread Hyeonwoo O (JIRA)

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

Hyeonwoo O updated NETBEANS-279:

Description: 
Auto-completion list doesn't pop up in following situations.

- When removing header file declaration(<...>, "...") and write it again in 
C/C++ files
- When typing text quickly
- When I typed one word incorrectly and deleted it

I think because the editor's text recognition speed is quite slow. It needs to 
be improved to be able to respond immediately while typing text or sentences.
Especially, please make Auto-completion list to doesn't disappear even if I 
typed text incorrectly.


  was:
Auto-completion list doesn't pop up in following situations.

- When removing header file declaration(<...>, "...") and write it again in 
C/C++ files
- When typing text quickly
- When I typed one word incorrectly and deleted it

I think because the editor's text recognition speed is quite slow. It needs to 
be improved to be able to respond immediately while typing text or sentences.




> Auto-Completion Issues in C/C++ files
> -
>
> Key: NETBEANS-279
> URL: https://issues.apache.org/jira/browse/NETBEANS-279
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates
>Affects Versions: 8.2
> Environment: Windows 10
>Reporter: Hyeonwoo O
>Assignee: Hyeonwoo O
>Priority: Major
>  Labels: features
>
> Auto-completion list doesn't pop up in following situations.
> - When removing header file declaration(<...>, "...") and write it again in 
> C/C++ files
> - When typing text quickly
> - When I typed one word incorrectly and deleted it
> I think because the editor's text recognition speed is quite slow. It needs 
> to be improved to be able to respond immediately while typing text or 
> sentences.
> Especially, please make Auto-completion list to doesn't disappear even if I 
> typed text incorrectly.



--
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-302) Auto-Completion Issues in Java files

2018-01-24 Thread Hyeonwoo O (JIRA)

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

Hyeonwoo O updated NETBEANS-302:

Description: 
Auto-completion list doesn't pop up in following situations.

- When typing global variables and global methods in Java files
- When typing text quickly
- When I typed one word incorrectly and deleted it

I think because the editor's text recognition speed is quite slow. It needs to 
be improved to be able to respond immediately while typing text or sentences.
Especially, please make Auto-completion list to doesn't disappear even if I 
typed text incorrectly.

  was:
Auto-completion list doesn't pop up in following situations.

- When typing global variables and global methods in Java files
- When typing text quickly
- When I typed one word incorrectly and deleted it

I think because the editor's text recognition speed is quite slow. It needs to 
be improved to be able to respond immediately while typing text or sentences.


> Auto-Completion Issues in Java files
> 
>
> Key: NETBEANS-302
> URL: https://issues.apache.org/jira/browse/NETBEANS-302
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates
>Affects Versions: 8.2
> Environment: Windows 10
>Reporter: Hyeonwoo O
>Assignee: Hyeonwoo O
>Priority: Major
>  Labels: features
>
> Auto-completion list doesn't pop up in following situations.
> - When typing global variables and global methods in Java files
> - When typing text quickly
> - When I typed one word incorrectly and deleted it
> I think because the editor's text recognition speed is quite slow. It needs 
> to be improved to be able to respond immediately while typing text or 
> sentences.
> Especially, please make Auto-completion list to doesn't disappear even if I 
> typed text incorrectly.



--
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-327) Null Pointer Exception in C++ files

2018-01-24 Thread Hyeonwoo O (JIRA)

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

Hyeonwoo O updated NETBEANS-327:

Environment: Windwos 10, JDK 9

> Null Pointer Exception in C++ files
> ---
>
> Key: NETBEANS-327
> URL: https://issues.apache.org/jira/browse/NETBEANS-327
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 9.0
> Environment: Windwos 10, JDK 9
>Reporter: Hyeonwoo O
>Assignee: Hyeonwoo O
>Priority: Major
>  Labels: errors
>
> {code:c++}
> #include 
> using namespace std;
> int main(int argc, char** argv) {
> std:: //<-- error point
> 
> return 0;
> }
> {code}
> When I typing *std::*, following error message always pop ups.
> {noformat}
> NullPointerException at 
> org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.findAutoOrDecltypeAutoType
> {noformat}
> I tested it in Build 201801230002 and g++ 7.2.0.



--
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-331) Unexpected errors with Java

2018-01-24 Thread Hyeonwoo O (JIRA)

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

Hyeonwoo O updated NETBEANS-331:

Environment: Windows 10, JDK 9  (was: Windows 10)

> Unexpected errors with Java
> ---
>
> Key: NETBEANS-331
> URL: https://issues.apache.org/jira/browse/NETBEANS-331
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 9.0
> Environment: Windows 10, JDK 9
>Reporter: Hyeonwoo O
>Assignee: Hyeonwoo O
>Priority: Major
>  Labels: errors
>
> When I'm configuring some options, following error messages came out.
> {noformat}
> java.lang.NullPointerException
> {noformat}
> or
> {noformat}
> javax.swing.text.BadLocationException
> {noformat}
> These messages came out suddenly so I couldn't reproduce it.
> It is occurred in Development Version and I wrote only simple test code like 
> this:
> {code:java}
> package javatest;
> public class MainClass {
> public static void main(String[] args) {
> System.out.println("Hello World!");
> }
> }
> {code}
> Build number is NetBeans IDE 201801230002.



--
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-331) Unexpected errors with Java

2018-01-24 Thread Hyeonwoo O (JIRA)

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

Hyeonwoo O updated NETBEANS-331:

Description: 
When I'm configuring some options, following error messages came out.

{noformat}
java.lang.NullPointerException
{noformat}
or
{noformat}
javax.swing.text.BadLocationException
{noformat}

These messages came out suddenly so I couldn't reproduce it.
It is occurred in Development Version and I wrote only simple test code like 
this:

{code:java}
package javatest;

public class MainClass {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
{code}

Build number is NetBeans IDE 201801230002.

  was:
When I'm configuring some options, following error messages came out.

{noformat}
java.lang.NullPointerException
{noformat}
or
{noformat}
javax.swing.text.BadLocationException
{noformat}

These messages came out suddenly so I couldn't reproduce it.
It is occurred in Development Version and I wrote only simple test code like 
this:

{code:java}
package javatest;

public class MainClass {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
{code}

Build number is 201801230002.


> Unexpected errors with Java
> ---
>
> Key: NETBEANS-331
> URL: https://issues.apache.org/jira/browse/NETBEANS-331
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 9.0
> Environment: Windows 10
>Reporter: Hyeonwoo O
>Assignee: Hyeonwoo O
>Priority: Major
>  Labels: errors
>
> When I'm configuring some options, following error messages came out.
> {noformat}
> java.lang.NullPointerException
> {noformat}
> or
> {noformat}
> javax.swing.text.BadLocationException
> {noformat}
> These messages came out suddenly so I couldn't reproduce it.
> It is occurred in Development Version and I wrote only simple test code like 
> this:
> {code:java}
> package javatest;
> public class MainClass {
> public static void main(String[] args) {
> System.out.println("Hello World!");
> }
> }
> {code}
> Build number is NetBeans IDE 201801230002.



--
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-331) Unexpected errors with Java

2018-01-24 Thread Hyeonwoo O (JIRA)

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

Hyeonwoo O updated NETBEANS-331:

Description: 
When I'm configuring some options, following error messages came out.

{noformat}
java.lang.NullPointerException
{noformat}
or
{noformat}
javax.swing.text.BadLocationException
{noformat}

These messages came out suddenly so I couldn't reproduce it.
It is occurred in Development Version and I wrote only simple test code like 
this:

{code:java}
package javatest;

public class MainClass {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
{code}

Build number is 201801230002.

  was:
When I'm configuring some options, following error messages came out.

{noformat}
java.lang.NullPointerException
{noformat}
or
{noformat}
javax.swing.text.BadLocationException
{noformat}

This messages came out suddenly so I couldn't reproduce it.
It is occurred in Development Version and I wrote only simple test code like 
this:

{code:java}
package javatest;

public class MainClass {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
{code}

Build number is 201801230002.


> Unexpected errors with Java
> ---
>
> Key: NETBEANS-331
> URL: https://issues.apache.org/jira/browse/NETBEANS-331
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 9.0
> Environment: Windows 10
>Reporter: Hyeonwoo O
>Assignee: Hyeonwoo O
>Priority: Major
>  Labels: errors
>
> When I'm configuring some options, following error messages came out.
> {noformat}
> java.lang.NullPointerException
> {noformat}
> or
> {noformat}
> javax.swing.text.BadLocationException
> {noformat}
> These messages came out suddenly so I couldn't reproduce it.
> It is occurred in Development Version and I wrote only simple test code like 
> this:
> {code:java}
> package javatest;
> public class MainClass {
> public static void main(String[] args) {
> System.out.println("Hello World!");
> }
> }
> {code}
> Build number is 201801230002.



--
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-331) Unexpected errors with Java

2018-01-24 Thread Hyeonwoo O (JIRA)
Hyeonwoo O created NETBEANS-331:
---

 Summary: Unexpected errors with Java
 Key: NETBEANS-331
 URL: https://issues.apache.org/jira/browse/NETBEANS-331
 Project: NetBeans
  Issue Type: Bug
  Components: ide - Code
Affects Versions: 9.0
 Environment: Windows 10
Reporter: Hyeonwoo O
Assignee: Hyeonwoo O


When I'm configuring some options, following error messages came out.

{noformat}
java.lang.NullPointerException
{noformat}
or
{noformat}
javax.swing.text.BadLocationException
{noformat}

This messages came out suddenly so I couldn't reproduce it.
It is occurred in Development Version and I wrote only simple test code like 
this:

{code:java}
package javatest;

public class MainClass {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
{code}

Build number is 201801230002.



--
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-330) NetBeans 9.0 UC hosted on Apache infra

2018-01-24 Thread JIRA
Jiří Kovalský created NETBEANS-330:
--

 Summary: NetBeans 9.0 UC hosted on Apache infra
 Key: NETBEANS-330
 URL: https://issues.apache.org/jira/browse/NETBEANS-330
 Project: NetBeans
  Issue Type: Task
  Components: website
Affects Versions: 9.0
Reporter: Jiří Kovalský


In order to keep measuring number of NetBeans active users also in the future 
we need to create an update center similar to 8.2 NetBeans Distribution UC [1] 
which will be hosted on Apache infrastructure and register it in the NetBeans 
9.0 FCS build. We are measuring this statistics since 2004 and stopping it now 
is not an option hence this is a blocker bug for 9.0 release.

[1] 
[http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz|http://updates.netbeans.org/netbeans/updates/8.2/uc/final/distribution/catalog.xml.gz]



--
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-329) Make context meus more usable

2018-01-24 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-329:
---

 Summary: Make context meus more usable
 Key: NETBEANS-329
 URL: https://issues.apache.org/jira/browse/NETBEANS-329
 Project: NetBeans
  Issue Type: Improvement
  Components: ide - UI
Affects Versions: Next
Reporter: Christian Lenz
 Attachments: context-menu-disappears.gif, 
context-menu-stay-webstorm.gif

As you can see it here: 
[http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown]

in the second gif, there is the problem, that when you hover a menu item and it 
has child nodes and you want to move to the last item with the mouse it will 
disappear immediately. This is happening in NetBeans, for context menus too. 
See my screencapture for what I mean.

In the link, if you scroll down, you can see the trick. They don't use a delay 
or animation, they have a specific range, where the mouse can be moved, w/o the 
child elements disappears. This was implemented in IntelliJ. See my other 
screen capture for what I mean.

So, for NetBeans to make the context menu more usable, we need such range where 
I can move my mouse to the 4th or 6th child element, wihout having the pain in 
the ass, that the menu disappears to early.


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



[incubator-netbeans] 01/01: Merge pull request #378 from sdedic/sdedic/jshell_mac_launch

2018-01-24 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

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

commit 349ac7ea39255824a6935f0bd4c35978b7587ff7
Merge: 67c4882 9a91501
Author: Svatopluk Dedic 
AuthorDate: Wed Jan 24 21:46:53 2018 +0100

Merge pull request #378 from sdedic/sdedic/jshell_mac_launch

NETBEANS-133: Use explicit loopback address instead of autoselect

 jshell.support/src/org/netbeans/lib/nbjshell/LaunchJDIAgent.java| 6 +++---
 .../src/org/netbeans/modules/jshell/tool/JShellLauncher.java| 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sde...@apache.org.

-
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 #368 from jlahoda/NETBEANS-251

2018-01-24 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

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

commit 67c4882192cc5233081e279dfa48a70d90fcb38a
Merge: 2be199e 901915d
Author: Svatopluk Dedic 
AuthorDate: Wed Jan 24 21:44:17 2018 +0100

Merge pull request #368 from jlahoda/NETBEANS-251

[NETBEANS-251] WidthEstimator is doing estimates based on Symbols, but 
that's no desirable, as all trees are printed as they are by VeryPretty.

 .../modules/java/source/pretty/VeryPretty.java | 22 
 .../modules/java/source/pretty/WidthEstimator.java | 60 +++---
 .../netbeans/api/java/source/gen/Method1Test.java  | 58 +
 3 files changed, 66 insertions(+), 74 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sde...@apache.org.

-
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 (2be199e -> 67c4882)

2018-01-24 Thread sdedic
This is an automated email from the ASF dual-hosted git repository.

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


from 2be199e  [NETBEANS-313] Remove bootstrap.css from css.model (#384)
 add 901915d  [NETBEANS-251] WidthEstimator is doing estimates based on 
Symbols, but that's no desirable, as all trees are printed as they are by 
VeryPretty.
 new 67c4882  Merge pull request #368 from jlahoda/NETBEANS-251

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:
 .../modules/java/source/pretty/VeryPretty.java | 22 
 .../modules/java/source/pretty/WidthEstimator.java | 60 +++---
 .../netbeans/api/java/source/gen/Method1Test.java  | 58 +
 3 files changed, 66 insertions(+), 74 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sde...@apache.org.

-
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-318) Move RAT exclusion definitions to a separate file

2018-01-24 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot updated NETBEANS-318:

Labels: pull-request-available  (was: )

> Move RAT exclusion definitions to a separate file
> -
>
> Key: NETBEANS-318
> URL: https://issues.apache.org/jira/browse/NETBEANS-318
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>
> Move the RAT exclusions definitions to their own file which contains nothing 
> else. This will make them and especially their evolution easier to track.



--
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-328) Platform's TemplateWizard shows wrong folder and freezes the NB app

2018-01-24 Thread Svatopluk Dedic (JIRA)

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

Svatopluk Dedic updated NETBEANS-328:
-
Summary: Platform's TemplateWizard shows wrong folder and freezes the NB 
app  (was: Platform's TemplateWizard shows wrong folder)

> Platform's TemplateWizard shows wrong folder and freezes the NB app
> ---
>
> Key: NETBEANS-328
> URL: https://issues.apache.org/jira/browse/NETBEANS-328
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 8.2
>Reporter: Svatopluk Dedic
>Priority: Major
>
> In absence of project.ui module, the *_New_* action is implemented using 
> {noformat}
> org.openide.loaders.TemplateWizard{noformat}
> In standard IDE distribution, the standard New action implementationis 
> replaced by project.ui module with an advanced wizard that uses completely 
> different implementation. The defect applies only to (applications on top of) 
> NB platform *without* project support.
> 1/ the Wizard displays invalid target folder, if set in advance using 
> {noformat}
> TemplateWizard.setTargetFolder{noformat}
> The textfield with the folder's name shows parent folder, the list of folders 
> also shows parent folder's contents. It should display the target folder in 
> "Look in", textfield and show the target folder's subfolders in the listing.
> 2/ The Wizard *freezes* the application, if
>  * the target chooser is displayed
>  * the user focuses the JFileChooser part (folder name, subfolder list)
>  * presses ESC
> The Wizard does not properly intercept ESC and waits indefinitely for files 
> to be created.



--
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-328) Platform's TemplateWizard shows wrong folder

2018-01-24 Thread Svatopluk Dedic (JIRA)
Svatopluk Dedic created NETBEANS-328:


 Summary: Platform's TemplateWizard shows wrong folder
 Key: NETBEANS-328
 URL: https://issues.apache.org/jira/browse/NETBEANS-328
 Project: NetBeans
  Issue Type: Bug
Reporter: Svatopluk Dedic


In absence of project.ui module, the *_New_* action is implemented using 
{noformat}
org.openide.loaders.TemplateWizard{noformat}
In standard IDE distribution, the standard New action implementationis replaced 
by project.ui module with an advanced wizard that uses completely different 
implementation. The defect applies only to (applications on top of) NB platform 
*without* project support.

1/ the Wizard displays invalid target folder, if set in advance using 
{noformat}
TemplateWizard.setTargetFolder{noformat}
The textfield with the folder's name shows parent folder, the list of folders 
also shows parent folder's contents. It should display the target folder in 
"Look in", textfield and show the target folder's subfolders in the listing.

2/ The Wizard *freezes* the application, if
 * the target chooser is displayed
 * the user focuses the JFileChooser part (folder name, subfolder list)
 * presses ESC

The Wizard does not properly intercept ESC and waits indefinitely for files to 
be created.



--
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-327) Null Pointer Exception in C++ files

2018-01-24 Thread Hyeonwoo O (JIRA)

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

Hyeonwoo O updated NETBEANS-327:

Component/s: ide - Code

> Null Pointer Exception in C++ files
> ---
>
> Key: NETBEANS-327
> URL: https://issues.apache.org/jira/browse/NETBEANS-327
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Code
>Affects Versions: 9.0
>Reporter: Hyeonwoo O
>Assignee: Hyeonwoo O
>Priority: Major
>  Labels: errors
>
> {code:c++}
> #include 
> using namespace std;
> int main(int argc, char** argv) {
> std:: //<-- error point
> 
> return 0;
> }
> {code}
> When I typing *std::*, following error message always pop ups.
> {noformat}
> NullPointerException at 
> org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.findAutoOrDecltypeAutoType
> {noformat}
> I tested it in 9.0 development version and g++ 7.2.0.



--
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-327) Null Pointer Exception in C++ files

2018-01-24 Thread Hyeonwoo O (JIRA)
Hyeonwoo O created NETBEANS-327:
---

 Summary: Null Pointer Exception in C++ files
 Key: NETBEANS-327
 URL: https://issues.apache.org/jira/browse/NETBEANS-327
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Hyeonwoo O
Assignee: Hyeonwoo O


{code:c++}
#include 
using namespace std;

int main(int argc, char** argv) {
std:: //<-- error point

return 0;
}
{code}

When I typing *std::*, following error message always pop ups.

{noformat}
NullPointerException at 
org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.findAutoOrDecltypeAutoType
{noformat}

I tested it in 9.0 development version and g++ 7.2.0.




--
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] [Assigned] (NETBEANS-326) Autocomplete does not work inside a lambda expression

2018-01-24 Thread Morgan M (JIRA)

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

Morgan M reassigned NETBEANS-326:
-

Assignee: (was: Morgan M)

> Autocomplete does not work inside a lambda expression
> -
>
> Key: NETBEANS-326
> URL: https://issues.apache.org/jira/browse/NETBEANS-326
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Code Completion
>Affects Versions: 8.2
> Environment: Windows 10 Enterprise
>Reporter: Morgan M
>Priority: Minor
>  Labels: patch, usability
> Fix For: 8.2
>
> Attachments: RLtLF.png, t51Jz.png
>
>
> When declaring an object with a lambda expression, autocomplete for variables 
> inside the lambda does not seem to work, and instead I see global variables, 
> suggestions for keywords amongst other things as shown below.
> {code:java}
> public class SOInner {
> private ActionListener listenerExampleLambda = e -> {
> //autocomplete DOES NOT work for these vars
> int testVarInner = 2;
> int testVarInner2 = 4;
> };
> private ActionListener listenerExampleClass = new ActionListener() {
> @Override
> public void actionPerformed(ActionEvent e) {
> //autocomplete works for these vars
> int testVarInner = 2;
> int testVarInner2 = 4;
> }
> };
> private Comparable comparableExampleLambda = o -> {
> //autocomplete DOES NOT work for these vars
> String testString = "Hello";
> String testString2 = "Hi";
> return 0;
> };
> private Comparable comparableExampleClass = new 
> Comparable() {
> @Override
> public int compareTo(SOInner o) {
> //autocomplete works for these vars
> String testString = "Hello";
> String testString2 = "Hi";
> return 0;
> }
> };
> }
> {code}
>  You can reproduce the bug by placing your cursor inside the lambda 
> expression under the String variables and pressing Ctrl+Space. You will 
> notice that testString and testString2 do not appear. They do appear if these 
> steps are reproduced from within an anonymous inner class.



--
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-325) BOM option for UTF-8 Encoding

2018-01-24 Thread Hyeonwoo O (JIRA)
Hyeonwoo O created NETBEANS-325:
---

 Summary: BOM option for UTF-8 Encoding
 Key: NETBEANS-325
 URL: https://issues.apache.org/jira/browse/NETBEANS-325
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Options
Affects Versions: 8.2
Reporter: Hyeonwoo O
Assignee: Hyeonwoo O


Currently, there are only one option for UTF-8 Encoding.
I think it would be better if it is divided into two options: UTF-8 with BOM / 
UTF-8 without BOM.



--
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-325) BOM options for UTF-8 Encoding

2018-01-24 Thread Hyeonwoo O (JIRA)

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

Hyeonwoo O updated NETBEANS-325:

Summary: BOM options for UTF-8 Encoding  (was: BOM option for UTF-8 
Encoding)

> BOM options for UTF-8 Encoding
> --
>
> Key: NETBEANS-325
> URL: https://issues.apache.org/jira/browse/NETBEANS-325
> Project: NetBeans
>  Issue Type: Improvement
>  Components: editor - Options
>Affects Versions: 8.2
>Reporter: Hyeonwoo O
>Assignee: Hyeonwoo O
>Priority: Major
>  Labels: features
>
> Currently, there are only one option for UTF-8 Encoding.
> I think it would be better if it is divided into two options: UTF-8 with BOM 
> / UTF-8 without BOM.



--
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-201) Replace plugin portal service

2018-01-24 Thread Neil C Smith (JIRA)

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

Neil C Smith commented on NETBEANS-201:
---

Are we allowed to host / distribute non-Apache plugins through Apache 
infrastructure?  That may negate the ability to allow plugin uploads anyway?  
Either way, although especially then, it would be feasible to use a static 
build system (same as website or separate) to build out the plugin centre, and 
use a git repository of metadata files (XML, yml or json, etc.) to handle 
contribution and review.

> Replace plugin portal service 
> --
>
> Key: NETBEANS-201
> URL: https://issues.apache.org/jira/browse/NETBEANS-201
> Project: NetBeans
>  Issue Type: Task
>  Components: website
>Reporter: Wade Chandler
>Priority: Major
>
> The current NetBeans plugin portal site has a backing service used to help 
> upload, edit, list, etc plugin information for authors. We need something 
> similar to better support plugin authors and the plugin center. You can see 
> this at the following URL while it is still enabled 
> http://plugins.netbeans.org/



--
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