Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.2Release
-
Fix Version/s: 2.5.0Release
-
Component/s: Content Assist
-
Labels:None
-
Environment:eclipse helios
in java preferences -> Editor -> Content Assist -> completion overwrites
-
Number of attachments :
Description
define a variable: def archive = new File(...)
on a new line, type the begining of the variable: arc
ctrl-space and choose the variable "archive" in the lits -> the results will be "archivearc"
This is not something that we have implemented yet. We should be able to fix this for 2.1.3.
As near as I can tell, this setting is simply ignored when in a Groovy editor.