Bug 567790

Summary: Cannot turn off string auto closing
Product: [Eclipse Project] Platform Reporter: Clemens Cap <clemens.cap>
Component: TextAssignee: Platform-Text-Inbox <platform-text-inbox>
Status: NEW --- QA Contact:
Severity: major    
Priority: P3 CC: gautier.desaintmartinlacaze, horvoje, rolf.theunissen, twolf
Version: 4.16   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X   
Whiteboard:

Description Clemens Cap CLA 2020-10-11 10:47:06 EDT
The preference setting for turning off the auto-closing of strings is broken.

Although the preference is turned off (and there are not other editors installed which would have similar features), when pressing " is get "" instead of ".

Enabling or disabling the setting has not effect, even through restarts.
Comment 1 Rolf Theunissen CLA 2020-11-01 13:35:18 EST
To be able to assign this to the correct project, which editor are you using? i.e. What is the file-type you are editing?
Comment 2 Clemens Cap CLA 2020-11-01 15:02:12 EST
Javascript in "Generic Text Editor"
Comment 3 Hrvoje Lončar CLA 2022-08-05 12:49:56 EDT
The same problem in 2022
Comment 4 Hrvoje Lončar CLA 2022-08-05 12:51:57 EDT
Absolutely irritating because I have to delete literally as much quotes as I type. And no logic to detect if starting quote is present, it always put 2x double quote char as I type just one double quote char.
Comment 5 Thomas Wolf CLA 2022-08-06 10:21:47 EDT
Sounds like https://github.com/eclipse/wildwebdeveloper/issues/544 , which points to https://github.com/eclipse/tm4e as the project where the problem comes from.