Multiple projects support - comint-mode buffer for stdout/stderr

This commit is contained in:
Josef Vlach
2020-05-31 20:32:07 +01:00
parent 35fe376cc3
commit cfeba7e72b
5 changed files with 169 additions and 52 deletions

View File

@@ -8,6 +8,8 @@ This document lists new features, improvements, changes, and bug fixes in each r
- Support for running the project and scenes with [hydra](https://github.com/abo-abo/hydra) with `gdscript-hydra-show`.
- Add the ability to open a local copy of the Godot docs with `gdscript-docs-*` commands.
- Multiple projects support. Every project's process run in its own buffer.
- Godot's stdout/stderr now goes to comint buffer. It has support for quick navigation from errors to file locations.
### Bug fixes