CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
517 stars 84 forks source link

🐞 Pasted text won't get formatted #99

Closed pabloscloud closed 1 year ago

pabloscloud commented 2 years ago

Description

Pasted text will just appear black and small instead of formatted.

https://user-images.githubusercontent.com/93644977/199779964-5bd6e52f-b683-41e2-8cc1-21fbf8f27aa6.mov

To Reproduce

  1. Open a file inside of a project
  2. Copy some unformatted text from another program
  3. Paste it

Expected behavior

Should just be formatted like any other text.

Version information

CodeEdit: 1.0 (1) macOS: 13.0 Beta (22A5311f) Xcode: 14.1 (14B47b)

Additional context

No response

0xWDG commented 2 years ago

i think you uploaded the wrong image, the image describes pip-icons.

pabloscloud commented 2 years ago

i think you uploaded the wrong image, the image describes pip-icons.

haha, just realised it

lukepistrol commented 1 year ago

Transferred the issue here since it is in the scope of CodeEditTextView