A code editor powered by beagles.
Note
A new version of BeagleEditor is released. This version of it will from now be called BeagleEditor Legacy
Install Python by going to Python site or Homebrew:
brew install pythonDownload this repository by going to Code > Download ZIP or use Git to clone
git clone https://github.com/beaglesoftware/editor.gitNow, install requirements:
# If you get an error, try using --break-system-packages switch (but be careful!)
python3 -m pip install -r requirements.txt
Now, run editor by using
python3 beagleeditor.pyInstall Python by installing it via your package manager:
sudo apt install python3sudo dnf install pythonsudo pacman -S pythonDownload this repository by going to Code > Download ZIP or use Git to clone
git clone https://github.com/beaglesoftware/editor.gitNow, install requirements:
# If you get an error, try using --break-system-packages switch (but be careful)
python3 -m pip install -r requirements.txtNow, run editor by using
python3 beagleeditor.pyInstall Python by going to Python site
Clone repository:
git clone https://github.com/beaglesoftware/editor.gitNow install requirements:
py -m pip install -r requirements.txtRun editor using
python beagleeditor.pyDownload 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.BeagleEditorbrew 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's avaliable through a plugin)
- More features coming soon
Read them in BeagleEditor Plugins wiki
The future of BeagleEditor is already here. See beagleeditor/editor for the new version of BeagleEditor
A preview of BeagleEditor on macOS
