Sublime Forum

[Bug] Crash with show_popup when text is too large

#1

As the title says, if the text to display in a show_popup() is too large, sublime just crash.

To reproduce in the console:

s = 'Hello World<br>'*8000 sublime.active_window().active_view().show_popup(s,-1)

This happens at least with dev build 3095 on Windows 7

0 Likes

#2

Confirmed and reported at github.com/SublimeTextIssues/Core/issues/1009

0 Likes