Skip to content

fixes #2221 characters getting deleted between file changes #3091

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

Conversation

Chaitanya1672
Copy link
Contributor

Fixes #2221

Hi @raclim please merge this fix.

Changes: The error occurred due to the Emmet feature within the Emmetio plugin. Emmetio attempted to apply markTagPairs on JavaScript code files, leading to code deletion wherever an underlined character was present. Additionally, this deletion occurred whenever the user clicked enter. So, I have added the condition to disable that feature for JavaScript files.

I have verified that this pull request:

  • has no linting errors (`npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #2221

MarkTagPairs use :-
image

Issue fixed video:-

Random.characters.getting.deleted.fixed.mp4

Copy link

welcome bot commented Apr 21, 2024

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already.

@raclim raclim added Priority:Medium Moderately important, should be completed in a fair timeframe Bug Error or unexpected behaviors labels Apr 22, 2024
Copy link
Collaborator

@raclim raclim left a comment

Choose a reason for hiding this comment

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

Thanks so much for your work on this, this looks great to me!

@raclim raclim merged commit 917591f into processing:develop Jun 5, 2024
1 check passed
@Chaitanya1672 Chaitanya1672 deleted the fixes-#2221/random-character-getting-deleted branch June 6, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Error or unexpected behaviors Priority:Medium Moderately important, should be completed in a fair timeframe
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Random characters being deleted when switching between files
2 participants