tkcode
tkcode copied to clipboard
Add Find and Replace
I think it would be super cool to add find and replace with a small pop up in the corner. I'm thinking something like what is done with Atom or with VS Code
Images of what I am thinking:
VS Code:
Before:
After:
Atom:
Before:
After:
I have done my implementation of find/replace popup here https://github.com/whmsft/WhirlEdit/blob/main/widgets.py
Can you add a photo?
It's quite hard (but not impossible) to make that in a corner like in a "no-titlebar" window
What I was thinking is making a special frame and packing it to the top right corner of the screen. By doing that it reduces clutter and makes it look nicer. For a find and replace I would also recommend keeping it in the same pop up
Oh..
There's no problem with your system in fact I actually used that on JDE but in general most people prefer the frame type