Bug 1092 : after deleting a tab code still get's preprocessed, pde-file is not forgotten
Last modified: 2009-10-18 11:24




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
fjen
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-12-04 10:52
ok, found a hidden treasure:

create a new sketch with an additional tab.
add same variable declaration into both main and second tab, ie.:
"float foo;"
save somewhere .. maybe not needed.
delete the additional tab.
press run, although the second tab is gone the "duplicate local variable .." error will appear.

might be the same issue: you cannot recreate a tab named the same as the one you deleted
before, it says that that file already exists although it's not there anymore (finder).

F
Additional Comment #1 From fry 2009-10-18 11:24
Fixed for 1.0.8, thanks for the report.