Hi all,
            How can I add some char before a block?
            Just like C++ comment.
            
            Before:
            Comment line1
            Comment line2
            Comment line3
            Comment line4

            After:
            //Comment line1
            //Comment line2
            //Comment line3
            //Comment line4
            
Thanks.

---
Best regards
chenfangrong


Reply via email to