[jira] [Commented] (NETBEANS-471) PSR.2 formatting

2018-07-04 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-471:
--

I have just checked with "Build incubator-netbeans-release-302-on-20180517", 
and the example from 
[PSR-2|https://www.php-fig.org/psr/psr-2/#44-method-arguments]:

 
{code:java}
 PSR.2 formatting 
> -
>
> Key: NETBEANS-471
> URL: https://issues.apache.org/jira/browse/NETBEANS-471
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Formatting & Indentation
>Reporter: Bo Andersen
>Priority: Minor
>
> Formatting is not following PSR-2 regarding curly braces on function 
> declarations,  please see 
> [https://www.php-fig.org/psr/psr-2/#44-method-arguments|https://www.php-fig.org/psr/psr-2/#44-method-arguments]
>  
> {code:java}
> class ClassName {
>   public function aVeryLongMethodName(
>ClassTypeHint $arg1,
>&$arg2,
>array $arg3 = []) { // Should move the parenthesize and curly brace to the 
> next line
>  }
>   public function myMethod() { // Only the curly brace should be on next line
>   }
> }
> {code}
>  
> This is tested on Build incubator-netbeans-release-205-on-20180202.



--
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-4872) Generics support with @template (Inspired by Phpstan)

2020-10-05 Thread Bo Andersen (Jira)
Bo Andersen created NETBEANS-4872:
-

 Summary: Generics support with @template (Inspired by Phpstan)
 Key: NETBEANS-4872
 URL: https://issues.apache.org/jira/browse/NETBEANS-4872
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Code Analysis
Reporter: Bo Andersen


In the Jetbrains community they have a feature request about supporting the 
generics syntax of PhpStan, it could be interesting to have this support for in 
Netbeans as well. 

 

https://youtrack.jetbrains.com/issue/WI-47158



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4872) Generics support with @template (Inspired by Phpstan)

2020-10-05 Thread Bo Andersen (Jira)


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

Bo Andersen updated NETBEANS-4872:
--
Description: 
In the Jetbrains community they have a feature request about supporting the 
generics syntax of PhpStan, it could be interesting to have this support for in 
Netbeans as well. 

 

[https://youtrack.jetbrains.com/issue/WI-47158]

 

PhpStan:

https://phpstan.org/blog/generics-in-php-using-phpdocs

  was:
In the Jetbrains community they have a feature request about supporting the 
generics syntax of PhpStan, it could be interesting to have this support for in 
Netbeans as well. 

 

https://youtrack.jetbrains.com/issue/WI-47158


> Generics support with @template (Inspired by Phpstan)
> -
>
> Key: NETBEANS-4872
> URL: https://issues.apache.org/jira/browse/NETBEANS-4872
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Code Analysis
>Reporter: Bo Andersen
>Priority: Major
>
> In the Jetbrains community they have a feature request about supporting the 
> generics syntax of PhpStan, it could be interesting to have this support for 
> in Netbeans as well. 
>  
> [https://youtrack.jetbrains.com/issue/WI-47158]
>  
> PhpStan:
> https://phpstan.org/blog/generics-in-php-using-phpdocs



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4577) Type guessing from Psr\Container\ContainerInterface

2020-10-06 Thread Bo Andersen (Jira)


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

Bo Andersen commented on NETBEANS-4577:
---

Please take a look at this: https://issues.apache.org/jira/browse/NETBEANS-4872

> Type guessing from Psr\Container\ContainerInterface
> ---
>
> Key: NETBEANS-4577
> URL: https://issues.apache.org/jira/browse/NETBEANS-4577
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Code Analysis, php - Editor
>Affects Versions: Next
>Reporter: maks feltrin
>Priority: Minor
>
> It would be nice to have container objects fetched using FQCN 
> (class/interface name)
> {code:php}
> $myObject = $container->get(My\Object\Class::class);
> {code}
> being recognized as an object of class 'My\Object\Class'.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-360) Autocomplete, better name matching

2019-10-29 Thread Bo Andersen (Jira)


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

Bo Andersen commented on NETBEANS-360:
--

I am wondering why PHP uses its own completion provider as [~emi] mentions in 
the mailing list.

I just took a quick comparison look at the java and php implementation:

PHP:

[https://github.com/apache/netbeans/blob/26cd220e505b04448d77a054ed6d7d29cf420120/php/php.editor/src/org/netbeans/modules/php/editor/completion/PhpTypeCompletionProviderWrapper.java]

JAVA:

[https://github.com/apache/netbeans/blob/accdbada0a9c5105bd3f06e435024230c1618316/java/java.editor/src/org/netbeans/modules/editor/java/JavaCompletionProvider.java]

 

I have no clue on this, but hoped some of you could try to give it a shot :)

> Autocomplete, better name matching
> --
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: Next
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Major
> Attachments: autocomplete_all.png, autocomplete_search.png
>
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)
>  
> Update: I added example (attachments) of usage from another IDE, for 
> inspiration



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-360) Autocomplete, better name matching (fuzzy search)

2019-10-29 Thread Bo Andersen (Jira)


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

Bo Andersen updated NETBEANS-360:
-
Summary: Autocomplete, better name matching (fuzzy search)  (was: 
Autocomplete, better name matching)

> Autocomplete, better name matching (fuzzy search)
> -
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: Next
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Major
> Attachments: autocomplete_all.png, autocomplete_search.png
>
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)
>  
> Update: I added example (attachments) of usage from another IDE, for 
> inspiration



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4537) PSR-12 formatting

2020-07-03 Thread Bo Andersen (Jira)
Bo Andersen created NETBEANS-4537:
-

 Summary: PSR-12 formatting
 Key: NETBEANS-4537
 URL: https://issues.apache.org/jira/browse/NETBEANS-4537
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Formatting & Indentation
Affects Versions: 11.3
Reporter: Bo Andersen


I have experienced some issues with PSR-formatting (PSR-12) in netbeans  - I 
think the examples on the PSR-pages can be used in tests:

 

[https://www.php-fig.org/psr/psr-12/]

 

The issue is when you work on a project with different IDE's which supports the 
standard, and you format your code, it will change some lines back and forth in 
the commits. I think it is most relevant for open source projects.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-360) Autocomplete, better name matching (fuzzy search)

2020-07-06 Thread Bo Andersen (Jira)


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

Bo Andersen commented on NETBEANS-360:
--

Is there any road map for implementing this feature for other languages then 
Java? I think this is crucial for a modern IDE to support nowadays, you should 
not be forced to group your methods by prefixed names, but rather be allowed to 
have a more natural language for your method names.

> Autocomplete, better name matching (fuzzy search)
> -
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: Next
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Major
> Attachments: autocomplete_all.png, autocomplete_search.png
>
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)
>  
> Update: I added example (attachments) of usage from another IDE, for 
> inspiration



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-181) NetBeans should be aware of WSL (Ubuntu on Windows 10)

2018-02-02 Thread Bo Andersen (JIRA)

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

Bo Andersen commented on NETBEANS-181:
--

Just a note, so you are aware of it:

 

https://blogs.msdn.microsoft.com/commandline/2016/11/17/do-not-change-linux-files-using-windows-apps-and-tools/

> NetBeans should be aware of WSL (Ubuntu on Windows 10)
> --
>
> Key: NETBEANS-181
> URL: https://issues.apache.org/jira/browse/NETBEANS-181
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Terminalemulator
>Affects Versions: Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Major
>
> Yeah Ubuntu on Windows is, I think still in beta but I use it for my daily 
> work. At home and at work. It is really handy to setup enviroment stuff 
> easily. So for this, NetBeans should be aware of installed stuff inside the 
> ubuntu on windows. The path is "C:\Users\Chrizzly\AppData\Local\lxss (hidden 
> folder)". So if NetBeans are aware of a cygwin installation, it should be 
> treated like that too.
> And for everything else like I installed node, c/c++ stuff, php and so on.
> Would be great enhancement. I created such ticket for Terminal integration 
> too, because of the Cygwin thing: 
> http://netbeans.org/bugzilla/show_bug.cgi?id=267478
> 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



[jira] [Created] (NETBEANS-360) Autocomplete, better name matching

2018-02-07 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-360:


 Summary: Autocomplete, better name matching
 Key: NETBEANS-360
 URL: https://issues.apache.org/jira/browse/NETBEANS-360
 Project: NetBeans
  Issue Type: Improvement
  Components: ide - Code
Affects Versions: 9.0
 Environment: Windows 10
Reporter: Bo Andersen


 I am using the Netbeans 9 beta release (RC2). I needed a method in a 
test-framework, and couldn't remember the exact naming, but only some part of 
it. Netbeans seems only to match the beginning of methods names. I know other 
IDEs can suggest methods based on naming-parts in a method, I think this is 
very useful :)



--
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-360) Autocomplete, better name matching

2018-02-15 Thread Bo Andersen (JIRA)

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

Bo Andersen commented on NETBEANS-360:
--

Oh, yes, the language is PHP - sorry

> Autocomplete, better name matching
> --
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - Code
>Affects Versions: 9.0
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Minor
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)



--
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-181) NetBeans should be aware of WSL (Ubuntu on Windows 10)

2018-02-21 Thread Bo Andersen (JIRA)

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

Bo Andersen commented on NETBEANS-181:
--

Can you also run PHP tests natively via lxss (Using the interpreter installed 
in WSL)?

> NetBeans should be aware of WSL (Ubuntu on Windows 10)
> --
>
> Key: NETBEANS-181
> URL: https://issues.apache.org/jira/browse/NETBEANS-181
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Terminalemulator
>Affects Versions: Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Major
>
> Yeah Ubuntu on Windows is, I think still in beta but I use it for my daily 
> work. At home and at work. It is really handy to setup enviroment stuff 
> easily. So for this, NetBeans should be aware of installed stuff inside the 
> ubuntu on windows. The path is "C:\Users\Chrizzly\AppData\Local\lxss (hidden 
> folder)". So if NetBeans are aware of a cygwin installation, it should be 
> treated like that too.
> And for everything else like I installed node, c/c++ stuff, php and so on.
> Would be great enhancement. I created such ticket for Terminal integration 
> too, because of the Cygwin thing: 
> http://netbeans.org/bugzilla/show_bug.cgi?id=267478
> 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



[jira] [Created] (NETBEANS-412) Remote PHP interpreter

2018-02-21 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-412:


 Summary: Remote PHP interpreter 
 Key: NETBEANS-412
 URL: https://issues.apache.org/jira/browse/NETBEANS-412
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Editor
Reporter: Bo Andersen


Now we have Ubuntu on Windows (WSL), it may be nice to have a way to run your 
PHP scripts naively on the linux system. PHPStorm has accomplished this by 
having a remote interpreter feature, which may be useful to have in Netbeans as 
well.

See: 
https://www.jetbrains.com/help/phpstorm/configuring-remote-php-interpreters.html



--
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-412) Remote PHP interpreter

2018-02-21 Thread Bo Andersen (JIRA)

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

Bo Andersen updated NETBEANS-412:
-
Description: 
Now we have Ubuntu on Windows (WSL), it may be nice to have a way to run your 
PHP scripts natively on the linux system. PHPStorm has accomplished this by 
having a remote interpreter feature, which may be useful to have in Netbeans as 
well.

See: 
[https://www.jetbrains.com/help/phpstorm/configuring-remote-php-interpreters.html]

  was:
Now we have Ubuntu on Windows (WSL), it may be nice to have a way to run your 
PHP scripts naively on the linux system. PHPStorm has accomplished this by 
having a remote interpreter feature, which may be useful to have in Netbeans as 
well.

See: 
https://www.jetbrains.com/help/phpstorm/configuring-remote-php-interpreters.html


> Remote PHP interpreter 
> ---
>
> Key: NETBEANS-412
> URL: https://issues.apache.org/jira/browse/NETBEANS-412
> Project: NetBeans
>  Issue Type: New Feature
>  Components: php - Editor
>Reporter: Bo Andersen
>Priority: Minor
>
> Now we have Ubuntu on Windows (WSL), it may be nice to have a way to run your 
> PHP scripts natively on the linux system. PHPStorm has accomplished this by 
> having a remote interpreter feature, which may be useful to have in Netbeans 
> as well.
> See: 
> [https://www.jetbrains.com/help/phpstorm/configuring-remote-php-interpreters.html]



--
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-418) Code templates shows up in code completion

2018-02-22 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-418:


 Summary: Code templates shows up in code completion
 Key: NETBEANS-418
 URL: https://issues.apache.org/jira/browse/NETBEANS-418
 Project: NetBeans
  Issue Type: Bug
  Components: php - Editor
Affects Versions: 9.0
Reporter: Bo Andersen


When you want to see class methods on an instance after typing ->, you get all 
the "Code templates" as well. 

 

$foo-> // "Popup Completion Window" should only show methods/properties on the 
object, and not Code templates



--
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-418) Code templates shows up in code completion

2018-02-22 Thread Bo Andersen (JIRA)

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

Bo Andersen updated NETBEANS-418:
-
Description: 
When you want to see class methods/properties on an instance after typing ->, 
you get all the "Code templates" as well. 

 

$foo-> // "Popup Completion Window" should only show methods/properties on the 
object, and not Code templates

  was:
When you want to see class methods on an instance after typing ->, you get all 
the "Code templates" as well. 

 

$foo-> // "Popup Completion Window" should only show methods/properties on the 
object, and not Code templates


> Code templates shows up in code completion
> --
>
> Key: NETBEANS-418
> URL: https://issues.apache.org/jira/browse/NETBEANS-418
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 9.0
>Reporter: Bo Andersen
>Priority: Minor
>
> When you want to see class methods/properties on an instance after typing ->, 
> you get all the "Code templates" as well. 
>  
> $foo-> // "Popup Completion Window" should only show methods/properties on 
> the object, and not Code templates



--
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-418) Code templates shows up in code completion

2018-02-22 Thread Bo Andersen (JIRA)

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

Bo Andersen updated NETBEANS-418:
-
Description: 
When you want to see class methods/properties on an instance after typing ->, 
you get all the "Code templates" as well. 

 

$foo-> // "Popup Completion Window" should only show methods/properties on the 
object, and not "Code templates"

  was:
When you want to see class methods/properties on an instance after typing ->, 
you get all the "Code templates" as well. 

 

$foo-> // "Popup Completion Window" should only show methods/properties on the 
object, and not Code templates


> Code templates shows up in code completion
> --
>
> Key: NETBEANS-418
> URL: https://issues.apache.org/jira/browse/NETBEANS-418
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 9.0
>Reporter: Bo Andersen
>Priority: Minor
>
> When you want to see class methods/properties on an instance after typing ->, 
> you get all the "Code templates" as well. 
>  
> $foo-> // "Popup Completion Window" should only show methods/properties on 
> the object, and not "Code templates"



--
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-181) NetBeans should be aware of WSL (Ubuntu on Windows 10)

2018-02-23 Thread Bo Andersen (JIRA)

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

Bo Andersen commented on NETBEANS-181:
--

Yes, but I thought of using Netbeans, to run tests and debugging...

> NetBeans should be aware of WSL (Ubuntu on Windows 10)
> --
>
> Key: NETBEANS-181
> URL: https://issues.apache.org/jira/browse/NETBEANS-181
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Terminalemulator
>Affects Versions: Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Major
>
> Yeah Ubuntu on Windows is, I think still in beta but I use it for my daily 
> work. At home and at work. It is really handy to setup enviroment stuff 
> easily. So for this, NetBeans should be aware of installed stuff inside the 
> ubuntu on windows. The path is "C:\Users\Chrizzly\AppData\Local\lxss (hidden 
> folder)". So if NetBeans are aware of a cygwin installation, it should be 
> treated like that too.
> And for everything else like I installed node, c/c++ stuff, php and so on.
> Would be great enhancement. I created such ticket for Terminal integration 
> too, because of the Cygwin thing: 
> http://netbeans.org/bugzilla/show_bug.cgi?id=267478
> 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



[jira] [Created] (NETBEANS-425) Auto run of "fix uses..."

2018-02-25 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-425:


 Summary: Auto run of "fix uses..."
 Key: NETBEANS-425
 URL: https://issues.apache.org/jira/browse/NETBEANS-425
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Editor
Affects Versions: 9.0
Reporter: Bo Andersen


It would be nice if Netbeans could auto add class namespaces as use statements, 
when selecting a class from the pop code completion menu.

The functionality is there ("Source"->"Fix Uses..."), just an option to have it 
as default when selecting the 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-471) PSR.2 formatting

2018-03-15 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-471:


 Summary: PSR.2 formatting 
 Key: NETBEANS-471
 URL: https://issues.apache.org/jira/browse/NETBEANS-471
 Project: NetBeans
  Issue Type: Bug
Reporter: Bo Andersen


Formatting is not following PSR-2 regarding curly braces on function 
declarations,  please see 
[https://www.php-fig.org/psr/psr-2/#44-method-arguments.]

 

{{class ClassName {

public function aVeryLongMethodName(
ClassTypeHint $arg1,
&$arg2,
array $arg3 = [])

{ // Should move the parenthesize and curly brace to the next line }

public function myMethod() { // Only the curly brace should be on next line

}}}
 {{}}}

 

 

This is tested on Build incubator-netbeans-release-205-on-20180202.



--
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-471) PSR.2 formatting

2018-03-15 Thread Bo Andersen (JIRA)

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

Bo Andersen updated NETBEANS-471:
-
Component/s: php - Formatting & Indentation

> PSR.2 formatting 
> -
>
> Key: NETBEANS-471
> URL: https://issues.apache.org/jira/browse/NETBEANS-471
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Formatting & Indentation
>Reporter: Bo Andersen
>Priority: Minor
>
> Formatting is not following PSR-2 regarding curly braces on function 
> declarations,  please see 
> [https://www.php-fig.org/psr/psr-2/#44-method-arguments.]
>  
> {{class ClassName {
> public function aVeryLongMethodName(
> ClassTypeHint $arg1,
> &$arg2,
> array $arg3 = [])
> { // Should move the parenthesize and curly brace to the next line }
> public function myMethod() { // Only the curly brace should be on next line
> }}}
>  {{}}}
>  
>  
> This is tested on Build incubator-netbeans-release-205-on-20180202.



--
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-471) PSR.2 formatting

2018-03-15 Thread Bo Andersen (JIRA)

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

Bo Andersen updated NETBEANS-471:
-
Description: 
Formatting is not following PSR-2 regarding curly braces on function 
declarations,  please see 
[https://www.php-fig.org/psr/psr-2/#44-method-arguments.]

 
{code:java}
class ClassName {

  public function aVeryLongMethodName(
   ClassTypeHint $arg1,
   &$arg2,
   array $arg3 = []) { // Should move the parenthesize and curly brace to the 
next line
 }

  public function myMethod() { // Only the curly brace should be on next line
  }

}
{code}
 

This is tested on Build incubator-netbeans-release-205-on-20180202.

  was:
Formatting is not following PSR-2 regarding curly braces on function 
declarations,  please see 
[https://www.php-fig.org/psr/psr-2/#44-method-arguments.]

 

{{class ClassName {

public function aVeryLongMethodName(
ClassTypeHint $arg1,
&$arg2,
array $arg3 = [])

{ // Should move the parenthesize and curly brace to the next line }

public function myMethod() { // Only the curly brace should be on next line

}}}
 {{}}}

 

 

This is tested on Build incubator-netbeans-release-205-on-20180202.


> PSR.2 formatting 
> -
>
> Key: NETBEANS-471
> URL: https://issues.apache.org/jira/browse/NETBEANS-471
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Formatting & Indentation
>Reporter: Bo Andersen
>Priority: Minor
>
> Formatting is not following PSR-2 regarding curly braces on function 
> declarations,  please see 
> [https://www.php-fig.org/psr/psr-2/#44-method-arguments.]
>  
> {code:java}
> class ClassName {
>   public function aVeryLongMethodName(
>ClassTypeHint $arg1,
>&$arg2,
>array $arg3 = []) { // Should move the parenthesize and curly brace to the 
> next line
>  }
>   public function myMethod() { // Only the curly brace should be on next line
>   }
> }
> {code}
>  
> This is tested on Build incubator-netbeans-release-205-on-20180202.



--
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-471) PSR.2 formatting

2018-03-15 Thread Bo Andersen (JIRA)

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

Bo Andersen updated NETBEANS-471:
-
Description: 
Formatting is not following PSR-2 regarding curly braces on function 
declarations,  please see 
[https://www.php-fig.org/psr/psr-2/#44-method-arguments|https://www.php-fig.org/psr/psr-2/#44-method-arguments.]

 
{code:java}
class ClassName {

  public function aVeryLongMethodName(
   ClassTypeHint $arg1,
   &$arg2,
   array $arg3 = []) { // Should move the parenthesize and curly brace to the 
next line
 }

  public function myMethod() { // Only the curly brace should be on next line
  }

}
{code}
 

This is tested on Build incubator-netbeans-release-205-on-20180202.

  was:
Formatting is not following PSR-2 regarding curly braces on function 
declarations,  please see 
[https://www.php-fig.org/psr/psr-2/#44-method-arguments.]

 
{code:java}
class ClassName {

  public function aVeryLongMethodName(
   ClassTypeHint $arg1,
   &$arg2,
   array $arg3 = []) { // Should move the parenthesize and curly brace to the 
next line
 }

  public function myMethod() { // Only the curly brace should be on next line
  }

}
{code}
 

This is tested on Build incubator-netbeans-release-205-on-20180202.


> PSR.2 formatting 
> -
>
> Key: NETBEANS-471
> URL: https://issues.apache.org/jira/browse/NETBEANS-471
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Formatting & Indentation
>Reporter: Bo Andersen
>Priority: Minor
>
> Formatting is not following PSR-2 regarding curly braces on function 
> declarations,  please see 
> [https://www.php-fig.org/psr/psr-2/#44-method-arguments|https://www.php-fig.org/psr/psr-2/#44-method-arguments.]
>  
> {code:java}
> class ClassName {
>   public function aVeryLongMethodName(
>ClassTypeHint $arg1,
>&$arg2,
>array $arg3 = []) { // Should move the parenthesize and curly brace to the 
> next line
>  }
>   public function myMethod() { // Only the curly brace should be on next line
>   }
> }
> {code}
>  
> This is tested on Build incubator-netbeans-release-205-on-20180202.



--
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-471) PSR.2 formatting

2018-03-15 Thread Bo Andersen (JIRA)

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

Bo Andersen updated NETBEANS-471:
-
Description: 
Formatting is not following PSR-2 regarding curly braces on function 
declarations,  please see 
[https://www.php-fig.org/psr/psr-2/#44-method-arguments|https://www.php-fig.org/psr/psr-2/#44-method-arguments]

 
{code:java}
class ClassName {

  public function aVeryLongMethodName(
   ClassTypeHint $arg1,
   &$arg2,
   array $arg3 = []) { // Should move the parenthesize and curly brace to the 
next line
 }

  public function myMethod() { // Only the curly brace should be on next line
  }

}
{code}
 

This is tested on Build incubator-netbeans-release-205-on-20180202.

  was:
Formatting is not following PSR-2 regarding curly braces on function 
declarations,  please see 
[https://www.php-fig.org/psr/psr-2/#44-method-arguments|https://www.php-fig.org/psr/psr-2/#44-method-arguments.]

 
{code:java}
class ClassName {

  public function aVeryLongMethodName(
   ClassTypeHint $arg1,
   &$arg2,
   array $arg3 = []) { // Should move the parenthesize and curly brace to the 
next line
 }

  public function myMethod() { // Only the curly brace should be on next line
  }

}
{code}
 

This is tested on Build incubator-netbeans-release-205-on-20180202.


> PSR.2 formatting 
> -
>
> Key: NETBEANS-471
> URL: https://issues.apache.org/jira/browse/NETBEANS-471
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Formatting & Indentation
>Reporter: Bo Andersen
>Priority: Minor
>
> Formatting is not following PSR-2 regarding curly braces on function 
> declarations,  please see 
> [https://www.php-fig.org/psr/psr-2/#44-method-arguments|https://www.php-fig.org/psr/psr-2/#44-method-arguments]
>  
> {code:java}
> class ClassName {
>   public function aVeryLongMethodName(
>ClassTypeHint $arg1,
>&$arg2,
>array $arg3 = []) { // Should move the parenthesize and curly brace to the 
> next line
>  }
>   public function myMethod() { // Only the curly brace should be on next line
>   }
> }
> {code}
>  
> This is tested on Build incubator-netbeans-release-205-on-20180202.



--
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-581) Could not find an option named "cache-location".

2018-04-03 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-581:


 Summary: Could not find an option named "cache-location".
 Key: NETBEANS-581
 URL: https://issues.apache.org/jira/browse/NETBEANS-581
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Preprocessors (SASS, LESS, ...)
Reporter: Bo Andersen


When using the internal sass configuration, it calls the sass compiler with the 
--cache-location command. It seems that this is not part of the current sass 
compiler anymore.

 

Sass error:

Could not find an option named "cache-location".

 

I am using this release of sass compiler: 
https://github.com/sass/dart-sass/releases/tag/1.1.1



--
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-3412) Close tabs to the right from a selected tab

2019-11-19 Thread Bo Andersen (Jira)
Bo Andersen created NETBEANS-3412:
-

 Summary: Close tabs to the right from a selected tab
 Key: NETBEANS-3412
 URL: https://issues.apache.org/jira/browse/NETBEANS-3412
 Project: NetBeans
  Issue Type: New Feature
  Components: editor - Navigation
Affects Versions: 11.1
Reporter: Bo Andersen


Like Chrome og PhpStorm, it would be nice you could group your tabs to the 
left, and close all to the right ones from a selected tab (right click on a 
tab).

 

Right now you only have the options to close all, or close others.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3911) Inherited methods in the Navigator

2020-02-23 Thread Bo Andersen (Jira)
Bo Andersen created NETBEANS-3911:
-

 Summary: Inherited methods in the Navigator
 Key: NETBEANS-3911
 URL: https://issues.apache.org/jira/browse/NETBEANS-3911
 Project: NetBeans
  Issue Type: New Feature
  Components: php - Navigation
Affects Versions: 11.2
Reporter: Bo Andersen
 Attachments: image-2020-02-23-17-02-04-672.png

It would be nice with an option to show inherited methods/properties in the 
Navigator 

 

!image-2020-02-23-17-02-04-672.png|width=288,height=232!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-2734) Copy configuration

2019-06-21 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-2734:
-

 Summary: Copy configuration
 Key: NETBEANS-2734
 URL: https://issues.apache.org/jira/browse/NETBEANS-2734
 Project: NetBeans
  Issue Type: New Feature
  Components: editor - Options
Affects Versions: 11.0
Reporter: Bo Andersen


In the projects window, it would be nice to be able to duplicate/copy all 
settings to a new configuration. Right now we can only add a new from scratch 
or delete configurations.

!image-2019-06-21-19-15-16-508.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-2734) Copy configuration

2019-06-21 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-2734:
--
 Attachment: Configuration options.PNG
Description: 
In the projects window, it would be nice to be able to duplicate/copy all 
settings to a new configuration. Right now we can only add a new from scratch 
or delete configurations.

 

 

  was:
In the projects window, it would be nice to be able to duplicate/copy all 
settings to a new configuration. Right now we can only add a new from scratch 
or delete configurations.

!image-2019-06-21-19-15-16-508.png!

 

 


> Copy configuration
> --
>
> Key: NETBEANS-2734
> URL: https://issues.apache.org/jira/browse/NETBEANS-2734
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Options
>Affects Versions: 11.0
>Reporter: Bo Andersen
>Priority: Minor
> Attachments: Configuration options.PNG
>
>
> In the projects window, it would be nice to be able to duplicate/copy all 
> settings to a new configuration. Right now we can only add a new from scratch 
> or delete configurations.
>  
>  



--
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-2734) Copy configuration

2019-06-21 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-2734:
--
Attachment: Configuration options.PNG

> Copy configuration
> --
>
> Key: NETBEANS-2734
> URL: https://issues.apache.org/jira/browse/NETBEANS-2734
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Options
>Affects Versions: 11.0
>Reporter: Bo Andersen
>Priority: Minor
> Attachments: Configuration-options.PNG
>
>
> In the projects window, it would be nice to be able to duplicate/copy all 
> settings to a new configuration. Right now we can only add a new from scratch 
> or delete configurations.
>  
>  



--
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-2734) Copy configuration

2019-06-21 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-2734:
--
Attachment: (was: Configuration options.PNG)

> Copy configuration
> --
>
> Key: NETBEANS-2734
> URL: https://issues.apache.org/jira/browse/NETBEANS-2734
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Options
>Affects Versions: 11.0
>Reporter: Bo Andersen
>Priority: Minor
> Attachments: Configuration-options.PNG
>
>
> In the projects window, it would be nice to be able to duplicate/copy all 
> settings to a new configuration. Right now we can only add a new from scratch 
> or delete configurations.
>  
>  



--
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-2734) Copy configuration

2019-06-21 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-2734:
--
Attachment: Configuration-options.PNG

> Copy configuration
> --
>
> Key: NETBEANS-2734
> URL: https://issues.apache.org/jira/browse/NETBEANS-2734
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Options
>Affects Versions: 11.0
>Reporter: Bo Andersen
>Priority: Minor
> Attachments: Configuration-options.PNG
>
>
> In the projects window, it would be nice to be able to duplicate/copy all 
> settings to a new configuration. Right now we can only add a new from scratch 
> or delete configurations.
>  
>  



--
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-2734) Copy configuration

2019-06-21 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-2734:
--
Attachment: (was: Configuration options.PNG)

> Copy configuration
> --
>
> Key: NETBEANS-2734
> URL: https://issues.apache.org/jira/browse/NETBEANS-2734
> Project: NetBeans
>  Issue Type: New Feature
>  Components: editor - Options
>Affects Versions: 11.0
>Reporter: Bo Andersen
>Priority: Minor
> Attachments: Configuration-options.PNG
>
>
> In the projects window, it would be nice to be able to duplicate/copy all 
> settings to a new configuration. Right now we can only add a new from scratch 
> or delete configurations.
>  
>  



--
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-1656) Typed arrays - docblock awareness

2019-06-25 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-1656:
--
Affects Version/s: 11.0

> Typed arrays - docblock awareness
> -
>
> Key: NETBEANS-1656
> URL: https://issues.apache.org/jira/browse/NETBEANS-1656
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis
>Affects Versions: 10.0, 11.0
>Reporter: Bo Andersen
>Priority: Minor
>
>  
> {code:java}
> Test {
>  /*
>   * @return model[]
>   */
>   public function getCollection(): array {
>    return [new Model(), new Model()];
>   }
> }
> $test = new Test();
> $collection = $test->getCollection();
> $collection[0]->(?); // At the moment Netbeans is not aware of the type{code}
> Netbeans should be aware of the types within a collection if they are 
> typehinted.



--
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-1656) Typed arrays - docblock awareness

2019-06-25 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-1656:
--
Description: 
 
{code:java}
Test {

 /*
  * @return model[]
  */
  public function getCollection(): array {

   return [new Model(), new Model()];

  }

}

$test = new Test();
$collection = $test->getCollection();
$collection[0]->(?); // At the moment Netbeans is not aware of the type{code}
Netbeans should be aware of the types within a collection if they are 
typehinted.

  was:
 
{code:java}
Test {

 /*
  * @return model[]
  */
  public function getCollection(): array {

   return [new Model(), new Model()];

  }

}

$test = new Test();
$collection = $test->getCollection();
$collection[0]->{models methods}; // At the moment Netbeans is not aware of the 
type{code}
Netbeans should be aware of the types within a collection if they are 
typehinted.


> Typed arrays - docblock awareness
> -
>
> Key: NETBEANS-1656
> URL: https://issues.apache.org/jira/browse/NETBEANS-1656
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis
>Affects Versions: 10.0
>Reporter: Bo Andersen
>Priority: Minor
>
>  
> {code:java}
> Test {
>  /*
>   * @return model[]
>   */
>   public function getCollection(): array {
>    return [new Model(), new Model()];
>   }
> }
> $test = new Test();
> $collection = $test->getCollection();
> $collection[0]->(?); // At the moment Netbeans is not aware of the type{code}
> Netbeans should be aware of the types within a collection if they are 
> typehinted.



--
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-1656) Typed arrays - docblock awareness

2019-06-25 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-1656:
---

{{Another example if you want to get the error messages:}}

 
{code:java}
$errors = libxml_get_errors();

foreach ($errors as $libxml_error) {
   $error_messages[] = $libxml_error->(?); // Netbeans is not aware of the 
type...
}{code}
 

> Typed arrays - docblock awareness
> -
>
> Key: NETBEANS-1656
> URL: https://issues.apache.org/jira/browse/NETBEANS-1656
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis
>Affects Versions: 10.0, 11.0
>Reporter: Bo Andersen
>Priority: Minor
>
>  
> {code:java}
> Test {
>  /*
>   * @return model[]
>   */
>   public function getCollection(): array {
>    return [new Model(), new Model()];
>   }
> }
> $test = new Test();
> $collection = $test->getCollection();
> $collection[0]->(?); // At the moment Netbeans is not aware of the type{code}
> Netbeans should be aware of the types within a collection if they are 
> typehinted.



--
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-1656) Typed arrays - docblock awareness

2019-06-27 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-1656:
--
Description: 
 
{code:java}
class Model {
  public function doStuff(): void {
...
  }
}

class Test {

 /*
  * @return Model[]
  */
  public function getCollection(): array {

   return [new Model(), new Model()];

  }

}

$test = new Test();
$collection = $test->getCollection();
$collection[0]->(?); // At the moment Netbeans is not aware of the type{code}
Netbeans should be aware of the types within a collection if they are 
typehinted.

  was:
 
{code:java}
Test {

 /*
  * @return model[]
  */
  public function getCollection(): array {

   return [new Model(), new Model()];

  }

}

$test = new Test();
$collection = $test->getCollection();
$collection[0]->(?); // At the moment Netbeans is not aware of the type{code}
Netbeans should be aware of the types within a collection if they are 
typehinted.


> Typed arrays - docblock awareness
> -
>
> Key: NETBEANS-1656
> URL: https://issues.apache.org/jira/browse/NETBEANS-1656
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis
>Affects Versions: 10.0, 11.0
>Reporter: Bo Andersen
>Priority: Minor
>
>  
> {code:java}
> class Model {
>   public function doStuff(): void {
> ...
>   }
> }
> class Test {
>  /*
>   * @return Model[]
>   */
>   public function getCollection(): array {
>    return [new Model(), new Model()];
>   }
> }
> $test = new Test();
> $collection = $test->getCollection();
> $collection[0]->(?); // At the moment Netbeans is not aware of the type{code}
> Netbeans should be aware of the types within a collection if they are 
> typehinted.



--
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-2084) Inline type hint order

2019-02-05 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-2084:
-

 Summary: Inline type hint order
 Key: NETBEANS-2084
 URL: https://issues.apache.org/jira/browse/NETBEANS-2084
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Editor
Affects Versions: 10.0
Reporter: Bo Andersen


I have reported this in the 8.2, and thought it was fixed in a dev branch. But 
the issue is in Netbeans 10 as well.

It is about the order of type hinting in the code, it does not match other IDE's

Netbeans way:
{code:java}
/* @var $variable Class */
{code}
Other IDE:
{code:java}
/* @var Class $variable */
{code}
 



--
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-2093) Show method structure in hints on hover

2019-02-07 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-2093:
-

 Summary: Show method structure in hints on hover
 Key: NETBEANS-2093
 URL: https://issues.apache.org/jira/browse/NETBEANS-2093
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Editor
Affects Versions: 10.0
Reporter: Bo Andersen
 Attachments: image-2019-02-07-16-53-57-447.png, 
image-2019-02-07-16-54-33-603.png

Netbeans dosn't show any useful information if PHPDoc is missing. As PHP get 
more and more type safe, relying on the doc-block seems to be a bad choose.

!image-2019-02-07-16-53-57-447.png!

In other IDEs you actually can se method declaration, paramters and return 
type, this could be very useful in Netbeans as well :)  

!image-2019-02-07-16-54-33-603.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-2093) Show method structure in hints on hover

2019-02-07 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-2093:
--
Description: 
Netbeans dosn't show any useful information if PHPDoc is missing. As PHP get 
more and more type safe, relying on the doc-block seems to be a bad choice.

!image-2019-02-07-16-53-57-447.png!

In other IDEs you actually can se method declaration, paramters and return 
type, this could be very useful in Netbeans as well :)  

!image-2019-02-07-16-54-33-603.png!

  was:
Netbeans dosn't show any useful information if PHPDoc is missing. As PHP get 
more and more type safe, relying on the doc-block seems to be a bad choose.

!image-2019-02-07-16-53-57-447.png!

In other IDEs you actually can se method declaration, paramters and return 
type, this could be very useful in Netbeans as well :)  

!image-2019-02-07-16-54-33-603.png!


> Show method structure in hints on hover
> ---
>
> Key: NETBEANS-2093
> URL: https://issues.apache.org/jira/browse/NETBEANS-2093
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 10.0
>Reporter: Bo Andersen
>Priority: Major
> Attachments: image-2019-02-07-16-53-57-447.png, 
> image-2019-02-07-16-54-33-603.png
>
>
> Netbeans dosn't show any useful information if PHPDoc is missing. As PHP get 
> more and more type safe, relying on the doc-block seems to be a bad choice.
> !image-2019-02-07-16-53-57-447.png!
> In other IDEs you actually can se method declaration, paramters and return 
> type, this could be very useful in Netbeans as well :)  
> !image-2019-02-07-16-54-33-603.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-1721) Type and value mismatch

2019-02-17 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-1721:
--
Description: 
I have a strict comparison in PHP telling it should be a boolean false value, 
but the debugger shows integer 0, but the type is correct in the type column.

 

Please see attached image.

 
{noformat}
PHP 7.2.11-3+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Oct 25 2018 06:44:08) ( 
NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.11-3+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 
1999-2018, by Zend Technologies
with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans{noformat}

  was:
I have a strict comparison in PHP telling it should be a boolean false value, 
but the debugger shows integer 0, but the type is correct in the type column.

 
{noformat}
PHP 7.2.11-3+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Oct 25 2018 06:44:08) ( 
NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.11-3+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 
1999-2018, by Zend Technologies
with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans{noformat}


> Type and value mismatch
> ---
>
> Key: NETBEANS-1721
> URL: https://issues.apache.org/jira/browse/NETBEANS-1721
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
>Reporter: Bo Andersen
>Priority: Minor
> Attachments: type-and-value-mismatch.PNG
>
>
> I have a strict comparison in PHP telling it should be a boolean false value, 
> but the debugger shows integer 0, but the type is correct in the type column.
>  
> Please see attached image.
>  
> {noformat}
> PHP 7.2.11-3+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Oct 25 2018 06:44:08) 
> ( NTS )
> Copyright (c) 1997-2018 The PHP Group
> Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
> with Zend OPcache v7.2.11-3+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 
> 1999-2018, by Zend Technologies
> with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans{noformat}



--
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-1904) Hint on missing parameter

2019-02-17 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-1904:
--
Description: 
If you are about to refactor, it would be a huge benefit if the IDE hinted 
missing required parameters for a method. 

 

Please see comment in attached image.

  was:
If you are about to refactor, it would be a huge benefit if the IDE hinted 
missing required parameters for a method. 

 

Please see attached image.


> Hint on missing parameter
> -
>
> Key: NETBEANS-1904
> URL: https://issues.apache.org/jira/browse/NETBEANS-1904
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 10.0
>Reporter: Bo Andersen
>Priority: Major
> Attachments: missing-hint-on-missing-argument.PNG
>
>
> If you are about to refactor, it would be a huge benefit if the IDE hinted 
> missing required parameters for a method. 
>  
> Please see comment in attached image.



--
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-2128) Moving a class

2019-02-17 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-2128:
-

 Summary: Moving a class
 Key: NETBEANS-2128
 URL: https://issues.apache.org/jira/browse/NETBEANS-2128
 Project: NetBeans
  Issue Type: Bug
  Components: php - Editor
Affects Versions: 10.0
Reporter: Bo Andersen
 Attachments: image-2019-02-17-20-25-10-953.png

It would be nice if we could move classes in Netbeans, to another 
folder/namespace while Netbeans keeps the namespaces updated while 
moving/refactoring. 

But for now, I can't even move a class:

!image-2019-02-17-20-25-10-953.png!

(The Move refactoring cannot be applied in this context.)



--
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-1904) Hint on missing parameter

2019-02-17 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-1904:
--
Description: 
If you are about to refactor, it would be a huge benefit if the IDE hinted 
missing required parameters for a method. 

 

Please see attached image.

  was:If you are about to refactor, it would be a huge benefit if the IDE 
hinted missing required parameters for a method. 


> Hint on missing parameter
> -
>
> Key: NETBEANS-1904
> URL: https://issues.apache.org/jira/browse/NETBEANS-1904
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 10.0
>Reporter: Bo Andersen
>Priority: Major
> Attachments: missing-hint-on-missing-argument.PNG
>
>
> If you are about to refactor, it would be a huge benefit if the IDE hinted 
> missing required parameters for a method. 
>  
> Please see attached image.



--
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-2084) Inline type hint order

2019-03-21 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-2084:
---

I wasn't aware of that, thank you (y)

> Inline type hint order
> --
>
> Key: NETBEANS-2084
> URL: https://issues.apache.org/jira/browse/NETBEANS-2084
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 10.0
>Reporter: Bo Andersen
>Priority: Major
>
> I have reported this in the 8.2, and thought it was fixed in a dev branch. 
> But the issue is in Netbeans 10 as well.
> It is about the order of type hinting in the code, it does not match other 
> IDE's
> Netbeans way:
> {code:java}
> /* @var $variable Class */
> {code}
> Other IDE:
> {code:java}
> /* @var Class $variable */
> {code}
>  



--
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-182) Terminal should use cmd, bash, cygwin, PowerShell or whatever.

2018-10-26 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-182:
--

Will this be part of Netbeans 10? 

> Terminal should use cmd, bash, cygwin, PowerShell or whatever.
> --
>
> Key: NETBEANS-182
> URL: https://issues.apache.org/jira/browse/NETBEANS-182
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Terminalemulator
>Affects Versions: Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Major
>
> I don't know why NetBeans only can work with a shell, which is installed as 
> cygwin for Windows or when you use NetBeans on a *nx operating system. 
> NetBeans should use cmd.exe, cygwin, WSL (Bash - Ubuntu on Windows), 
> PowerShell or whatever you want.
> Visual Studio Code uses this approach and it makes sense. I don't need to 
> change the window to use my cmd outside of NetBeans. I can use any feature in 
> NetBeans in my CMD or powershell, when it is inside NetBeans, w/o switching 
> windows or a desktop etc.
> So long story short, NetBeans can only handle shell applications, natively 
> installed on *nx systems or via cygwin for Windows. But it should be possible 
> to use any shell/command line that you want on any operating system.
> Windows - cmd, powershell and with Windows 10 the WSL (Ubuntu on windows, 
> which is now stable and part of the ubuntu subsystem, no emulation)
> *nx - Bash, sh, fish whatever.
> Mac - similar to *nx
> So we need first the possibilty, that NetBeans should handle more than a 
> shell AND we need an option, if you open the terminal, you have to choose 
> your favorite shell/command line and set it to default, to open a new tab, 
> w/o choosing again (new option for this).
> This ticket could be related to this ticket: 
> https://issues.apache.org/jira/browse/NETBEANS-181



--
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-182) Terminal should use cmd, bash, cygwin, PowerShell or whatever.

2018-10-26 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-182:
--

How can we get progress/focus on this issue? :)

> Terminal should use cmd, bash, cygwin, PowerShell or whatever.
> --
>
> Key: NETBEANS-182
> URL: https://issues.apache.org/jira/browse/NETBEANS-182
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Terminalemulator
>Affects Versions: Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Major
>
> I don't know why NetBeans only can work with a shell, which is installed as 
> cygwin for Windows or when you use NetBeans on a *nx operating system. 
> NetBeans should use cmd.exe, cygwin, WSL (Bash - Ubuntu on Windows), 
> PowerShell or whatever you want.
> Visual Studio Code uses this approach and it makes sense. I don't need to 
> change the window to use my cmd outside of NetBeans. I can use any feature in 
> NetBeans in my CMD or powershell, when it is inside NetBeans, w/o switching 
> windows or a desktop etc.
> So long story short, NetBeans can only handle shell applications, natively 
> installed on *nx systems or via cygwin for Windows. But it should be possible 
> to use any shell/command line that you want on any operating system.
> Windows - cmd, powershell and with Windows 10 the WSL (Ubuntu on windows, 
> which is now stable and part of the ubuntu subsystem, no emulation)
> *nx - Bash, sh, fish whatever.
> Mac - similar to *nx
> So we need first the possibilty, that NetBeans should handle more than a 
> shell AND we need an option, if you open the terminal, you have to choose 
> your favorite shell/command line and set it to default, to open a new tab, 
> w/o choosing again (new option for this).
> This ticket could be related to this ticket: 
> https://issues.apache.org/jira/browse/NETBEANS-181



--
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-182) Terminal should use cmd, bash, cygwin, PowerShell or whatever.

2018-10-26 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-182:
--

Could we get some inspiration from VSCode? 

[https://github.com/Microsoft/vscode/blob/8476cae78a1abeee2424d4900fccb3b50ed7b978/src/vs/workbench/parts/debug/node/terminals.ts#L19]

 

PoC = Proof of concept?

> Terminal should use cmd, bash, cygwin, PowerShell or whatever.
> --
>
> Key: NETBEANS-182
> URL: https://issues.apache.org/jira/browse/NETBEANS-182
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Terminalemulator
>Affects Versions: Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Major
>
> I don't know why NetBeans only can work with a shell, which is installed as 
> cygwin for Windows or when you use NetBeans on a *nx operating system. 
> NetBeans should use cmd.exe, cygwin, WSL (Bash - Ubuntu on Windows), 
> PowerShell or whatever you want.
> Visual Studio Code uses this approach and it makes sense. I don't need to 
> change the window to use my cmd outside of NetBeans. I can use any feature in 
> NetBeans in my CMD or powershell, when it is inside NetBeans, w/o switching 
> windows or a desktop etc.
> So long story short, NetBeans can only handle shell applications, natively 
> installed on *nx systems or via cygwin for Windows. But it should be possible 
> to use any shell/command line that you want on any operating system.
> Windows - cmd, powershell and with Windows 10 the WSL (Ubuntu on windows, 
> which is now stable and part of the ubuntu subsystem, no emulation)
> *nx - Bash, sh, fish whatever.
> Mac - similar to *nx
> So we need first the possibilty, that NetBeans should handle more than a 
> shell AND we need an option, if you open the terminal, you have to choose 
> your favorite shell/command line and set it to default, to open a new tab, 
> w/o choosing again (new option for this).
> This ticket could be related to this ticket: 
> https://issues.apache.org/jira/browse/NETBEANS-181



--
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-182) Terminal should use cmd, bash, cygwin, PowerShell or whatever.

2018-10-26 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-182:
--

I thought of having it within the "Tools->Options->Miscellaneous->Terminal", if 
you launch tests, it should use the terminal configured?

I havn't really used the "Create new local terminal tab", I have bash (wsl) 
running in it's own window, but when running e.g. codeception tests, the 
builtin terminal has some problems updating the markers for the tests. If I run 
the command in PowerShell or bash it works perfect.

It is important that the configured "Run configuration" uses the selected 
terminal, for my use cases...

> Terminal should use cmd, bash, cygwin, PowerShell or whatever.
> --
>
> Key: NETBEANS-182
> URL: https://issues.apache.org/jira/browse/NETBEANS-182
> Project: NetBeans
>  Issue Type: New Feature
>  Components: cnd - Terminalemulator
>Affects Versions: Next
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Major
>
> I don't know why NetBeans only can work with a shell, which is installed as 
> cygwin for Windows or when you use NetBeans on a *nx operating system. 
> NetBeans should use cmd.exe, cygwin, WSL (Bash - Ubuntu on Windows), 
> PowerShell or whatever you want.
> Visual Studio Code uses this approach and it makes sense. I don't need to 
> change the window to use my cmd outside of NetBeans. I can use any feature in 
> NetBeans in my CMD or powershell, when it is inside NetBeans, w/o switching 
> windows or a desktop etc.
> So long story short, NetBeans can only handle shell applications, natively 
> installed on *nx systems or via cygwin for Windows. But it should be possible 
> to use any shell/command line that you want on any operating system.
> Windows - cmd, powershell and with Windows 10 the WSL (Ubuntu on windows, 
> which is now stable and part of the ubuntu subsystem, no emulation)
> *nx - Bash, sh, fish whatever.
> Mac - similar to *nx
> So we need first the possibilty, that NetBeans should handle more than a 
> shell AND we need an option, if you open the terminal, you have to choose 
> your favorite shell/command line and set it to default, to open a new tab, 
> w/o choosing again (new option for this).
> This ticket could be related to this ticket: 
> https://issues.apache.org/jira/browse/NETBEANS-181



--
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-1656) Typed arrays - docblock awareness

2018-11-10 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-1656:
-

 Summary: Typed arrays - docblock awareness
 Key: NETBEANS-1656
 URL: https://issues.apache.org/jira/browse/NETBEANS-1656
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Code Analysis
Affects Versions: 10.0
Reporter: Bo Andersen


 
{code:java}
Test {

 /*
  * @return model[]
  */
  public function myCollection(): array {

   return [new Model(), new Model()];

  }

}

$test = new Test();
$collection = $test->getCollection();
$collection[0]->{models methods}; // At the moment Netbeans is not aware of the 
type{code}
Netbeans should be aware of the types within a collection if they are 
typehinted.



--
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-1656) Typed arrays - docblock awareness

2018-11-10 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-1656:
--
Description: 
 
{code:java}
Test {

 /*
  * @return model[]
  */
  public function getCollection(): array {

   return [new Model(), new Model()];

  }

}

$test = new Test();
$collection = $test->getCollection();
$collection[0]->{models methods}; // At the moment Netbeans is not aware of the 
type{code}
Netbeans should be aware of the types within a collection if they are 
typehinted.

  was:
 
{code:java}
Test {

 /*
  * @return model[]
  */
  public function myCollection(): array {

   return [new Model(), new Model()];

  }

}

$test = new Test();
$collection = $test->getCollection();
$collection[0]->{models methods}; // At the moment Netbeans is not aware of the 
type{code}
Netbeans should be aware of the types within a collection if they are 
typehinted.


> Typed arrays - docblock awareness
> -
>
> Key: NETBEANS-1656
> URL: https://issues.apache.org/jira/browse/NETBEANS-1656
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Code Analysis
>Affects Versions: 10.0
>Reporter: Bo Andersen
>Priority: Minor
>
>  
> {code:java}
> Test {
>  /*
>   * @return model[]
>   */
>   public function getCollection(): array {
>    return [new Model(), new Model()];
>   }
> }
> $test = new Test();
> $collection = $test->getCollection();
> $collection[0]->{models methods}; // At the moment Netbeans is not aware of 
> the type{code}
> Netbeans should be aware of the types within a collection if they are 
> typehinted.



--
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-360) Autocomplete, better name matching

2018-11-19 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-360:
--

Note: The issue still exists in Netbeans 10

> Autocomplete, better name matching
> --
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: Next
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Major
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)



--
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-360) Autocomplete, better name matching

2018-11-21 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-360:
--

[~Chrizzly] Yes, it's PHP as selected in the component part. I just think it's 
a nice feature, e.g. if you are working with PHPUnit and the giant 
`TestCase`class.

Maybe the good man [~junichi11] will look at it? Thank you for your commitment 
to the PHP parts. (y)

> Autocomplete, better name matching
> --
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: Next
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Major
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)



--
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-360) Autocomplete, better name matching

2018-11-21 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-360:
-
Attachment: autocomplete_search.png
autocomplete_all.png

> Autocomplete, better name matching
> --
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: Next
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Major
> Attachments: autocomplete_all.png, autocomplete_search.png
>
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)



--
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-360) Autocomplete, better name matching

2018-11-21 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-360:
-
Description: 
 I am using the Netbeans 9 beta release (RC2). I needed a method in a 
test-framework, and couldn't remember the exact naming, but only some part of 
it. Netbeans seems only to match the beginning of methods names. I know other 
IDEs can suggest methods based on naming-parts in a method, I think this is 
very useful :)

 

Update: I added example (attachments) of usage from another IDE, for inspiration

  was: I am using the Netbeans 9 beta release (RC2). I needed a method in a 
test-framework, and couldn't remember the exact naming, but only some part of 
it. Netbeans seems only to match the beginning of methods names. I know other 
IDEs can suggest methods based on naming-parts in a method, I think this is 
very useful :)


> Autocomplete, better name matching
> --
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: Next
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Major
> Attachments: autocomplete_all.png, autocomplete_search.png
>
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)
>  
> Update: I added example (attachments) of usage from another IDE, for 
> inspiration



--
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-360) Autocomplete, better name matching

2018-11-21 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-360:
--

Yes, it is PhpStorm, and this "fuzzy search" works very well :-)
Eclipse PDT may have some of the same.

> Autocomplete, better name matching
> --
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: Next
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Major
> Attachments: autocomplete_all.png, autocomplete_search.png
>
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)
>  
> Update: I added example (attachments) of usage from another IDE, for 
> inspiration



--
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-1721) Type and value mismatch

2018-11-21 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-1721:
-

 Summary: Type and value mismatch
 Key: NETBEANS-1721
 URL: https://issues.apache.org/jira/browse/NETBEANS-1721
 Project: NetBeans
  Issue Type: Bug
  Components: php - Debugger
Affects Versions: 10.0
Reporter: Bo Andersen
 Attachments: type-and-value-mismatch.PNG

I have a strict comparison in PHP telling it should be a boolean false value, 
but the debugger shows integer 0, but the type is correct in the type column.



--
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-1721) Type and value mismatch

2018-11-21 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-1721:
--
Description: 
I have a strict comparison in PHP telling it should be a boolean false value, 
but the debugger shows integer 0, but the type is correct in the type column.

 
{noformat}
PHP 7.2.11-3+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Oct 25 2018 06:44:08) ( 
NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.11-3+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 
1999-2018, by Zend Technologies
with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans{noformat}

  was:I have a strict comparison in PHP telling it should be a boolean false 
value, but the debugger shows integer 0, but the type is correct in the type 
column.


> Type and value mismatch
> ---
>
> Key: NETBEANS-1721
> URL: https://issues.apache.org/jira/browse/NETBEANS-1721
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Debugger
>Affects Versions: 10.0
>Reporter: Bo Andersen
>Priority: Minor
> Attachments: type-and-value-mismatch.PNG
>
>
> I have a strict comparison in PHP telling it should be a boolean false value, 
> but the debugger shows integer 0, but the type is correct in the type column.
>  
> {noformat}
> PHP 7.2.11-3+ubuntu18.04.1+deb.sury.org+1 (cli) (built: Oct 25 2018 06:44:08) 
> ( NTS )
> Copyright (c) 1997-2018 The PHP Group
> Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
> with Zend OPcache v7.2.11-3+ubuntu18.04.1+deb.sury.org+1, Copyright (c) 
> 1999-2018, by Zend Technologies
> with Xdebug v2.6.0, Copyright (c) 2002-2018, by Derick Rethans{noformat}



--
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-360) Autocomplete, better name matching

2018-11-22 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-360:
--

NOTE. [~GeertjanWielenga] referenced this bug/patch (on the mailing list), 
maybe some of it could be used for the other languages:

[https://netbeans.org/bugzilla/show_bug.cgi?id=212412]

 

> Autocomplete, better name matching
> --
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: Next
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Major
> Attachments: autocomplete_all.png, autocomplete_search.png
>
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)
>  
> Update: I added example (attachments) of usage from another IDE, for 
> inspiration



--
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-33) Please add support for code coverage

2018-11-25 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-33:

Attachment: code-coverage.png

> Please add support for code coverage
> 
>
> Key: NETBEANS-33
> URL: https://issues.apache.org/jira/browse/NETBEANS-33
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - JUnit
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
> Attachments: code-coverage.png
>
>
> As I thought that this feature is essential, this feature is completely 
> missing in netbeans as integrated right inside netbeans.
> I wrote a plugin for netbeans and I wanted to test my code with junit, 
> mockito and powermock. So far so good, everything is fine. Now I wanted to 
> see the code coverage and I wondered that this feature is missing. Code 
> coverage is implemented for PHP (PHPUnit - 
> https://netbeans.org/kb/docs/php/phpunit.html#code-coverage) and JS (Karma 
> Istanbul - 
> https://blogs.oracle.com/geertjan/entry/karma_istanbul_code_coverage_in).
> I found a plugin called JaCoCoverage. It works but it is not as implemented 
> as the native code coverage tools for PHP and JS. It puts out stuff into the 
> output window which is not nice and it will create a new report as HTML, 
> which is much better but a natively integration in netbeans as the other 
> tools, would be very handy and I think is a must have.
> 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



[jira] [Commented] (NETBEANS-33) Please add support for code coverage

2018-11-25 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-33:
-

It seems that code coverage for PHP projects are not available in Netbeans 
10... (?)

!code-coverage.png!

> Please add support for code coverage
> 
>
> Key: NETBEANS-33
> URL: https://issues.apache.org/jira/browse/NETBEANS-33
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - JUnit
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
> Attachments: code-coverage.png
>
>
> As I thought that this feature is essential, this feature is completely 
> missing in netbeans as integrated right inside netbeans.
> I wrote a plugin for netbeans and I wanted to test my code with junit, 
> mockito and powermock. So far so good, everything is fine. Now I wanted to 
> see the code coverage and I wondered that this feature is missing. Code 
> coverage is implemented for PHP (PHPUnit - 
> https://netbeans.org/kb/docs/php/phpunit.html#code-coverage) and JS (Karma 
> Istanbul - 
> https://blogs.oracle.com/geertjan/entry/karma_istanbul_code_coverage_in).
> I found a plugin called JaCoCoverage. It works but it is not as implemented 
> as the native code coverage tools for PHP and JS. It puts out stuff into the 
> output window which is not nice and it will create a new report as HTML, 
> which is much better but a natively integration in netbeans as the other 
> tools, would be very handy and I think is a must have.
> 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



[jira] [Issue Comment Deleted] (NETBEANS-33) Please add support for code coverage

2018-11-25 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-33:

Comment: was deleted

(was: It seems that code coverage for PHP projects are not available in 
Netbeans 10... (?)

!code-coverage.png!)

> Please add support for code coverage
> 
>
> Key: NETBEANS-33
> URL: https://issues.apache.org/jira/browse/NETBEANS-33
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - JUnit
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> As I thought that this feature is essential, this feature is completely 
> missing in netbeans as integrated right inside netbeans.
> I wrote a plugin for netbeans and I wanted to test my code with junit, 
> mockito and powermock. So far so good, everything is fine. Now I wanted to 
> see the code coverage and I wondered that this feature is missing. Code 
> coverage is implemented for PHP (PHPUnit - 
> https://netbeans.org/kb/docs/php/phpunit.html#code-coverage) and JS (Karma 
> Istanbul - 
> https://blogs.oracle.com/geertjan/entry/karma_istanbul_code_coverage_in).
> I found a plugin called JaCoCoverage. It works but it is not as implemented 
> as the native code coverage tools for PHP and JS. It puts out stuff into the 
> output window which is not nice and it will create a new report as HTML, 
> which is much better but a natively integration in netbeans as the other 
> tools, would be very handy and I think is a must have.
> 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



[jira] [Updated] (NETBEANS-33) Please add support for code coverage

2018-11-25 Thread Bo Andersen (JIRA)


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

Bo Andersen updated NETBEANS-33:

Attachment: (was: code-coverage.png)

> Please add support for code coverage
> 
>
> Key: NETBEANS-33
> URL: https://issues.apache.org/jira/browse/NETBEANS-33
> Project: NetBeans
>  Issue Type: Improvement
>  Components: java - JUnit
>Affects Versions: Next
>Reporter: Christian Lenz
>Priority: Major
>
> As I thought that this feature is essential, this feature is completely 
> missing in netbeans as integrated right inside netbeans.
> I wrote a plugin for netbeans and I wanted to test my code with junit, 
> mockito and powermock. So far so good, everything is fine. Now I wanted to 
> see the code coverage and I wondered that this feature is missing. Code 
> coverage is implemented for PHP (PHPUnit - 
> https://netbeans.org/kb/docs/php/phpunit.html#code-coverage) and JS (Karma 
> Istanbul - 
> https://blogs.oracle.com/geertjan/entry/karma_istanbul_code_coverage_in).
> I found a plugin called JaCoCoverage. It works but it is not as implemented 
> as the native code coverage tools for PHP and JS. It puts out stuff into the 
> output window which is not nice and it will create a new report as HTML, 
> which is much better but a natively integration in netbeans as the other 
> tools, would be very handy and I think is a must have.
> 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



[jira] [Commented] (NETBEANS-360) Autocomplete, better name matching

2019-01-04 Thread Bo Andersen (JIRA)


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

Bo Andersen commented on NETBEANS-360:
--

This information should not get lost, if someone is trying to add this feature 
to the PHP language, from the mailing list:

https://lists.apache.org/thread.html/53e825e433962bb9fdc72dea5fe691517f5cd7c887eb365dec496686@%3Cusers.netbeans.apache.org%3E
{quote}You want a 'CompletionProvider', most likely PhpTypeCompletionProvider 
(although there are some other subclasses in the php/ folder). You have 
Set getItems(FileObject sourceFile, String prefix) where `prefix` is 
what the user already typed. Oddly enough I see php defines it's own 
org.netbeans.modules.php.spi.templates.completion.CompletionProvider while I 
remeber being a common interface, but I'm probably thinking of csl.api 
GsfCompletionProvider which was used in the Javascript support. Feel free to 
email me directly (or to CC me when writing to the mailing list) I might have 
some ideas there. I suspect fuzzy search might not work immediately, as while 
the completion popup is shown any further edit will just filter the list (and 
not re-generate the list from the provider). But perhaps there is a way for 
force refresh that list... Anyhow, start playing with that API and see if you 
make progress. --emi{quote}

> Autocomplete, better name matching
> --
>
> Key: NETBEANS-360
> URL: https://issues.apache.org/jira/browse/NETBEANS-360
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: Next
> Environment: Windows 10
>Reporter: Bo Andersen
>Priority: Major
> Attachments: autocomplete_all.png, autocomplete_search.png
>
>
>  I am using the Netbeans 9 beta release (RC2). I needed a method in a 
> test-framework, and couldn't remember the exact naming, but only some part of 
> it. Netbeans seems only to match the beginning of methods names. I know other 
> IDEs can suggest methods based on naming-parts in a method, I think this is 
> very useful :)
>  
> Update: I added example (attachments) of usage from another IDE, for 
> inspiration



--
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-1904) Hint on missing parameter

2019-01-08 Thread Bo Andersen (JIRA)
Bo Andersen created NETBEANS-1904:
-

 Summary: Hint on missing parameter
 Key: NETBEANS-1904
 URL: https://issues.apache.org/jira/browse/NETBEANS-1904
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Editor
Affects Versions: 10.0
Reporter: Bo Andersen
 Attachments: missing-hint-on-missing-argument.PNG

If you are about to refactor, it would be a huge benefit if the IDE hinted 
missing required parameters for a method. 



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