[jira] [Updated] (NETBEANS-818) exception while trying to navigate to method declaration in JS file

2018-05-18 Thread some (JIRA)

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

some updated NETBEANS-818:
--
Description: 
Inside a javascript file while the cursor is on a method call I pressed CTRL+B 
to go to the method declaration.

 

As a side note, the popup that appears and states "You have found a bug in the 
application!" has a link to JIRA, but the link doesn't open in my default 
browser but instead always opens in IE (not even Edge, but legacy IE). It 
appears that it's hardcoded somewhere.

  was:
While searching for text within files I received the attached exception.

 

As a side note, the popup that appears and states "You have found a bug in the 
application!" has a link to JIRA, but the link doesn't open in my default 
browser but instead always opens in IE (not even Edge, but legacy IE). It 
appears that it's hardcoded somewhere.

Summary: exception while trying to navigate to method declaration in JS 
file  (was: exception while searching)

> exception while trying to navigate to method declaration in JS file
> ---
>
> Key: NETBEANS-818
> URL: https://issues.apache.org/jira/browse/NETBEANS-818
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
> Environment: windows 10
>Reporter: some
>Priority: Major
> Attachments: nb_bug_00_ide.txt, nb_bug_00_ui.txt
>
>
> Inside a javascript file while the cursor is on a method call I pressed 
> CTRL+B to go to the method declaration.
>  
> As a side note, the popup that appears and states "You have found a bug in 
> the application!" has a link to JIRA, but the link doesn't open in my default 
> browser but instead always opens in IE (not even Edge, but legacy IE). It 
> appears that it's hardcoded somewhere.



--
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-818) exception while searching

2018-05-18 Thread some (JIRA)
some created NETBEANS-818:
-

 Summary: exception while searching
 Key: NETBEANS-818
 URL: https://issues.apache.org/jira/browse/NETBEANS-818
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
 Environment: windows 10
Reporter: some
 Attachments: nb_bug_00_ide.txt, nb_bug_00_ui.txt

While searching for text within files I received the attached exception.

 

As a side note, the popup that appears and states "You have found a bug in the 
application!" has a link to JIRA, but the link doesn't open in my default 
browser but instead always opens in IE (not even Edge, but legacy IE). It 
appears that it's hardcoded somewhere.



--
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-741) Block comments for non-Java languages insert an asterisk on each new line.

2018-04-27 Thread Some (JIRA)
Some created NETBEANS-741:
-

 Summary: Block comments for non-Java languages insert an asterisk 
on each new line.
 Key: NETBEANS-741
 URL: https://issues.apache.org/jira/browse/NETBEANS-741
 Project: NetBeans
  Issue Type: Improvement
  Components: editor - Completion  Templates
Affects Versions: 9.0
Reporter: Some


When insert a block comment (non-docblock), each new line within the block 
comment is prefixed with an asterisk. This should only happen for docblock type 
comments.

This is the current behavior:

/*
 *
 *
 */

But it should be this behaviour:

/*


*/

For docblock comments it should be this behaviour:

/**
 *
 *
 */

All languages should have an option to toggle this if desired (PHP, javascript, 
etc)



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