| Summary: | When inserting a function - it is displayed 3 times in the outline view until you click { | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Gadi Goldbarg <gadi> |
| Component: | PDT | Assignee: | Michael Spector <spektom> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | minor | ||
| Priority: | P1 | Keywords: | plan |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
Doesn't happen with v.20061227, may be it was fixed. Happens when other code presents in the file. For example:
function bar() <-----------
class A {
function foo() {
}
}
Fixed in CVS. verified closed fixed Changing OS from Mac OS to Mac OS X as per bug 185991 |
to simulate: 1. add line: function foo() --> 3 times shown in outline view 2. Add the { --> now it is corrected 3. when deleting the { --> we see it 3 times again...