canvas-text-editor-tutorial icon indicating copy to clipboard operation
canvas-text-editor-tutorial copied to clipboard

Cannot add space after deleting multiple lines.

Open MamoonAhmad opened this issue 7 years ago • 2 comments

Here is how you will find a bug.

  • go to a next line.
  • shift select to upper line and also select one or more characters to the left.
  • delete.
  • you will not be able add a space anymore.

PS this is really a great project for beginners to get the idea. I am doing this for my code editor and i will surely add new features as soon as i am able to spare some time. I really appreciate your work and explanation.

MamoonAhmad avatar May 11 '18 13:05 MamoonAhmad

This is project is more or less a dummy / tutorial and also hopelessly out of date. It is unlikely that I would actively fix any issues, but PRs are welcome.

For a proper implementation of canvas-based rendering, lay outing and handling user input, take a look at xterm.js which is what powers Visual Studio Code terminal and Hyper 2.

grassator avatar May 13 '18 08:05 grassator

thank you and i can understand. I just wanted to point out so that others can try and help. Its okay though because i got the basic idea from this project. thank you for this project anyway.

On Sun, May 13, 2018 at 1:55 PM, Dmitriy Kubyshkin <[email protected]

wrote:

This is project is more or less a dummy / tutorial and also hopelessly out of date. It is unlikely that I would actively fix any issues, but PRs are welcome.

For a proper implementation of canvas-based rendering, lay outing and handling user input, take a look at xterm.js https://github.com/xtermjs/xterm.js which is what powers Visual Studio Code terminal https://code.visualstudio.com/docs/editor/integrated-terminal and Hyper 2 https://zeit.co/blog/hyper2.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/grassator/canvas-text-editor/issues/1#issuecomment-388611717, or mute the thread https://github.com/notifications/unsubscribe-auth/APv3_4voLcrZjdQmDE7GTDF7SGbUBfNlks5tx_UfgaJpZM4T7dB7 .

MamoonAhmad avatar May 16 '18 07:05 MamoonAhmad