Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
10.0, 11.0, 12.0
-
None
-
Windows 10
Apache NetBeans IDE Dev (Build incubator-netbeans-release-345-on-20181002)
Description
Steps
- Uncheck {{ Auto Popup Completion Window }}
- In any class type {{ this. }}
- Restore the default value and repeat previous step
- Uncheck {{ Insert Single Proposals Automatically }}
- In editor type {{ StringBuffe }} and call normal code completion
- In editor type {{ Thread.curren }} and call normal code completion
- Restore the default value and repeat previous two steps
Expected result:
The CC list provide one item but does not insert it if the options if switched off. Automatic substitution for class names is always turned off.
With step 7, StringBuffer does not get automatically inserted when Code Completion is called with the Insert Single Proposals Automatically option enabled. The Code Completion does work with Thread.curren however.