SubtitleEdit / subtitleedit

the subtitle editor :)
http://www.nikse.dk/SubtitleEdit/Help
GNU General Public License v3.0
8.86k stars 916 forks source link

Make `ShowStatus` method private #8969

Open ivandrofly opened 2 weeks ago

ivandrofly commented 2 weeks ago

Updated ShowStatus method to be private to encapsulate its use within the class. Corrected comments for grammatical consistency and changed deSelectedFixes to a HashSet for better performance. Simplified the conditional check with HasSentenceEnding to improve readability.