ClassicUO icon indicating copy to clipboard operation
ClassicUO copied to clipboard

Text system

Open andreakarasho opened this issue 5 years ago • 4 comments

Super important

  • [x] easy multiline switch
  • [x] text selection
  • [x] copy, paste, cut
  • [x] insert
  • [x] undo/redo
  • [x] home/end
  • [x] arrows text navigation
  • [x] correct book handling

Future changes

  • [x] fontloader must load files and creates an unique texture with all fonts inside.
  • [x] fonts shader
  • [x] fontloader will store all data for each font (glyph, kerning, chars info)

https://github.com/andreakarasho/ClassicUO/tree/stb_textedit

andreakarasho avatar Feb 06 '20 08:02 andreakarasho

It needs support for the links highlighted in blue and underlined, to open the link written by someone press ctrl + click on the link   This would be a nice thing like this http://jwjfjsowhrjfosjeg.com/

@andreakarasho

Arutosio avatar Feb 06 '20 08:02 Arutosio

Curious how this is coming along? Really looking forward to the ability to copy and paste!

mithril52 avatar Jun 08 '20 23:06 mithril52

You can copy & paste in the current system

andreakarasho avatar Jun 09 '20 07:06 andreakarasho

it's done in https://github.com/andreakarasho/ClassicUO/tree/font-renderer missing just the implementation

andreakarasho avatar May 30 '21 09:05 andreakarasho