Recent Posts

Pages: 1 ... 3 4 [5] 6 7 ... 10
41
SlickEdit® / Re: se_28000006_mac-arm.dmg install on Mac Arm Sonoma 14.1
« Last post by garion911 on March 05, 2025, 08:47:53 PM »
So I hit this myself today. I'm starting work at a new place, and they have a policy set to not allow unidentified developers. Unlikely to change it.  Anything i can do to work around it?
42
SlickEdit® / Re: Debugging in SlickEdit
« Last post by Clark on March 05, 2025, 03:50:25 PM »
Go to Macro>Set Macro Variable and set "def_debug_logging" to 1.

I think this will just end up showing us that the socket communication isn't working. No work around I know of for that.

Logs are written to <configdir>/logs/debug.log and dapcom.log
43
SlickEdit® / Re: Debugging in SlickEdit
« Last post by gkl on March 04, 2025, 02:22:48 PM »
Apologies, that should read I am getting the correct single-file options under Build, not Debug. I am getting the option about the port shut down from the beginning when I tried Python debugging. What else can I try to make sure the port is not in use or how can I research what might be blocking it - is there some kind of enhanced debugging in SlickEdit, so that if I enable verbose debugging and send you the logs, you would be able to make some sense out of it?

Best Regards,
George
44
SlickEdit® / Re: Ctrl+Backspace not working
« Last post by tyano on March 01, 2025, 12:13:40 PM »
I found the reason. Some Japanese Input Subsystem may be the reason. This is not due to SlickEdit.
45
SlickEdit® / Ctrl+Backspace not working
« Last post by tyano on March 01, 2025, 09:48:22 AM »
I want to bind Ctrl+Backupace to delete-line.
In the bind windows, I could not enter Ctrl+Backupace in the key sequence field.
I could enter Alt+Backspace.
Windows: Windows 11 23H2
Slickedit: 2023 and 2024. I installed latest hotfix. Is there any way to resolbe this problem ?
46
SlickEdit® / Adding or removing menus and forms exclusively via config files
« Last post by MC on March 01, 2025, 02:04:28 AM »
I've made a custom form for use within a specific tool bar that I want to distribute to other users for use in their SlickEdits. This tool bar utilizes buttons with custom icon images and new menus being called that the other users don't yet have in their setups.

To make this process as smooth as possible, I'd ideally like to be able to add the data for these new forms, buttons, and menus exclusively via config files so I don't have to manually set things up on each user's SlickEdit. After testing this by modifying the "vusrobjs.e" file in the My SlickEdit Config directory, sometimes the changes took and sometimes they didn't. This makes me think that file is part of the equation but that I'm also missing other necessary steps. Are there other files that would be involved to make this work? I noticed there are the files "userToolbars.xml" and "userMenus.xml" but I'm not sure if those are necessary to update or not. I'd like to get to a point where I could verify that changing the necessary config files updates this toolbar 100% of the time as I'd like after re-starting SlickEdit.

Testing the Export/Import Options from Tools > Options has been unsuccessful as it crashes every time for me so that's not a solution I can consider reliable.

I'm testing this between versions Pro 2021 (v26.0.3.1 64-bit Qt5) and Pro 2020 (v25.0.1.0 64-bit).
47
SlickEdit® / Re: Setting up a Split Button on a Toolbar
« Last post by MC on March 01, 2025, 01:22:34 AM »
Thanks for passing that along.

I was able to achieve what I wanted after looking at this post :
https://community.slickedit.com/index.php?topic=3394.0

I created the menus I wanted to generate via Macro > Menus... then those handles could be found via the macro commands attached to the split button and then called to be shown.
48
SlickEdit® / Re: Setting up a Split Button on a Toolbar
« Last post by Graeme on February 26, 2025, 09:53:15 PM »
I don't have slickedit installed right now and I forget the details but  - one way is to find an existing slick form with a button that brings up a menu  - then open that form in "design mode"  - press CTRL+SHIFT+SPACE - then look at the code for that button
https://community.slickedit.com/index.php/topic,366.msg1421.html#msg1421
You might get some clues by looking at my xxutils macro source here
https://community.slickedit.com/index.php/topic,16598.msg64005.html#msg64005
get it from here
https://github.com/jporkka/slickMacros
49
SlickEdit® / Setting up a Split Button on a Toolbar
« Last post by MC on February 26, 2025, 08:02:41 PM »
I want to have a split button on a toolbar that, when clicked on, will drop down a list of commands that are connected to custom macros I have already created. I have the button on the toolbar whose "style" property is set to PSPIC_SPLIT_HIGHLIGHTED_BUTTON but beyond that I'm stuck. Can't figure out whether connecting the menu items should be done via custom macros or if there is a property somewhere that I have to set. Not seeing anything obvious in the button's properties via the form editor. Are there any best practices or most recommended ways of achieving this on a basic level?

I'm a bit new to using SlickEdit so any known documentation or tutorials that also exist around this topic would be appreciated.

I'm using SlickEdit Pro 2020 (v25.0.1.0 64-bit).
50
SlickEdit® / Re: Debugging in SlickEdit
« Last post by Clark on February 24, 2025, 09:14:08 PM »
"This is the thing; the first image is from a SQL Server single-file project and I get the expected options under Debug"  Incorrect statement. The internal debugger for single file project is started from Debug>Start or Debug>Step Into.

I don't know why Debug>Step Into doesn't work for you.

Has SlickEdit's Python debugging ever worked for you on this machine?

If so, when did it stop working?
Pages: 1 ... 3 4 [5] 6 7 ... 10