orbitalquark / textadept

Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
https://orbitalquark.github.io/textadept
MIT License
624 stars 38 forks source link

Make transforms documentation more readable #536

Closed paaguti closed 1 month ago

paaguti commented 1 month ago

After struggling a couple of times with the transforms, I think I understood what I wasn't understanding. I've included a couple of line breaks in the transforms docs to help me undertsand them.

orbitalquark commented 1 month ago

Thanks for the suggestion. I've gone a bit further and changed the n capture notation to use m instead (https://github.com/orbitalquark/textadept/commit/7cc29558c089b1174758c924ac77e78e0d429fdd). This should help the distinction between placeholder numbers (n) and capture numbers (m). Sorry for the confusion :(

If this is still confusing, please let me know and we can try again.