Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project still active? #1

Open
funnyflowerpot opened this issue Sep 5, 2020 · 2 comments
Open

Project still active? #1

funnyflowerpot opened this issue Sep 5, 2020 · 2 comments
Assignees

Comments

@funnyflowerpot
Copy link

Hi @hydrogen602!

I was searching for a while for a simple curses-based editor in Python and found this project. I like the fempto editor! I was wondering, is this project still alive-and-paused or rather abandoned?

If still alive, what is the vision behind the three editor classes? For example, is TextRenderer only for the purpose of viewing, not editing? I tried using the two base classes, but was out of luck.

@funnyflowerpot
Copy link
Author

funnyflowerpot commented Sep 5, 2020

Background: I am working on a hobby/passion project that will be a bit like the pre-Nethack MUDs (think Zork) and thought for certain purposes a text-editor would be nice. Just to see whether it would work I copied your code of fempto and adapted it a little (I see your using the MIT license). Now I am wondering, whether I should try to feed back a few changes to your repository, where it makes sense. In the end there will be a lot of modifications on my side on non-essential features, such as extended navigation, but removed file loading/saving, removed/disabled code-highlighting and possibly conflating the three editor classes into one for simplicity. (I don't want any possibility for users to interact with files.) Maybe I'll add word/line wrap, but right now I imagine that to be a pain to implement. :-)

@hydrogen602
Copy link
Owner

It's paused because I worked on other projects.
The idea of TextRenderer and TextEditor was that a text editor = text viewer + editing features,
and so TextRenderer is for showing text and TextEditor is sub classed from it and has the editing features.
If you want to add some features to it or fix issues and make a pull request, I'll review it.

@hydrogen602 hydrogen602 self-assigned this Sep 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants