EYE - A Qt-based scriptable text editor
Project description
EYE
EYE is a Qt based text/code editor designed to be customizable/scriptable. It uses Scintilla as the base text widget. It currently supports:
tabbed, multi-split, multi-window GUI
syntax coloring
project/directory level editing preferences
recursive grep integration
Python scriptability
Customizability
By default, EYE provides a basic UI with a tabbed window with one editor. A few widgets and plugins are available but not enabled by default.
At startup, Python scripts contained in the user configuration directory are run. These scripts can use the EYE API to configure the app as you want.
They can:
enable built-in plugins (like automatic syntax coloring when a file is opened) and features
create actions on keyboard shortcuts or react on other events
customize the menus/toolbars or the rest of the UI
make complete plugins
All of this is doable through the full Python API, the EYE API and the Qt components upon which EYE is based.
What plugins are available?
simple recursive grep search
backward/forward file navigation
syntax coloring based on file extension
theming
macro recording/replay
“project”-wide indentation style (with support for .editorconfig)
file-line bookmarks (not saved on quit though)
autocompletion with YouCompleteMe
What plugins are planned?
build system launch with error annotations in the source code
semantic source coloring with clang api
controlling a debugger
more features for easing navigation and search
Where is the documentation?
The documentation is built with sphinx in the docs dir and can be consulted online. It is also a work-in-progress.
Version
EYE is currently in alpha state, say 0.0.1. When it’s stable, it will use semantic versioning, for better plugins compatibility.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file eyeditor-0.2.0.tar.gz
.
File metadata
- Download URL: eyeditor-0.2.0.tar.gz
- Upload date:
- Size: 113.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a31ec8ec2c9df77c580a370a094349a63268e9447f372364b12aec7d6dff5149 |
|
MD5 | 0020c80e7cc4bca6c947a9e33d3d1f34 |
|
BLAKE2b-256 | bf82e25a8ba474b79aca6b9da619acae836cd12820cc9946d30945bd04e76359 |
File details
Details for the file eyeditor-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: eyeditor-0.2.0-py3-none-any.whl
- Upload date:
- Size: 140.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f1d3d099dcede8e1b4b3816ad22d12035431d43d79c4d2dd73aa0f740031dbb |
|
MD5 | abfa14d58ef03a24c816ecde2b1f1d6b |
|
BLAKE2b-256 | cad4c9130fc17b8653a68372d9f2134d6a9c795acf7d55459c730862cd8655c5 |