Opened 7 years ago

Closed 6 years ago

Last modified 43 years ago

#459 closed Bugs (None)

1.1.8.CVS-20060223: superflous '}' created

Reported by: drbrain Owned by: nobody
Priority: 5 Milestone:
Component: PHP Editor Version: None
Keywords: Cc:

Description

When pressing enter/return on the following line

  function fetch($sTemplate) {

the closing '}' is always added, regardless whether the
block is already properly closed or not.

Example:
  function fetch($sTemplate) {
    # fooo
  }

When I now navigate to the end of the 'function line
and press enter, I end up with

  function fetch($sTemplate) {
    
  }
    # fooo
  }

Change History (2)

comment:1 Changed 6 years ago by emann

Logged In: YES 
user_id=430467
Originator: NO

I have used 1.1.9CVS and it was fixed. I will test again.

comment:2 Changed 6 years ago by emann

  • Status changed from assigned to closed
Logged In: YES 
user_id=430467
Originator: NO

This is fixed in CVS 1.1.9

Closing bug
Note: See TracTickets for help on using tickets.