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
Sublime Text has pretty good large file support. I frequently use the pretty JSON package to expand minfied JSON to 40k line blocks.
With the six package enabled, running pretty JSON with any sizable file will cause Sublime to enter its 'grey mode' (that mode where UI locks up). It will stay in this mode indefinitely.
This isn't a big problem, as I can just disable the package before running pretty JSON and re-enable it afterwards.
However I figured I'd bring this to your attention, as I'm a big proponent of vim in sublime
The text was updated successfully, but these errors were encountered:
In their current implementation, some Six commands' performance will degenerate quickly for long lines. I need to revise those. However, the UI freezing might indicate another bug. I'll try to repro this on my end.
Sublime Text has pretty good large file support. I frequently use the pretty JSON package to expand minfied JSON to 40k line blocks.
With the six package enabled, running pretty JSON with any sizable file will cause Sublime to enter its 'grey mode' (that mode where UI locks up). It will stay in this mode indefinitely.
This isn't a big problem, as I can just disable the package before running pretty JSON and re-enable it afterwards.
However I figured I'd bring this to your attention, as I'm a big proponent of vim in sublime
The text was updated successfully, but these errors were encountered: