You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeFileView is reevaluated each keystroke, causing a severe lag on large files. On top of being reevaluated it does a string compare on CodeFileDocument.content, which causes a hang for large files that then need to be compared character by character.
This issue is a tracking issue for three PRs across CodeEdit, CESourceEditor, and CETextView.
Version Information
CodeEdit: 0.1.0-38
macOS: 14.4
Xcode: 15.3
The text was updated successfully, but these errors were encountered:
Description
CodeFileView is reevaluated each keystroke, causing a severe lag on large files. On top of being reevaluated it does a string compare on
CodeFileDocument.content
, which causes a hang for large files that then need to be compared character by character.This issue is a tracking issue for three PRs across CodeEdit, CESourceEditor, and CETextView.
Version Information
CodeEdit: 0.1.0-38
macOS: 14.4
Xcode: 15.3
The text was updated successfully, but these errors were encountered: