Bug 197080 - Code completion for string break
Summary: Code completion for string break
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-19 02:01 EDT by pphilipp 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 pphilipp CLA 2007-07-19 02:01:42 EDT
Build ID: I20070517-1700

Steps To Reproduce:
It would be nice to have a option to allow code completion on string breaks.
If I write a string and insert a line break it should close the upper line with ". or '., indent the next line and add a " or ' to continue the string.

Example:
Step 1 - Normal first Line:
$strFoo = "foo first line";

Step 2 - Breakt the line after "first": closing the first line, indent the second line and begin the string should be done automatically :
$strFoo = "foo first".
          " line";

Thx for the great work! Keep it on :)

More information: