question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deleting a new line can duplicate stuff

See original GitHub issue

Description

Deleting a new line can duplicate stuff can duplicate a code block

Steps to reproduce

  1. Type
hello
`how are you?`
  1. Move the cursor after hello
  2. Hit the delete key (to delete the new line)
  3. how are you will get duplicated

Expected behavior: image

Actual behavior: image

Versions

  • Mark Text: v 0.10.21
  • OS: Windows 10

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
Joshuasonycommented, Jun 12, 2018

Hi there, got the same issue, I think. Pretty strange behavior in my opinion. Here is a video showing the strange behavior. Right now, I can endlessly forward-delete a line.

My expectation is, that the I can forward-delete characters so that the deleted line then won’t be copied.

0reactions
Jocscommented, Jun 12, 2018

@Joshuasony Thanks for your reporting this issue, we will pay attention to this issue and fix it as soon as possible.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can sed remove 'double' newline characters?
For most of these answers it is first necessary to remove trailing whitespace. Removing doubled up newlines removes all blank lines ...
Read more >
Remove duplicate lines only if the duplicate items are within 5 ...
Yes. If Figure 4 were followed by Overview it should be deleted too. It is not only Overview but any duplicated string that...
Read more >
Deleting Duplicate Lines From a File - Regular-Expressions.info
If you have a file in which all lines are sorted (alphabetically or otherwise), you can easily delete (consecutive) duplicate lines. Simply open...
Read more >
Linux Shell - How To Remove Duplicate Text Lines - nixCraft
You can control output with options. How to remove duplicate lines on Linux with uniq command. Consider the following file: cat -n telphone.txt...
Read more >
JetBrains Rider - Add, delete, and manipulate lines
Normally you press Enter to start a new line when the caret is at the end of that line, but you can also...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found