KayTwenty / ExEditor

ExEditor is a IDE that tries to give the user the best working environment

Home Page:https://exeditor.kaytwenty.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

ExEditor

Commit License Python Black

A IDE that tries to give the user the best working environment
Explore Website · Download ExEditor

Preview Screenshots

Preview Preview2

Installation

This project requires Pygments as well as PyYAML. Both of these packages can be installed through a virtual environment with requirements.txt.

Mac and Linux installation:

python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt

Windows:

python -m venv env
env\Scripts\activate.bat
pip install -r requirements.txt

Keyboard Shortcuts

ExEditor has shortcuts for most commonly performed actions. The list of all the shortcuts is presented bellow:

Command KeyBinding Description
Copy ctrl+c Copy selected text
Cut ctrl+x Cut selected text
Paste ctrl+v Paste text from the clipboard
Bold ctrl+b Bold selected text
Find and Replace ctrl+f Find and replace specified text
Highlight ctrl+g Highlight selected text
New File ctrl+n Open a new empty file
Open File ctrl+o Open an existing file
Run File ctrl+r Run the currently active file (Doesn't work)
Save ctrl+s Save the currently active file
Save As ctrl+shift+s Save the currently active file under a different name

About

ExEditor is a IDE that tries to give the user the best working environment

https://exeditor.kaytwenty.com/

License:MIT License


Languages

Language:Python 85.4%Language:HTML 10.0%Language:CSS 4.6%