Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.v file support. #87

Draft
wants to merge 67 commits into
base: main
Choose a base branch
from
Draft

.v file support. #87

wants to merge 67 commits into from

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    f16c0b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eaedf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4781adc View commit details
    Browse the repository at this point in the history
  4. Add support for coqdoc

    DikieDick committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b75f829 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    543fefe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e440497 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    f2abc3a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    b42d66a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    c3bdd43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72658c8 View commit details
    Browse the repository at this point in the history
  3. Update issue templates (#69)

    * Update issue templates
    
    * Update issue templates
    DikieDick committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d720310 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0501876 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'prosemirror-document-construction' of github.com:imperm…

    …eable/waterproof-vscode into prosemirror-document-construction
    DikieDick committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    87887d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Initial commit

    XyntaxCS committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9915475 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/textdocmappingVfiles' into prose…

    …mirror-document-construction
    DikieDick committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    10a4825 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ed5e80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1348f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ec3e01 View commit details
    Browse the repository at this point in the history
  6. Add .vscode/settings file.

    This settings gets rid of the errors telling us that `matchAll` is not supported by
    telling vscode to use the correct version of typescript that we use.
    DikieDick committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e2388a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f403ea9 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Fix no input area bug.

    Previously a document without any input areas would throw
    a 'failed to create pm webview' error. This has been fixed by implementing
    an early return in the case that there are no input areas in the document.
    
    Also includes nicer debug print of 'failed to create pm editor'.
    DikieDick committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7e84921 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Fix import in unit test for text doc mapping.

    Plus remove console.log cluttering the output.
    DikieDick committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e776d0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e988062 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a9b6fc View commit details
    Browse the repository at this point in the history
  4. Add support for inputs and hints in v files.

    Input can be created with `(* begin input *)` and `(* end input *)`.
    Hint can be created with `(* begin hint : [title] *)` and `(* end hint *)`.
    DikieDick committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c04232d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7570593 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cae8731 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7a1312 View commit details
    Browse the repository at this point in the history
  8. Update tests for new parser

    DikieDick committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0350076 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    4378727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0959dbb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    7cfbf1e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Prosedoc Construction: Match old parser more exactly.

    Currently only 'faults' are the 'postPostWhite', etc. tags.
    DikieDick committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    08e5444 View commit details
    Browse the repository at this point in the history
  2. Update tests

    DikieDick committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    49b34ef View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    7bbcdf8 View commit details
    Browse the repository at this point in the history
  2. Add support for 'preformatted vernacular'.

    Also fixes the regex for lists.
    DikieDick committed May 1, 2024
    Configuration menu
    Copy the full SHA
    58807e0 View commit details
    Browse the repository at this point in the history
  3. Disable 'code' in coqdoc markdown.

    This disables the creation of a code block in markdown using the four
    spaces of identation. This does not work nicely in the coqdoc setting.
    
    The markdown parser is now different for the coqdoc and markdown case.
    DikieDick committed May 1, 2024
    Configuration menu
    Copy the full SHA
    de916d3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Fix newLine error and pass information to ProseMirror constructors.

    The hint regex consumed newline characters and hence the newline information inside
    of hint cells was incorrect. This has been fixed by changing the regex.
    
    The `prePostWhite` and `postPreWhite` information was correctly parsed but not
    passed to the ProseMirror constructor for the coqblock node, this has now been added.
    DikieDick committed May 3, 2024
    Configuration menu
    Copy the full SHA
    70ac8d4 View commit details
    Browse the repository at this point in the history
  2. Fix newLine error and pass information to ProseMirror constructors.

    The hint regex consumed newline characters and hence the newline information inside
    of hint cells was incorrect. This has been fixed by changing the regex.
    
    The `prePostWhite` and `postPreWhite` information was correctly parsed but not
    passed to the ProseMirror constructor for the coqblock node, this has now been added.
    DikieDick committed May 3, 2024
    Configuration menu
    Copy the full SHA
    6f4d42d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    846dcc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f24477 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'prosemirror-document-construction' of github.com:imperm…

    …eable/waterproof-vscode into prosemirror-document-construction
    DikieDick committed May 3, 2024
    Configuration menu
    Copy the full SHA
    6ae61b5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Remove fix for "<" bug.

    This fix is no longer needed with the introduction of the new way
    of constructing ProseMirror documents.
    DikieDick committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a7cddcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fc2569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3d8c2d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    920ccde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b46a6ed View commit details
    Browse the repository at this point in the history
  3. TextDocMapping update

    XyntaxCS committed May 22, 2024
    Configuration menu
    Copy the full SHA
    54272b2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Remove redundant comment

    DikieDick committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cbbd7d6 View commit details
    Browse the repository at this point in the history
  2. Fix bug that non empty coqcells empty

    There was a big in the empty coq cell code that caused the parser
    to consider a coqcell containing only coqdoc as empty.
    DikieDick committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3f910a3 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    6a9b43a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    1c7e894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9a6271 View commit details
    Browse the repository at this point in the history
  3. Update vFileMapping

    XyntaxCS committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    30abef7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4c89ba View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge branch 'v-file-support' of github.com:impermeable/waterproof-vs…

    …code into v-file-support
    DikieDick committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    67b92ab View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. MAPPING DONE??!?!??!?!!??!?

    XyntaxCS committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    69e78e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a67d53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c66f719 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    b319cba View commit details
    Browse the repository at this point in the history
  2. TEMP Fix for unit tests

    DikieDick committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    15c1898 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Implement math-display

    XyntaxCS committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    abd11d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Fix typo

    DikieDick committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    21bc9c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    cd3e43c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a07d5f View commit details
    Browse the repository at this point in the history
  3. Update package-lock.json

    DikieDick committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ab7bb90 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    21d8287 View commit details
    Browse the repository at this point in the history