- 16 Jun, 2022 1 commit
-
-
Julien Wintz authored
-
- 15 Jun, 2022 2 commits
-
-
Julien Wintz authored
... in LHS cards.
-
Julien Wintz authored
- Fixes the broken "hyper" links, navigation is now right. - `jump` methods is now consistent with its `showMessage` counterpart - Adds some helper functions to easily retrieve card indexes
-
- 13 Jun, 2022 3 commits
-
-
Julien Wintz authored
-
Julien Wintz authored
Was supposed to be a branch. Towards finalising coq embedding, tackling the dune resolution problem.
-
Julien Wintz authored
-
- 11 Jun, 2022 4 commits
-
-
Julien Wintz authored
-
Julien Wintz authored
-
Julien Wintz authored
-
Julien Wintz authored
- VSCode does not provide any API to reuse its syntax highlighting engine so far - Falling back to shiki, it seems there is a community consensus on this one - Asynchronous implementation is mandatory - Vue template updated to use raw html - Uses language grammar from `elpi-lang` (to be removed when merging there) - VSCode does not provide access to its token style sheets (mtkX) - These *could* be retrieved from the DOM when: - Loading the view, TODO later on - Monitoring color theme changes, TODO later on - As a fallback, FTM, token colors are defined in the extension style sheet arbitrarily - Overall beautifying (includes light theme compliance, css galore) - Style sheet to be factorised later on, in a DRYness manner, it is cascading by design afterall - TODO: highlight *_text, whenever possible
-
- 10 Jun, 2022 6 commits
-
-
Julien Wintz authored
This gets us rid of the status field on the left hand side card rendering, that is, in the card feed. It is still possible to turn this field into a more successful attempts one as it used to be somehow, should we really want that.
-
Julien Wintz authored
In case of an empty panel (e.g. Failed attempts of an inference rule with no entries), add a tiny footer that honors the corner radius of the overall element and makes otherwise visually clear it is empty.
-
Julien Wintz authored
... forked from the very same step.
-
Julien Wintz authored
-
Julien Wintz authored
-
Julien Wintz authored
Some file locations were not rendered consistently.
-
- 09 Jun, 2022 11 commits
-
-
TASSI Enrico authored
-
TASSI Enrico authored
-
TASSI Enrico authored
-
Julien Wintz authored
-
Julien Wintz authored
-
Julien Wintz authored
-
Julien Wintz authored
-
Julien Wintz authored
-
Julien Wintz authored
- Inspection tools load & reference it correctly - To be confirmed - Will start an iconography and disseminate meaningful glyphs up to my intuition for a start
-
Julien Wintz authored
this.exec("eval $(opam env) && cd " + vscode.workspace.workspaceFolders[0].uri.path + " && dune exec elpi -- " + this._options + " -no-tc -trace-on json /tmp/foo.json -trace-at run 0 999 -trace-only user " + current_file); To discuss and change at will.
-
Julien Wintz authored
- Better rendering of trace infroamtion - Towards elpi command line options exposed
-
- 08 Jun, 2022 9 commits
-
-
Julien Wintz authored
- Added a file system watcher - corresponding start command - corresponding stop command - reads and displays the trace on change file system events - try with e.g. an equivalent of the following command: cp /home/jwintz/Development/elpi/tests/sources/trace_findall.elab.json /tmp/traced.json - either when the watch is running - either when the watch has stopped - Needs visual hints
-
Julien Wintz authored
-
Julien Wintz authored
-
Julien Wintz authored
Visuals: - make message feed scrollable - try and animate vertical scrolling to reflect navigation (can be better) - towards a header - display file name and date time for elaboration (consider using current locale)
-
Julien Wintz authored
As discussed.
-
Julien Wintz authored
-
Julien Wintz authored
goal's card color status.
-
Julien Wintz authored
Fix the algorithm to retrieve linked goals to stick with the one of minimal step id in the current runtime.
-
Julien Wintz authored
-
- 06 Jun, 2022 2 commits
-
-
Julien Wintz authored
... to the card W/ corresponding goal text displayed (elided if needed) - See https://github.com/LPCIC/elpi/issues/148. This may require to rely on another identifiers than goal ids.
-
Julien Wintz authored
- stop propagating mouse clicks to parent when toggling subcards - actually display store after panel for CHR rules
-
- 05 Jun, 2022 2 commits
-
-
Julien Wintz authored
next to the badge (these are step ids in the same runtime).
-
Julien Wintz authored
-