Commit Graph

5 Commits

Author SHA1 Message Date
Josef Vlach
e31da43351 gdformat current/all buffers, save/gdformat all modified buffers 2020-07-18 20:14:35 +01:00
Josef Vlach
c57e2a88f3 Allow internal-default-process-sentinel to insert status message.
When closing Godot process `internal-default-process-sentinel` wants to
insert status message into comint buffer. Problem is that
`inhibit-read-only` may be nil, due to `comint-prompt-read-only` set
to `t` and thus it will prevent the status message to be inserted.
2020-06-21 09:02:01 +01:00
Josef Vlach
04732e7e46 comint mode - highlight file names containing '-' and '_' 2020-06-20 20:22:28 +01:00
Josef Vlach
dbe43ebb0d Added history of commands and scene/script selectors 2020-06-03 21:30:34 +01:00
Josef Vlach
cfeba7e72b Multiple projects support - comint-mode buffer for stdout/stderr 2020-06-01 21:41:09 +01:00