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

Issue 2 #3

Merged
merged 103 commits into from
Oct 9, 2024
Merged

Issue 2 #3

merged 103 commits into from
Oct 9, 2024

Conversation

Ateyu
Copy link
Contributor

@Ateyu Ateyu commented Aug 22, 2024

Feat #2

The paper is implemented.
Syntax Highlighting, Error highlighting and quick removal implemented.
Auto completion works for features and operators.

Copy link
Contributor

@h3ssto h3ssto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks alright so far, not sure about the large number of *.mjs.
Features still missing:

  • Codemirror
    • Autocompletion
      • Keywords (mandatory, optional, ...)
      • Feature Names (when in constraints)
      • Boolean Operators (when in constraints)
    • Syntax Highlighting
  • General
    • Decide on surrounding js framework and wrap

package.json Outdated Show resolved Hide resolved
src/parser.terms.js Outdated Show resolved Hide resolved
@h3ssto h3ssto linked an issue Aug 23, 2024 that may be closed by this pull request
src/editor.bundle.js Outdated Show resolved Hide resolved
@h3ssto
Copy link
Contributor

h3ssto commented Aug 28, 2024

Please mark the remaining features and answer the questions above.
Missing in Grammar:

  • Force line break after mandatory, optional, or, alternative
  • In Cross-Tree Constraints: Add support for & (and) and ! (not) as well as brackets
  • Show Syntax Errors (e.g., Space in Feature Names without surrounding " ")

@h3ssto h3ssto merged commit 8c22aba into main Oct 9, 2024
@h3ssto h3ssto deleted the issue-2 branch October 9, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Basic Editor based on Codemirror
2 participants