Jump to content

Admin Console - Blank or Comment lines wanted


larryllix

Recommended Posts

Posted

I found no previous request for this but I would think I just missed it in the search.

 

It would be nice to be able to format lines of code with some blank lines to visually isolate concepts from each other.

 

Preferably would be full comments. That way blank or comment lines could be injected to pretty up sections of code.

 

Eg.

'-----------------------------------------------------

"Add the latest room code to the motion pattern

$Action_Pattern %= 1000000

$Action_Pattern *= 100

$Action_Pattern += $Last_room

$Action_Pattern init to $Action_Pattern

'---------------------------------------------------------

 

Thanks!

Posted

Hi larryllix,

 

Thanks so very much for the feedback. Are you referring to programs? So, in short, instead of/in addition to having a blob of comments, you are suggesting to have comments interspersed in the actual if/then/else blocks. Correct?

 

With kind regards,

Michel

Posted
Hi larryllix,

 

Thanks so very much for the feedback. Are you referring to programs? So, in short, instead of/in addition to having a blob of comments, you are suggesting to have comments interspersed in the actual if/then/else blocks. Correct?

 

With kind regards,

Michel

Correct!

Ability to comment interspersed with programme lines would help clarity as programmes get more complex, especially if you introduce "elseif" or "case" constructs.

Posted
Hi larryllix,

 

Thanks so very much for the clarification. #135 priority low.

 

With kind regards,

Michel

And we all thought you guys just sat around and counted money! :D

 

All the best with an awesome product!

Posted

I will add my vote for this, it would be very nice to have inline comments within programs. Sometimes I look into one of my old programs and can't for the life of me figure out why I did that.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...