Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 499877

Summary: WSW46 Orion TCT #16
Product: [ECD] Orion Reporter: Eron Neill <eyneill>
Component: JS ToolsAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Olivier_Thomann
Version: unspecified   
Target Milestone: 13.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Eron Neill CLA 2016-08-17 21:04:25 EDT
Hi,

File:
eclipse\plugins\org.eclipse.orion.client.javascript\web\javascript\nls\root\messages.js

Source:
Fix quotes

Does "Fix" in the above mean "to fix" and it means "to make them unchangeable"? 

Thanks!
Comment 1 Olivier Thomann CLA 2016-08-18 10:25:57 EDT
"Fix quotes" means to replace them with the expected value. If you set the quote kind to be "double quote" and you use single quote, you will get an quickfix "Fix quotes" to replace single quotes with double quotes.
Is this clearer now?