A code editor powered by beagles.
Install Python by going to Python site or Homebrew:
brew install python3
Download this repository by going to Code > Download ZIP or use Git to clone
git clone https://github.com/beaglesoftware/editor.git
Now, install requirements:
# If you get an error, try using --break-system-packages switch
python3 -m pip install -r requirements.txt
Now, run editor by using
python3 beagleeditor.py
Install Python by going to Python site
Clone repository:
git clone https://github.com/beaglesoftware/editor.git
Now install requirements:
py -m pip install -r requirements.txt
Run editor using
python3 beagleeditor.py
Download from Releases page and download BeagleEditor-{latest version}-Installer.exe
for Windows or BeagleEditor-{latest version}-Mac.zip
or BeagleEditor-{latest version}-Mac.dmg
for Mac
Run this command:
winget install BeagleSoftware.BeagleEditor
brew install beaglesoftware/tap/beagleeditor
- Syntax highlighting
- Autocomplete
- Compatible with Python, C, CSS, C++, C#, HTML, JavaScript
- Plugins support
- Running Python file
- A terminal for BeagleEditor (It is be avaliable through a plugin)
- More features coming soon
Read them in BeagleEditor Plugins wiki
- Undo, Redo button (There is undo, redo shortcut with Ctrl-Z, Ctrl-Y or Cmd-Z, Cmd-Y)
- Search and Replace
- Migrate to TypeScript and Monaco Editor
![Screenshot 1403-10-07 at 3 30 34 PM](https://private-user-images.githubusercontent.com/186092634/398932869-d1398c27-9259-4e9b-b6ac-a7be2de7a19f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTQ1NDUsIm5iZiI6MTczOTI5NDI0NSwicGF0aCI6Ii8xODYwOTI2MzQvMzk4OTMyODY5LWQxMzk4YzI3LTkyNTktNGU5Yi1iNmFjLWE3YmUyZGU3YTE5Zi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxNzE3MjVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mMTRjZjcxMjFhMDBkOTJjNzFiODljZDEyYmY2ODFhZDRjMjQ2M2ExNGQ1MmM2ZDA5ZDZhYTdmODY1MGRkZmRiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.-h5CQMKnlEOX_Uw4L7DzJrPUmWdnU9VhH2INR6tiGV4)
A preview of BeagleEditor