GithubHelp home page GithubHelp logo

Tab on screen keyboard about proton HOT 5 CLOSED

rajdeep avatar rajdeep commented on August 22, 2024
Tab on screen keyboard

from proton.

Comments (5)

writing-shed avatar writing-shed commented on August 22, 2024 2

The feedback reference is https://feedbackassistant.apple.com/feedback/8977163

from proton.

writing-shed avatar writing-shed commented on August 22, 2024 1

Thanks for this, I'll give it a whirl.

from proton.

writing-shed avatar writing-shed commented on August 22, 2024 1

I tried doing this using a menu added to the shared UIMenuController, only to discover that there is bug in SwiftUI! It doesn't display the menu, so I've had to submit a bug report.

from proton.

rajdeep avatar rajdeep commented on August 22, 2024

@writing-shed, you have raised a good point. It looks like API can be improved a little, and I'll find time to expose better construct to be able to do that. Having said that, given the current API design, you can use ListTextProcessor.handleKeyWithModifiers() with appropriate arguments to simulate the same behaviour. For example, executing the following code in Encode button yields the result shown in gif below:

ListTextProcessor().handleKeyWithModifiers(editor: editor, key: .tab, modifierFlags: [], range: editor.selectedRange)

indent-button

For more such examples, checkout EditorListsSnapshotTests.swift.

from proton.

rajdeep avatar rajdeep commented on August 22, 2024

@writing-shed, shall we close this issue? It might just be helpful to others to mention the bug you've logged in SwiftUI.

from proton.

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.