ExCo icon indicating copy to clipboard operation
ExCo copied to clipboard

Extensible GUI text editor written in Python

Results 8 ExCo issues
Sort by recently updated
recently updated
newest added

1) Open new file. 2) Add single line with only spaces. (_64 spaces should do_) 3) Initiate column select (_CTRL+Mouse-Select_) on that lines (_at or near beginning of line_). 4)...

A Hex view is needed for reading binary files in the vein of PSPad or sexton (https://github.com/PetterS/sexton)

enhancement

Add more nodes and more information to existing nodes in the Python node tree display, like: - last line of a function/method - class variables

enhancement

Add custom theme file generation, so users can add their themes without breaking their setting every time they update to a new version of ExCo.

enhancement

hi, how can i add support for my own language or markdown to node tree. thanks

monitor file change, and prompt user for reload. if would be great if auto reload is an option.

enhancement

it would be great if there is an option to restore session(open the files which were opened when the application exit ed last time)

enhancement

Terminal is a greate update. And this is a minor suggestion. Do you consider adding a terminal based on paramiko to connect to SSH client? Here is an example [PyQTerminal](https://github.com/korimas/PyQTerminal).