You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe languages that begin comments with // or /* are happy with no extra padding, which is totally fine by me - everyone have their own favs. What I didn't understand was why CotEditor felt the need to remove that configuration option. Because for languages that begin comments with #, having no padding makes for rather serious visual clutter, e.g.
#GCD-based filtering has been benchmarked to be significantly slower
#than applying the psi() Reduced-totient aka Carmichael-lambda
#function [oeis.org/A002322], primarily due to universal exponent
#of the combined modulus being a known constant, enabling an exact
#exponentiation sequence derived from its divisors.
A rapid workaround I arrived at without having to manually format them with regex is TAB first before comment button, and ending up with too much padding
# GCD-based filtering has been benchmarked to be significantly slower
# than applying the psi() Reduced-totient aka Carmichael-lambda
# function [oeis.org/A002322], primarily due to universal exponent
# of the combined modulus being a known constant, enabling an exact
# exponentiation sequence derived from its divisors.
Even though the original behavior was most ideal :
# GCD-based filtering has been benchmarked to be significantly slower
# than applying the psi() Reduced-totient aka Carmichael-lambda
# function [oeis.org/A002322], primarily due to universal exponent
# of the combined modulus being a known constant, enabling an exact
# exponentiation sequence derived from its divisors.
Another bad workaround I discovered is editing the syntax highlighting definitions for said language, which would cause pre-existing padless comments not to highlight, and I most certainly don't think having to alter syntax definition files to account for differences in user preferences are the proper way to go.
I sincerely hope you'd consider my petition, and simply bring back the feature that has long existed in years of CotEditor releases, until very recently.
The solution you'd like
Not requesting for any new feature. Just revert the change decision and bring back the same configuration option that many has enjoyed.
Alternatives you've considered
No response
CotEditor version
5.0.7 (690)
macOS version
15.11
Additional context
No response
The text was updated successfully, but these errors were encountered:
Current issue
Maybe languages that begin comments with
//
or/*
are happy with no extra padding, which is totally fine by me - everyone have their own favs. What I didn't understand was why CotEditor felt the need to remove that configuration option. Because for languages that begin comments with#
, having no padding makes for rather serious visual clutter, e.g.A rapid workaround I arrived at without having to manually format them with regex is TAB first before comment button, and ending up with too much padding
Even though the original behavior was most ideal :
Another bad workaround I discovered is editing the syntax highlighting definitions for said language, which would cause pre-existing padless comments not to highlight, and I most certainly don't think having to alter syntax definition files to account for differences in user preferences are the proper way to go.
I sincerely hope you'd consider my petition, and simply bring back the feature that has long existed in years of CotEditor releases, until very recently.
The solution you'd like
Not requesting for any new feature. Just revert the change decision and bring back the same configuration option that many has enjoyed.
Alternatives you've considered
No response
CotEditor version
5.0.7 (690)
macOS version
15.11
Additional context
No response
The text was updated successfully, but these errors were encountered: