FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1092 : after deleting a tab code still get's preprocessed, pde-file is not forgotten
Last modified: 2009-10-18 11:24
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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.