Moosems
Moosems
Maybe one command is file specific and the other is directory specific?
That would require some level of language parsing :D
Maybe by using a message box and giving it a parent? That would be a fairly simple solution, I could get to work on this tomorrow.
pyeditorconfig module?
I am getting issues like this:
No but I made a PR with changes that worked for me. Something about this PR also makes the `` event not work, something to look into eventually.
Is there any CTK interop going on?
Lets not add ctk to the main file, please. The plan and hope is to use no external libraries.
line_elided isn't for wrapped lines. You can hide lines in tkinter so it handles that. Wrapped lines are handled differently :).
So if I understand it right, this or would require me to use a Font object and wouldn't allow a tuple?