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

Bug 354010

Summary: php templates are suggested if you apply ctrl+space in front of <?php tag
Product: z_Archived Reporter: Kalin <kalin.a>
Component: PDTAssignee: PHP Core <php.core-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
screenshot1 none

Description Kalin CLA 2011-08-05 10:39:11 EDT
Created attachment 200991 [details]
screenshot1

f|<?php //<--ctrl+space at cursor position |
class class_name {
	function function_name() {
		;
	}
}

?>

Actual:
PHP templates will be suggested in Content Assist list.
fnc
for
fore
forek
function

Expected:
PHP items should not be suggested out of php tags.
Comment 1 Zhongwei Zhao CLA 2011-08-09 01:33:09 EDT
fixed
Comment 2 Kalin CLA 2011-10-17 09:51:56 EDT
Verified.
Closing...