How can I disable auto-indentation in block comments?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

PlaidFlannel
Posts: 43
Joined: Fri Aug 21, 2020 7:06 pm

Re: How can I disable auto-indentation in block comments?

Post by PlaidFlannel » Thu Feb 04, 2021 8:48 pm

Until I find a better solution, I'm defeating the autoformatting of block comments by structuring them like this:

LiveCode Comment.png


A little script automates restructuring of existing block comments.

This is inspired by the JavaDoc format, which I always thought was a bit clumsy. To me, the vertical stroke character seems cleaner.

JavaDoc.png
JavaDoc.png (16.29 KiB) Viewed 1082 times

Post Reply