Bug 259484 - Adding * after closed block comment
Summary: Adding * after closed block comment
Status: CLOSED INVALID
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux-GTK
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-12-22 06:58 EST by Anton Danilchenko CLA
Modified: 2020-05-14 11:07 EDT (History)
5 users (show)

See Also:
ganoro: iplog+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Danilchenko CLA 2008-12-22 06:58:56 EST
Create new empty document and write next code. After this save document and set mouse pointer on lise line after back slash symbol. Press Enter key o keyboard. In result automatically added symbol *, but this incorrect work! Please, repair this bug.

Eclipse 3.4.1 + PDT 2.0.0 RC2 + Recommended DLTK (12.18.2008).

PHP code:

<?php

/**
 * Acton rules.
 */
Comment 1 Vadim Punski CLA 2009-01-19 07:59:09 EST
Tested on N20090118.
Non reproducible.

Anyway, please elaborate the flow and specify the actual and the expected results, using the placement of the cursor with “|” sign.

The test performed was:

<?php

/**
 * Action rules.
 */|   // <-- press enter where the pipe sign specified

Actual result as expected:
/**
 * Acton rules.
 */
|

Comment 2 Roy Ganor CLA 2009-01-25 11:18:35 EST
as Vadim mention we need more information, but it seems as no issue to me.

Comment 3 Gadi Goldbarg CLA 2009-02-02 06:59:12 EST
Verified Fixed.
Tested on pdt-all-in-one
2.1.0M4
SDK-I200901300153

Kalin Yanev 
kalin.a@zend.com