Immediate-Mode-UI / Immediate-Mode-UI/Nuklear
Ctrl+V doesn't work well, demo/gdip/nuklear_gdip.h/Line 752
Open
- Dominant language
- C
- Stars
- 11.4k
- Forks
- 686
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 3
Description
ctrl+v paste not work
if (!IsClipboardFormatAvailable(CF_UNICODETEXT) && OpenClipboard(NULL))
-->
works well
if (!IsClipboardFormatAvailable(CF_UNICODETEXT) || !OpenClipboard(NULL))
Contributor guide
Research direction
Open demo/gdip/nuklear_gdip.h around line 752 and inspect the clipboard-format and OpenClipboard condition. Reproduce Ctrl+V in the GDIP demo, then verify paste works when Unicode clipboard text is available and the clipboard opens.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100