[
https://issues.apache.org/jira/browse/NETBEANS-6114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17426606#comment-17426606
]
Mitch Claborn commented on NETBEANS-6114:
-----------------------------------------
I did try clearing the cache - had no effect.
I did not find any similar tickets, nor did I receive any relevant comments on
the user mailing list.
I don't understand the question about Refactoring context - not sure how that
applies here.
I'm not referring to creating a new class, but to typing Java code in an
existing file. Here is a more step by step of what happens.
The final code will be
{{PartnerFunctions stuff = new PartnerFunctions(this);}}
I type *PartnerFunctions stuff = new Partner* and then press ctrl + space. A
code completion pop up appears. I use the arrow keys to select the correct one
and press Enter. At this point, the 12.0 behavior was to automatically show a
code completion pop up listing the constructors of PartnerFunctions. In 12.5 I
have to press ctrl + space for the list of constructors to appear.
It's not a huge problem, but it definitely throws off the rhythm of my coding.
> Code completion for new Classname constructors broken in 12.5
> -------------------------------------------------------------
>
> Key: NETBEANS-6114
> URL: https://issues.apache.org/jira/browse/NETBEANS-6114
> Project: NetBeans
> Issue Type: Bug
> Affects Versions: 12.5
> Reporter: Mitch Claborn
> Priority: Minor
>
> I upgraded from 12.0 to 12.5. When I type "new ClassName" using ctrl+Space in
> the middle of the class name to finish the class name, I'm pretty sure that
> NB 12.0 was automatically showing the various constructors in a code
> completion pop-up, while NB 12.5 requires me to hit ctrl + Space again.
> The behavior from 12.0 should be restored, or at least create an option to
> control this behavior.
--
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