#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
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/eclipsebutton_med.png)