Eugenio Parodi
081a9efd6b
TTkTextEdit: initial implementation of the TTkTextWrap
4 years ago
Eugenio Parodi
be8b2ab006
TTkTextEdit: transition pointers to TTkTextCursor
4 years ago
Eugenio Parodi
7a62426293
TTkTextCursor: remove selection first draft
4 years ago
Eugenio Parodi
e0f7ba62ac
Merge remote-tracking branch 'origin/TTkTextCursor' into TTkTextCursor
4 years ago
Eugenio Parodi
e58a4c32a2
TTkTextEdit, progress implementing TTkTextCursor
4 years ago
Eugenio Parodi
4808e1d7ab
FIX: test.input initialization
4 years ago
Eugenio Parodi
1dabebc70b
TTkTextCursor: added base cursor instance in text edit
4 years ago
Eugenio Parodi
04629c3c7d
merged main
4 years ago
Eugenio Parodi
c3e2ee6cbc
Merge branch 'mgomersbach-markg_py38_refresh' into main
4 years ago
Eugenio Parodi
370f072e06
Removed unused vars reported by @mgomersbach
4 years ago
Eugenio Parodi
8ebd59bcca
TTkTextCursor: added insertText placeholder
4 years ago
Mark Gomersbach
5727e0f36a
Remove more unused imports
4 years ago
Mark Gomersbach
1bebdc814e
Remove unused imports
4 years ago
Mark Gomersbach
acdfa92062
Allow dunder to prevent recursion
4 years ago
Mark Gomersbach
acf8d1d59f
Remove redundant backslash between brackets
4 years ago
Mark Gomersbach
31f06faf43
Don't call format function when not needed
4 years ago
Mark Gomersbach
998962f58f
Add staticmethod to avoid passing entire self when not needed
4 years ago
Mark Gomersbach
e2ae427295
Repair any doubly declared vars
...
In case of helper.py it won't affect performance as previous is just overwritten
In case of scrollbar.py it seems unintended has been adjusted
4 years ago
Mark Gomersbach
40daae3aa7
Comment unused vars where unclear or dunder when temporary
...
Variables that do not seem to have a function are commented for author to check
The clear temporary vars have been replaced with a dunder
In case of colorpicker.py the liberty was taken to actually remove the y var
4 years ago
Mark Gomersbach
bf75c85a7c
Use py38 style
...
file open is read by default
no need to create extra lists as it's just overhead
use format strings
4 years ago
Eugenio Parodi
e2cbf78d0f
Cursor/Document Rework: move data in TTkTextDocument
4 years ago
Eugenio Parodi
9d75824afb
Improved the build procedure to work entirely in the tmp folder
4 years ago
Eugenio Parodi
a7755b9c41
Removed redundant lines from get_key
4 years ago
Eugenio Parodi
f46da3672d
Added extra import check workflow
4 years ago
Ceccopierangiolieugenio
30dbf51b07
Merge pull request #44 from Whidou/main
...
Remove unused turtle import
4 years ago
Whidou
8c9f7bb5a7
tabwidget: Remove unused turtle import
...
Some Python distributions do not include the `turtle` package.
This import was not used in the widget.
Signed-off-by: Whidou <root@whidou.fr>
4 years ago
Eugenio Parodi
8b6934ac10
TTkTabs: fixed indexing when the new tab is plced over the current one
4 years ago
Eugenio Parodi
c9cefed9fd
Moved themes in TTkTheme, drag events in TTkGui
4 years ago
Eugenio Parodi
0ffc3a5b62
Fix, smoke test
4 years ago
Eugenio Parodi
a10f920206
Removed select timeout
4 years ago
Eugenio Parodi
2978c9352e
Improved the release of the resources in the quit procedure
4 years ago
Eugenio Parodi
4f2f8403bf
Added blinking example in the docs, and windows limitations in the readme
4 years ago
Eugenio Parodi
e19e3add71
Fixed, gittk demo error
4 years ago
Eugenio Parodi
5e4a5ae9bc
TTkTebWidget: add data, fixed patch apply in the Makefile
4 years ago
Eugenio Parodi
a62116d1b0
TTkTabWidget: Forwarded Closed Signal
4 years ago
Eugenio Parodi
5694b77ef9
TTkTabWidget: Added closable feature
4 years ago
Eugenio Parodi
b76312e153
Merge branch 'main' of github.com:ceccopierangiolieugenio/pyTermTk into main
4 years ago
Eugenio Parodi
a300c23636
TTkTabWidget: added currentWidget method
4 years ago
Ceccopierangiolieugenio
b5c7a9c7d6
Update README.md
4 years ago
Eugenio Parodi
337c7ec150
Updated README.md with demo run and link to external pyTermTk projects
4 years ago
Eugenio Parodi
a64408b46c
Added TextEdit test using Pygments highlighter
4 years ago
Eugenio Parodi
8e31558e26
TTkTextEdit: Fix crash with empty widget, added 'clear' method
4 years ago
Eugenio Parodi
2728b1a414
demo vscode like layout prototype
4 years ago
Eugenio Parodi
a3d0235f58
TTkSplitter: Improved with few missing control methods
4 years ago
Eugenio Parodi
c57df6acf0
Added warning for deprecated TtkWidget -> addWidget/removeWidget
4 years ago
Eugenio Parodi
8be13046a0
TTkWidget: removed 'addWidget', 'removeWidget' to avoid confusion with the layout same methods
4 years ago
Eugenio Parodi
9b8f69d36c
Added spacer in tabwidget when empty
4 years ago
Eugenio Parodi
d100e1b1df
BugFixes here and there, added Tab Drag'n Drop Demo
4 years ago
Eugenio Parodi
c6e1b7fa8c
TTkTabWidget: Added drag/drop tabs
4 years ago
Eugenio Parodi
1147a052fa
TTkTabWidhet: My personal OCD
4 years ago