https://github.com/mcmartins/gap-ide
GAP Interactive Development Environment in Brackets
https://github.com/mcmartins/gap-ide
brackets brackets-extension gap
Last synced: about 1 year ago
JSON representation
GAP Interactive Development Environment in Brackets
- Host: GitHub
- URL: https://github.com/mcmartins/gap-ide
- Owner: mcmartins
- License: mit
- Created: 2016-10-10T17:21:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T07:17:29.000Z (over 8 years ago)
- Last Synced: 2025-03-17T08:40:06.583Z (over 1 year ago)
- Topics: brackets, brackets-extension, gap
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GAP-IDE - Brackets.io Extension
[](https://brackets-extension-badges.github.io#gap-ide) [](https://brackets-extension-badges.github.io#gap-ide)
This project contains the GAP IDE implementation for Brackets.io
This project aims to provide a cross-platform graphical interaction environment for GAP with a built in
Integrated Development Environment with Snippets, Syntax Highlighting, Autocompletion,
Linter, GAP Terminal integration, etc. It includes also an extension for displaying interactive graphics on GAP using [Francy](https://github.com/mcmartins/francy).
# What is included in version 0.1.5
[x] GAP Syntax Highlight
[x] GAP Linter
[ ] GAP Terminal
[ ] Francy, Graphics API
[ ] Snippets and Autocompletion
**Suggestions on features are welcome.**
# How it Works
For development NodeJS/NPM are required to build the Brackets package:
```bash
bash$ cd src
bash$ npm install
bash$ npm run package
```
The package can then be imported into Brackets extension manager.
All releases are published in the [Official Brackets Registry](https://registry.brackets.io/)
# License
MIT