Character Count

The Character Count feature provides live tracking of your script's length and cursor position, directly in the Text Editor footer.


📍 Location

Located in the Text Editor footer, at the bottom right.


What It Shows

This utility displays:

  • Current Line Number (Ln)

  • Current Column Number (Col)

  • Total Number of Characters in the script


Example Displays

Normal (no text selected)

Ln 1, Col 1 | 25000 characters

Shows your current position in the text and the script's total character count.

When Text is Selected

Ln 1, Col 1 | 256 of 25000 characters

Updates live to display the number of characters in the selected range, along with the total.

Last updated