Blender Text Editor,
Run Cell (▶️): Execute the current code cell and view the output in the Python Console. Adds a # CELL SUCCESS comment to indicate successful execution.
Run After (⏭️): Run all cells after the cursor line sequentially. Displays output in the Python Console and marks executed cells with # CELL SUCCESS comment.

-
Curser line must be at the beginning of the line.

-
Once you press run cell it will add #CELL SUCCESS,

-
Spacing is considered a Cell

By Hazzaa
Blender Text Editor,▶️ ): Execute the current code cell and view the output in the Python Console. Adds a # CELL SUCCESS comment to indicate successful execution.
Run Cell (
Run After (⏭️): Run all cells after the cursor line sequentially. Displays output in the Python Console and marks executed cells with # CELL SUCCESS comment.
Curser line must be at the beginning of the line.

Once you press run cell it will add #CELL SUCCESS,

Spacing is considered a Cell

By Hazzaa