I thought Block Comment simply commented out a selected portion of code. However I blocked an entire function and as soon as I block commented it - it disappeared?
Can I recover it somehow?
I thought Block Comment simply commented out a selected portion of code. However I blocked an entire function and as soon as I block commented it - it disappeared?
Can I recover it somehow?
just hit the + sign in front of it.
Harjo:
just hit the + sign in front of it.
There is’nt one Harjo - thats why I’m confused by it?
blocking out a complete (top level) function cant be done, that one will disappear yes, because servoy doesnt see it anymore and when it does regenerate the file from the servoy internal model it will be gone.
if you want it back you can use the local history of that file to get it back
jcompagner:
if you want it back you can use the local history of that file to get it back
Great - thanks for the explanation Johan.