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
Version 1.3:
fix: Fix of history push on backspace even when cursor is at the very beginning of line
feat: Add search; replace; clear_search_highlight methods
feat: Upgrade keybinding.py
docs: Update README.md
Version 1.2:
fix: Fix configure() work (some params)
feat: Add arg type auto check in configure() for custom params of CTkCodeBox
refactor: Refactor of 5%+ code
docs: Add some more desc in code about methods of CTkCodeBox
Version 1.1:
fix: Fix of history non-saving on backspace
feat: Add auto_padx for line nums
refactor: Add 3 new dataclasses for providing CTkCodeBox args instead of values like "history_enabled, history_cooldown, history_max"
docs: Update README.md