Hello
writing my programm code with UE 10.10 I use a lot of lines for comments, and inside these comments I use a "hand made numbering":
These numbers are in accordance with a program-description, written in MS Word.
If I have to change my code - i.e. I have to insert a new "Step 2: controll data", I have to insert a new line in MS Word and all following numbers are changed automatic.
In UE I have to change the numbering all following steps by hand:
Is there any way to make this "numbering of comment lines" in an automatic way?
Best regards
Peter
writing my programm code with UE 10.10 I use a lot of lines for comments, and inside these comments I use a "hand made numbering":
Code: Select all
;; Step 1: setting variables
programcode ...
;; Step 2: calculate something
programcode ...
;; Step 3: display results
programcode
If I have to change my code - i.e. I have to insert a new "Step 2: controll data", I have to insert a new line in MS Word and all following numbers are changed automatic.
In UE I have to change the numbering all following steps by hand:
Code: Select all
;; Step 3: calculate something
programcode ...
;; Step 4: display results
programcode
Best regards
Peter