Skip to content

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

License

Notifications You must be signed in to change notification settings

KayTwenty/ExEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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