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

Document Input Method Editor (IME) #30

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

ShawnCZek
Copy link

  • ✔️ Created a separate page to document the IME overall, containing various ways of approaching this topic.
  • ✔️ Documented the text input handler, including the new text input context. As it is heavily connected to the IME, provide a simple example of how to use different interface methods.
  • ✔️ Documented the IME composition range for text input elements.
  • 🟡 Updated the Custom interfaces page to mention the text input handler.
  • 🟡 Linked the new text input handler interface page to other manuals.
  • ⚠️ Marked the Render interface page outdated.

This covers mikke89/RmlUi#541 and mikke89/RmlUi#630.

* Create a separate page to document the IME overall, containing various ways of
  approaching this topic.

* Document the text input handler including the new text input context. As it is
  heavily connected to the IME, provide a simple example on how to use different
  methods of the interface.

* Document the IME composition range for text input elements.

* Update the Custom interfaces page to mention the text input handler.

* Link the new text input handler interface page to other manuals.

* Mark the Render interface page outdated.
@mikke89
Copy link
Owner

mikke89 commented Jul 17, 2024

Excellent work! I am very happy to see contributors volunteer with documentation as well. It helps a lot, good documentation is always important to users, thank you.

It looks very good with nice examples too, although I might move things around a bit.

I've already gotten quite far on the overhauled render interface documentation, so it shouldn't keep that status for much longer, hopefully :)

@mikke89 mikke89 merged commit d4ebefe into mikke89:master Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants