https://github.com/aixp/rops
Simple text editor
https://github.com/aixp/rops
editor oberon
Last synced: over 1 year ago
JSON representation
Simple text editor
- Host: GitHub
- URL: https://github.com/aixp/rops
- Owner: aixp
- Created: 2012-01-26T22:47:14.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T08:50:31.000Z (about 2 years ago)
- Last Synced: 2025-02-28T12:56:03.372Z (over 1 year ago)
- Topics: editor, oberon
- Language: Python
- Homepage:
- Size: 142 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple text editor with syntax checking
## Install
```shell
sudo pacman -S gtksourceview3
pip install .
```
```shell
mkdir -p ~/.local/share/gtksourceview-3.0/language-specs
cp oberon.lang zonnon.lang ~/.local/share/gtksourceview-3.0/language-specs/
```
```shell
mkdir -p ~/.local/share/gtksourceview-3.0/styles
cp strict.xml ~/.local/share/gtksourceview-3.0/styles/
```
## Run
```shell
rops
```