Skip to content

Commit

Permalink
Refactor dape's REPL messaging
Browse files Browse the repository at this point in the history
- Add dape--message and dape--warning for displaying logs, matching
  the interface of message and warning.
- Add dape--repl-insert and dape--repl-insert-error for inserting
  strings with and without error face.
- Remove recursive guard for REPL since process callbacks or timers
  should not run during REPL editing.
- Simplify error buffer barfing logic.
- Remove specialized face usage to streamline styling.
- Allow dape-evaluate-expression to be used by the REPL input sender.
  • Loading branch information
svaante committed Sep 30, 2024
1 parent e51dd21 commit 373efa0
Showing 1 changed file with 156 additions and 225 deletions.
Loading

0 comments on commit 373efa0

Please sign in to comment.