tkcode icon indicating copy to clipboard operation
tkcode copied to clipboard

Use Chlorophyll instead

Results 6 tkcode issues
Sort by recently updated
recently updated
newest added

```python """ Multiline Docstring """ ```

I set up a json file as a theme and used pointers to make future editing simpler. The issue is that I got an error. Error: ```traceback File "/Users/Moosems/Desktop/DIP-dev/LangEditors.py", line...

# 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...

[Gogh](https://mayccoll.github.io/Gogh/) is a good resource for color schemes. If I have time I'll implement a couple of them. Mariana is still my favorite, although it doesn't look so good in...

enhancement
good first issue

Idea: creating linenumber beside of the editor, or codeblock. Good reference could be Dogeek's [tkinter-pp implementation](https://github.com/Dogeek/tkinter-pp/blob/master/tkinterpp/text.py) ![image](https://user-images.githubusercontent.com/77941087/122980097-9304ff00-d398-11eb-9a97-5a1807c9a475.png)

enhancement

Type some code and then double click and it will randomly selects it seems Test code: ```python from tkinter import * window = Tk() def ini class you "Yup" 9...

bug
strange