On 2010/05/05 01:46 PM, LSD wrote:
> Hello All,
>
>
> When I am developing code, I don't like to delete any lines of code
> that I have typed. When I find a better way to code something, I
> simply comment out the old code. I also helps me version the module.
>
> So NOW that I am done and happy with my module, I am left with tons of
> useless commented code in my source files. I want to know a quick
> painless way to delete them all with Netbeans.
>
Since you developing on Chisimba, I presume you have some background in
Computer Science (i.e. programming theory). You should therefore know
then that this is an insoluble problem. Just think it through a little:
how would a supposed "solution" (or "tool" in your case) be able to
differentiate between "commented out code" and proper comments? Q.E.D.
--Jeremy