https://bugs.kde.org/show_bug.cgi?id=492100
Edward Kigwana <ekigw...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ekigw...@gmail.com --- Comment #3 from Edward Kigwana <ekigw...@gmail.com> --- This has been working my nerves for a bit now. I imagine this simply needs an input state tracker. E.g. When one enters DEC 16 the tracker stores DEC. When one changes base to HEX, the input is updated by converting DEC 16 to HEX 10 and the state tracker then gets changed to HEX. At the moment the action above converts DEC 16 to HEX 16 which does not make any sense since DEC 16 != HEX 16. HEX 9 to OCT waits for a request for results before complaining about a syntax error. It seems we need an input regex for each mode as well so that invalid input is also not possible. -- You are receiving this mail because: You are watching all bug changes.