Recent Posts

Pages: [1] 2 3 ... 10
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).
2
Features and/or Improvements / Re: Remove "(Hex)" from calculator display
« Last post by joecar on March 03, 2026, 07:59:53 PM »
is there a way to set the word width and signed/unsigned...?
3
Features and/or Improvements / Re: Remove "(Hex)" from calculator display
« Last post by joecar on March 03, 2026, 07:59:06 PM »
I see this:
Quote
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)
4
SlickEdit® / Re: slick-c stack on Ubuntu from Ctl-Alt-Sht-T keypress
« Last post by Clark on February 27, 2026, 09:16:40 PM »
Ctrl+Shift+Alt+T is a special reserved key sequence that can't be configured by the user. It might only be taken over on Linux. It's for stopping an infinite Slick-C loop. We weren't able to make this special key sequence the same on all platforms.
5
SlickEdit® / Re: slick-c stack on Ubuntu from Ctl-Alt-Sht-T keypress
« Last post by TKasparek on February 27, 2026, 08:35:16 PM »
Forgot to mention, v30 with hotfix 2.
6
SlickEdit® / slick-c stack on Ubuntu from Ctl-Alt-Sht-T keypress
« Last post by TKasparek on February 27, 2026, 08:34:51 PM »
I generally use Ctrl-Alt-Shift-T assigned to activate-find-symbol. I switched to Ubuntu recently and imported my settings from Windows.

Code: [Select]
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:

When i unbind the key combo I get the following slick-C stack:
Code: [Select]
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?
7
Features and/or Improvements / Re: Remove "(Hex)" from calculator display
« Last post by joecar on February 25, 2026, 07:28:14 PM »
bump.
8
SlickEdit® / SlickEdit Upgrade--waiting for email reply
« Last post by Dave Thomas on February 21, 2026, 12:23:47 AM »
I sent a copy of old (really old) SlickEdit license file and asked the upgrade cost. 

That was on the 16th with no reply.  So, I'd try here.

I really need the application, the trial license expired.  Just let me know how much!
9
SlickEdit® / Re: How do I adjust the tooltip time when scrolling over filenames?
« Last post by b on February 20, 2026, 12:54:53 AM »
Thanks.   That helps, but as you pointed out, it doesn't reset once you move it.
10
SlickEdit® / Re: How do I adjust the tooltip time when scrolling over filenames?
« Last post by Clark on February 19, 2026, 08:45:35 PM »
You can configure this here:

Tools>Appearance>Tool Windows & Toolbar Options>Show tool tips

The only thing I noticed that is a bit annoying is that the delay doesn't reset when you move your mouse outside the tool window until you wait a bit.
Pages: [1] 2 3 ... 10