how about a comment block that can contain also commands

Request a new command, feature, or improvement

Moderator: MSandro

Post Reply
manyone
Posts: 40
Joined: Nov 5th, '17, 07:56

how about a comment block that can contain also commands

Post by manyone » Dec 11th, '17, 03:52

i would use it to "comment out" intermediate debugging code, for example.
it can also serve as a garbage bag for sticking unused objects floating in workspace because they were dislodged, or they were trying out temporary code, etc, then when you've collected enough, just drag it out to delete.

SimpleSi
Posts: 330
Joined: Jul 2nd, '17, 13:47

Re: how about a comment block that can contain also commands

Post by SimpleSi » Dec 11th, '17, 12:33

I like the concept :)

My current workaround is to surround debugging code by an if block and just turn it off or on

Post Reply