logwizard icon indicating copy to clipboard operation
logwizard copied to clipboard

remove smart_edit

Open jtorjo opened this issue 10 years ago • 0 comments

when expression is a bit more complex, this just slows down the app - better to just implement a simple caret + allow selection - i mean, pretty much i've done just that.

the rich edit just seems to slow thing down

need to care about

  • multiple lines (how do i tackle that? - maybe alt-arrowdown/arrowup?)
  • multiple fonts within the text
  • when i'm scrolled (for starters, perhaps don't allow it at all - and just act as pagedn/pageup when at end/start of line?)

TOTHNK how i compute the character positions/widths?? (no need for caching)

jtorjo avatar Feb 12 '16 13:02 jtorjo