Skip to content
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

Generic Performance and Paste Issues #2176

Closed
stdedos opened this issue Feb 1, 2018 · 3 comments
Closed

Generic Performance and Paste Issues #2176

stdedos opened this issue Feb 1, 2018 · 3 comments

Comments

@stdedos
Copy link

stdedos commented Feb 1, 2018

Summary

https://forum.sublimetext.com/t/copy-function-limit/25913
I am working with 33 MB / 58 MB files (HMTL) and I am trying to copy-paste text.

I also have to kill plugin-host, since loading takes forever (as an alternative to disable all features, without persisting through restarts). Does not help (although it goes faster)

Expected behavior

Sublime is able to recognise big files and ask to go into "performance mode": No plugins, no highlighting (more correctly, no processes that depend on reading the file from start to finish multiple times).

Preferably only for the tab - Run-Once is a suitable workaround too.

Simple regex search / multi-selection (and whatever teams thinks it's 'lightweight-enough' to support).

Actual behavior

Sublime crashes consistently on pasting 42M characters. Works on 21M characters though.

Steps to reproduce

  1. Find a 55MB HTML file (cannot provide, privacy issues)
  2. Notice the loading time to full responsiveness
  3. Select ~ 42M characters, Copy
  4. Attempt to paste

Environment

Ubuntu 16.04.3
Windows 8.1

Sublime Text: Build 3126

@keith-hall
Copy link
Collaborator

possible duplicate of #358

@stdedos
Copy link
Author

stdedos commented Feb 1, 2018

@keith-hall Someone told me the project prefers duplicates to automatic merges 😄

Feel free to handle as-appropriate

@BenjaminSchaaf
Copy link
Member

Closing as duplicate of #358.

@BenjaminSchaaf BenjaminSchaaf closed this as not planned Won't fix, can't repro, duplicate, stale Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants