Commit Graph

11 Commits (693e05ab85b3fcdc65bcb9f4123c2fae4ecc27fc)

Author SHA1 Message Date
TommyTheTerrible a134e850c1
Disable EmojiHelper if Digit before Colon (#2178)
* Disable EmojiHelper if Digit before Colon

Typing in times with the new emoji helper pop-up can be frustrating, so I would like to propose disabling it when there is a number before the colon.

* Remove trailing space in indra/llui/llemojihelper.cpp

---------

Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
2024-08-02 13:33:00 +03:00
Andrey Lihatskiy 1b68f71348 #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed 2024-04-29 07:56:09 +03:00
Alexander Gavriliuk f6ceafee5b SL-20416 Avoid of taking focus by EmojiPicker 2024-01-24 00:07:10 +03:00
Alexander Gavriliuk be655fef7f :x 2023-10-03 14:23:38 +02:00
Alexander Gavriliuk f36f50462e SL-20387 Show Emoji Completion floater at the beginning of the shortcode 2023-10-02 14:38:11 +02:00
Alexander Gavriliuk ff7ebf0892 SL-19575 Create emoji gallery access icon 2023-04-14 17:27:30 +02:00
Kitty Barnett 81dd143d0d [FIXED] Various minor issues
- Typing 👍 doesn't replace the short code with the thumbs-up emoji
  - Moving the mouse over the emoji complete panel highlights the wrong emoji when mScrollPos > 0
  - Emoji complete panel is missing attributes
  - Crash when attempting to show the tooltip for an emoji text segment
  - Emoji autocomplete panel can sometimes show empty (type ':cat', select the heart eyed one, Ctrl-Z and then type 2 which should show the emoji for :cat2 but shows an empty square instead)
2022-11-08 01:05:01 +01:00
Kitty Barnett c40d3351d5 Commit immediately if the user already typed a full shortcode 2022-11-02 19:08:02 +01:00
Kitty Barnett fb1553d8cf Cannot use the :+1 emoji shortcode 2022-10-23 16:29:29 +02:00
Kitty Barnett 58cdcd5dd2 Handle return and escape in the mini emoji helper 2022-10-23 16:29:12 +02:00
Kitty Barnett dad25bcb1e Add the emoji helper class which can be used by text-input controls to provide emoji picker support 2022-10-23 16:28:25 +02:00