Bug 258645 - Autoescape ' and " chracters in strings
Summary: Autoescape ' and " chracters in strings
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-12 07:00 EST by Silver Zachara CLA
Modified: 2020-05-14 10:17 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Silver Zachara CLA 2008-12-12 07:00:18 EST
Hi,

would be nice to have autoescape feature in strings. There are two variants.
1) string like this $foo = 'bar bat'; so when I write ' inside this string, PDT should autoescape ' character
2) string like this $foo = "bar bat"; so when I write " inside this string, PDT should autoescape " character

it's simple and clear ;)