Coder Social home page Coder Social logo

Comments (6)

ogoffart avatar ogoffart commented on September 27, 2024

Caused by #4482

from slint.

tronical avatar tronical commented on September 27, 2024

So there's no way to intercept this AFAICS. Winit calls terminate unconditionalyl and that's it. I think the best we can do at this point is to not detect this as a crash and quietly restart the lsp - at least within vscode.

from slint.

ogoffart avatar ogoffart commented on September 27, 2024

Can we fix or fill an issue in winit to make this behavior configurable?

from slint.

tronical avatar tronical commented on September 27, 2024

I don't think we should file an issue with winit to change the behaviour of the "Quit " menu item to not call terminate. That menu is a stop-gap and for example it suffers from the inability to translate the menu entries.

I think we should close #4482 as wont fix and implement #38 instead, which permits the user to handle this cleanly.

For this issue here, I suggest to work around it in the preview. Easiest would be to disable the system menu (with_default_menu(false)). That's I think strictly speaking a violation of the HIG. So if that's not acceptable, then we could just implement our own macOS menu with a little platform specific code until #38 is done. @nigel how bad do you think it would be not to have the menu (and thus shortcut) for the slint live-preview window?

from slint.

NigelBreslaw avatar NigelBreslaw commented on September 27, 2024

Not sure what I am being asked. I don't care about the menu, but I need a keyboard shortcut to restart the preview. I guess another stop gap is a button in the UI that you have to click, but that does seem a pain to force mouse use.

from slint.

tronical avatar tronical commented on September 27, 2024

You've answered my question - thanks ;-). I'll make a patch to remove the menu (and shortcut) for the Live-Preview.

from slint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.