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

yes_no_cancel_dialog() and ok_cancel_dialog() are cutting off long lines with no spaces as URLs #2006

Open
evandrocoan opened this issue Oct 15, 2017 · 0 comments

Comments

@evandrocoan
Copy link

evandrocoan commented Oct 15, 2017

Summary

The yes_no_cancel_dialog and ok_cancel_dialog cut long lines with no spaces. Bad for displaying URLs, as they are cut.

Expected behavior

Wrap the lines, not put ... dots at the end of the line.

Actual behavior

Not wrapping the lines and it is putting ... dots at the end of the line.

Steps to reproduce

  1. Run the command sublime.ok_cancel_dialog( "kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk" )

  2. image

  3. Run the command sublime.yes_no_cancel_dialog( "kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk" )

  4. image

Environment

  • Operating system and version:
    • Windows 10 build 15063 x64
    • Mac OS ...
    • Linux ...
  • Monitor:
    • Resolution 1920x1080
    • dpi_scale used in ST 1.0
  • Sublime Text:
    • Build 3147
    • 32 bit

Related:

  1. The yes_no_cancel_dialog() and ok_cancel_dialog() makes Sublime Text opens its menus when using Alt keyboard shortcuts #1988 The yes_no_cancel_dialog() and ok_cancel_dialog() makes Sublime Text opens its menus when using Alt keyboard shortcuts
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

2 participants