Suggest 0x when typing Unicode
This commit is contained in:
parent
e802aba118
commit
a3054bd45a
|
@ -125,6 +125,7 @@ local commands = {
|
|||
-- It is possible both HEX and DEC, tonumber will converts
|
||||
doc():text_input(common.codepoint_to_utf8(tonumber(text)))
|
||||
end)
|
||||
core.command_view:set_text("0x")
|
||||
end,
|
||||
|
||||
["doc:newline"] = function()
|
||||
|
|
Loading…
Reference in New Issue