1
Features and/or Improvements / Re: Remove "(Hex)" from calculator display
« Last post by joecar on March 12, 2026, 06:05:49 PM »Thanks (v30.0.1.0).
1 << 24= 16,777,216 = 0x1000000 (Hex)
~(0xFF < 24)= -1 = 0xFFFF (16 bit)
0xFF000000= 4,278,190,080 = 0xFF000000 (Hex)
4,278,190,080
~0xFF000000= -4,278,190,081 = 0xFFFFFFFF00FFFFFF (64 bit)
Stack trace written to file: /tmp/vsstack.tkasparek
Break key pressed. Macro halted
complete.ex 17508 ArgumentCompletionTerminate(0) p_window_id: 12 p_object: OI_EDITOR p_name:
complete.ex 18251 _lostfocus_ArgumentCompletionList() p_window_id: 12 p_object: OI_EDITOR p_name:
files.ex 18888 call_list(_lostfocus_) p_window_id: 12 p_object: OI_EDITOR p_name:
stdprocs.ex 13814 _on_lost_focus() p_window_id: 12 p_object: OI_EDITOR p_name:
Stack trace written to file: /tmp/vsstack.tkasparek
Break key pressed. Macro halted
last.ex 4263 _tbslickc_stack_form.on_resize(1) p_window_id: 484 p_object: OI_FORM p_name: _tbslickc_stack_form form_name: _tbslickc_stack_form
This is Ubuntu 24.04.4 LTS, I haven't found any key shortcuts in the system settings that would interact with it. And there isn't any issue with any other program with the same button press. Any ideas?