Skip to content

Really awesome project, is there any plan? #2

@brupelo

Description

@brupelo

Hi,

Nice to meet you, this project looks really awesome and I'll tell you why, usually I code 3d tools using pyqt for the frontend (on python) and for the backend/plugins I use c++.

For years I've been using QScintilla (which it's a Scintilla qt widget) python bindings and while this component isn't bad I can't tell is great neither, Scintilla supports multicursor but unfortunately it doesn't implement undo/redo properly to work with multiple selections. Overall Scintilla isn't a bad component but I think it isn't great in comparison to other existing "cleaner" solutions such as codemirror/ace for the web... or SublimeText native.

I'd like to hear what's the scope/goal of this project... Do you intend to use it on some specific real 3d tools? Make it generic for any kind of desktop tool?

Could you eventually upload some screenshots/videos or demo executables to play with it? I've wanted to replace Scintilla with some native widget for very long time but I haven't found any solution out there to consider worth the replacement.

Also, I can see the project is still in early stages of development... from my experience I'd suggest you take a look to this library http://tree-sitter.github.io/tree-sitter/ , I've tried many different highlighters over the years (pygments, syntect, qsyntaxhighlighter, ...) and tree-sitter is just great ;)

Anyway, I'd really like to hear a bit more about this project, features, milestones... If I like it I wouldn't mind creating python bindings for it eventually.

Thanks for your time!
Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions