Skip to content

Commit

Permalink
Update TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siegebell committed Oct 18, 2016
1 parent 5e58966 commit 8f54666
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions TODO.md
Expand Up @@ -5,37 +5,31 @@ Basic Functionality
- [x] Edit_at when editing an interpreted proof (and not whitespace)
- [x] Go to point
- [x] Clear all highlights upon reset
- [x] stack of currentTip
- [x] show Goal and Hyps
- [~] interrupt computation (Windows for now, expose console where user can type ctrl+break)
- [ ] edit locks (ensure sentence and highlight ranges are only updated in sync with coqtop interactions
- [x] implement cool mutex with cancellation tokens and global cancellation
- [ ] test fancy mutex
- [ ] mutex: chain global cancellations
- [x] interrupt computation
- [ ] set coq options
- [ ] support queries
- [x] support queries
- [x] status bar (ready vs working)
- [x] parse bullets
- [x] forward messages to extension
- [x] display `Check` messages, etc.
- [ ] quotes in comments must be correctly matched
- [ ] quotes in comments must be correctly matched for syntax highlighting
- [ ] handle _CoqProject
- [ ] syntax coloring (not as a separate package)
- [x] quotes in comments must be correctly matched
- [x] quotes in comments must be correctly matched for syntax highlighting
- [x] handle <span>_CoqProject</span>
- [x] syntax coloring (not as a separate package)
- [x] lazy load coqtop
- [ ] show info messages in own output buffer
- [ ] editAt + insert text seems to break highlighting
- [x] show info messages in own output buffer
- [ ] command: finish computation
- [ ] gutter icons for each edit position
- [ ] move cursor with stepForward, etc.
- [x] gutter icons for each edit position
- [x] move cursor with stepForward, etc.

Future Features
- [ ] universal RPC
- [ ] Autocompletion
- [ ] Ltac debugging
- [ ] Substitution
- [ ] Symbols (subst. for text)
- [ ] Show fancy window pane for goal and hyps, etc.
- [x] Show fancy window pane for goal and hyps, etc.
- [ ] Find references
- [ ] Find definition
- [ ] Peek definition
Expand Down

0 comments on commit 8f54666

Please sign in to comment.