[
https://issues.apache.org/jira/browse/NETBEANS-4647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
flexJoly updated NETBEANS-4647:
-------------------------------
Description:
Hi,
For years now I am using netbeans for php and promoting it to every
php-programmer, mostly with success!
But since version 8 or so, I have the feeling that php in netbeans is not
getting better :( Even to the point that I am starting to look for another IDE.
-I know one jira-issue should only have ONE topic and purpose. But I have the
feeling that php does not have much priority. And some of my previous
reports/requests did not get any attention. So first I want to know if what I
say below wil get any priority before taking much time to make a detailed
report.-
-Sorry!!! But I am really getting disappointed on netbeans :( and desperate-
edit: i made split my post in separate issues
* https://issues.apache.org/jira/browse/NETBEANS-4650
* https://issues.apache.org/jira/browse/NETBEANS-4649
* https://issues.apache.org/jira/browse/NETBEANS-4648
h3. Codecompletion with namespace, aliases and extends
Overwritten function seen in _*parent-class:*_
!image-2020-07-28-13-02-07-177.png|width=582,height=318!
Overwritten function in _*parent-class*_ NOT seen when using an alias for the
namespace
!image-2020-07-28-13-04-10-932.png|width=536,height=275!
Codecompletion working whenparentclass has override-function with
alias-namespace
!image-2020-07-28-13-10-46-227.png|width=582,height=290!
No codecompletion after removing the function in the parent-class
!image-2020-07-28-13-11-45-910.png|width=571,height=236!
Code completion with Alias and function:
!image-2020-07-28-13-15-11-891.png|width=566,height=229!
Codecompletion with alias in childclass, alias in first-parent removed and
function removed:
!image-2020-07-28-13-17-15-567.png|width=705,height=308!
While writing this issue I found the difference when having an overridden
function or not....
I hope someone can reproduce this or tell me what I am doing wrong.
Sorry for my female complaints :P
Still hoping someone can help. xxxx
flexjoly
was:
Hi,
For years now I am using netbeans for php and promoting it to every
php-programmer, mostly with success!
But since version 8 or so, I have the feeling that php in netbeans is not
getting better :( Even to the point that I am starting to look for another IDE.
-I know one jira-issue should only have ONE topic and purpose. But I have the
feeling that php does not have much priority. And some of my previous
reports/requests did not get any attention. So first I want to know if what I
say below wil get any priority before taking much time to make a detailed
report.-
-Sorry!!! But I am really getting disappointed on netbeans :( and desperate-
edit: i made split my post in separate issues
h3. Slow
It is getting slower and slower. At least after a installing a new version of
netbeans. Then scanning the projects can go on for more then an hour, slowing
down the editor.
----
Below 2 other issues with details.
h3. Codecompletion with namespace, aliases and extends
Overwritten function seen in _*parent-class:*_
!image-2020-07-28-13-02-07-177.png|width=582,height=318!
Overwritten function in _*parent-class*_ NOT seen when using an alias for the
namespace
!image-2020-07-28-13-04-10-932.png|width=536,height=275!
Codecompletion working whenparentclass has override-function with
alias-namespace
!image-2020-07-28-13-10-46-227.png|width=582,height=290!
No codecompletion after removing the function in the parent-class
!image-2020-07-28-13-11-45-910.png|width=571,height=236!
Code completion with Alias and function:
!image-2020-07-28-13-15-11-891.png|width=566,height=229!
Codecompletion with alias in childclass, alias in first-parent removed and
function removed:
!image-2020-07-28-13-17-15-567.png|width=705,height=308!
While writing this issue I found the difference when having an overridden
function or not....
h3. Codecompletion on traits
trait found:
!image-2020-07-28-13-21-36-907.png|width=405,height=301!
Trait not found in use list: (this part needs a fix I think)
!image-2020-07-28-13-22-37-962.png|width=427,height=232!
trait recognized in uselist and inside class
!image-2020-07-28-13-24-10-223.png!
I hope someone can reproduce this or tell me what I am doing wrong.
Sorry for my female complaints :P
Still hoping someone can help. xxxx
flexjoly
> Autocompletion etc in php broken? And so slowwww
> ------------------------------------------------
>
> Key: NETBEANS-4647
> URL: https://issues.apache.org/jira/browse/NETBEANS-4647
> Project: NetBeans
> Issue Type: Bug
> Components: cnd - Code Completion, editor - Completion &
> Templates, php - Editor
> Affects Versions: 12.0, 11.3
> Reporter: flexJoly
> Assignee: Junichi Yamamoto
> Priority: Major
> Attachments: image-2020-07-28-13-02-07-177.png,
> image-2020-07-28-13-04-10-932.png, image-2020-07-28-13-10-46-227.png,
> image-2020-07-28-13-11-45-910.png, image-2020-07-28-13-15-11-891.png,
> image-2020-07-28-13-17-15-567.png, image-2020-07-28-13-21-36-907.png,
> image-2020-07-28-13-22-37-962.png, image-2020-07-28-13-24-10-223.png
>
>
>
> Hi,
> For years now I am using netbeans for php and promoting it to every
> php-programmer, mostly with success!
> But since version 8 or so, I have the feeling that php in netbeans is not
> getting better :( Even to the point that I am starting to look for another
> IDE.
> -I know one jira-issue should only have ONE topic and purpose. But I have the
> feeling that php does not have much priority. And some of my previous
> reports/requests did not get any attention. So first I want to know if what I
> say below wil get any priority before taking much time to make a detailed
> report.-
> -Sorry!!! But I am really getting disappointed on netbeans :( and desperate-
> edit: i made split my post in separate issues
> * https://issues.apache.org/jira/browse/NETBEANS-4650
> * https://issues.apache.org/jira/browse/NETBEANS-4649
> * https://issues.apache.org/jira/browse/NETBEANS-4648
>
>
> h3. Codecompletion with namespace, aliases and extends
> Overwritten function seen in _*parent-class:*_
> !image-2020-07-28-13-02-07-177.png|width=582,height=318!
> Overwritten function in _*parent-class*_ NOT seen when using an alias for
> the namespace
> !image-2020-07-28-13-04-10-932.png|width=536,height=275!
> Codecompletion working whenparentclass has override-function with
> alias-namespace
> !image-2020-07-28-13-10-46-227.png|width=582,height=290!
>
> No codecompletion after removing the function in the parent-class
> !image-2020-07-28-13-11-45-910.png|width=571,height=236!
> Code completion with Alias and function:
> !image-2020-07-28-13-15-11-891.png|width=566,height=229!
>
> Codecompletion with alias in childclass, alias in first-parent removed and
> function removed:
> !image-2020-07-28-13-17-15-567.png|width=705,height=308!
>
> While writing this issue I found the difference when having an overridden
> function or not....
>
> I hope someone can reproduce this or tell me what I am doing wrong.
> Sorry for my female complaints :P
> Still hoping someone can help. xxxx
> flexjoly
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists