Hello, I just found out about pyTermTk and tried to make my own IDE in it, I have failed
miserably. Then I looked for example projects and found this project. It is exactly what I want! But the last commit was 6 months ago so that got me thinking is this abandoned or are you working on the framework instead to make coding ttkode easier?
Anyway here are a few suggestions:
- Make a discussion page on github so we can write non-issue topics there instead.
- Add a terminal at the bottom so we can easily compile our projects without exiting the program.
- Ctrl+c unfortunately closes the program which, if I understand correctly is a framework issue.
- Ctrl-Backspace doesn't do anything unfortunately I'm assuming that is a limitation on the framework too.
- Remove "Size", "Type", "Date" from tree, which I tried to do myself too but couldn't find the right API code.
- LSP: which won't be easy to implement I know but if you can handle that this may become the go-to terminal IDE for everyone!
- Perhaps a config file? I'm quite content with the theme but some might want to customize it.
Edit: Ah I just realised there is a config system, I just got confused because I didn't see any example file.
Hello, I just found out about pyTermTk and tried to make my own IDE in it, I have failed
miserably. Then I looked for example projects and found this project. It is exactly what I want! But the last commit was 6 months ago so that got me thinking is this abandoned or are you working on the framework instead to make coding ttkode easier?
Anyway here are a few suggestions:
Edit: Ah I just realised there is a config system, I just got confused because I didn't see any example file.