Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
SlickEdit 2023 v28 Beta Discussion / Slick-C Error inPython when typing "printf("
« Last post by JeppeOland on September 14, 2023, 01:25:28 am »
Obviously because I'm not a Python guy except in a pinch, so "printf" is muscle memory.
Anyways ... type it in SlickEdit, and it helpfully replaces it with just "print", but also pops up an error:
"Variable element or variable not initialized. file=codehelp.ex offset=27306"
Sometimes the first part is just a ?.
72
SlickEdit 2023 v28 Beta Discussion / Re: Can't change "Initialize search string" option
« Last post by Clark on September 13, 2023, 11:37:30 pm »
Run the installer which works best for you. We didn't immediately switch to the Qt 5 installer because we couldn't get enough testing on it (although we wanted to). The Qt 4 version we know has been running fine on a ton of users computers. On Linux, it's not realistically possible for us to test every incarnation of Linux with all the different window managers. We've been building the Qt 5 installer for at least 3 years now. The Qt 5 version supports Fira Code fonts and the Qt 4 version does not. Other that, it's really about compatibility. You might have noticed an odd warning message when you type a character in the Qt 5 version. This will be fixed in beta 3.

Right now, the website just has the Qt 4 installer. We always have a URL for downloading the Qt 5 installer. Ask if you don't know what it is. We are expecting to make both installers available through the website in the near future.
73
SlickEdit 2023 v28 Beta Discussion / Re: Can't change "Initialize search string" option
« Last post by astromme on September 13, 2023, 11:17:53 pm »
So what does this mean long term?  Do I need to use a different version forever more?  Is Qt 5 going to be in the "main" releases?
74
SlickEdit 2023 v28 Beta Discussion / Re: Directory diff seg faults
« Last post by Clark on September 13, 2023, 11:04:27 pm »
Using a symbolic link (i.e. 'ln -s /opt/slickedit-pro2023beta2/bin/vs vs") will have no effect on this. "bin/vs" is a script which resolves symbolic links. Take a look at the script source and you'll see the loop which resolves symbolic links.
75
SlickEdit 2023 v28 Beta Discussion / Re: Can't change "Initialize search string" option
« Last post by Clark on September 13, 2023, 10:23:20 pm »
Great!
76
SlickEdit 2023 v28 Beta Discussion / Re: Can't change "Initialize search string" option
« Last post by astromme on September 13, 2023, 09:23:27 pm »
Yes, switching to the v28.0.0 beta 2 Qt5 allows me to edit those fields.
77
SlickEdit 2023 v28 Beta Discussion / Re: Directory diff seg faults
« Last post by astromme on September 13, 2023, 09:20:25 pm »
When you say <commit> you're giving the SHA hash for the commit?  The full one, or an abbreviation?  I have tried this, and I still don't get a crash.
Generally the short version, or a short version.

I'm using the Qt4 version of Beta 2. Is there anything about your system that you could tell us that might help?
It's more or less vanilla Ubuntu..
Code: [Select]
SlickEdit Pro 2023 (v28.0.0.2 64-bit Qt4)
Serial number: <I usually block this out.. does nobody care if I leave this in?>
License type: Beta License
License expiration: 2023-10-19 18:00:00
License file: /opt/slickedit-pro2023beta2/bin/slickedit.lic
Build Date: August 21, 2023
Emulation: Brief
OS: Linux
OS Version: Ubuntu 22.04.2 LTS
Kernel Level: 6.2.0-060200-generic
Build Version: #202302191831 SMP PREEMPT_DYNAMIC Sun Feb 19 23:37:22 UTC 2023
Processor Architecture: x86_64
X Server Vendor: The X.Org Foundation
Window Manager: GNOME Shell
Display manager: /usr/sbin/gdm3
Memory: 94% Load, 22788MB/24081MB Virtual
Shell Information: "/opt/slickedit-pro2023beta2/bin/secsh" -i
Screen Size: 1920 x 1080, 3840 x 2160, 3840 x 2160, 3840 x 2160
Project Type: Gnuc
Language: .json (JSON)
Encoding: UTF-8, no signature
Installation Directory: /opt/slickedit-pro2023beta2/
Configuration Directory: /home/stromme/.slickedit/28.0.0/
Migrated from: /home/stromme/.slickedit/26.0.3/
Spill File: /tmp/slkspill.stromme.2998666


One thing that may or may not be relevant - I wanted to create a single directory link to switch between versions of Slickedit when I install a new one, but sometimes I run into difficulties..

Code: [Select]
stromme@WORK:~$ ls -la ~/bin
total 44
drwxrwxr-x  2 stromme stromme 4096 Sep  7 10:43 .
drwxr-x--- 37 stromme stromme 4096 Sep 12 12:00 ..
lrwxrwxrwx  1 stromme stromme   13 Oct 27  2022 Grep -> /usr/bin/grep
lrwxrwxrwx  1 stromme stromme   23 Aug 10 16:56 old-slickedit-dir -> /opt/slickedit-pro2021/
lrwxrwxrwx  1 stromme stromme   28 Sep  6 15:52 slickedit-dir -> /opt/slickedit-pro2023beta2/
lrwxrwxrwx  1 stromme stromme   28 Sep  5 12:59 slickedit-dir.bak -> /opt/slickedit-pro2023beta2/
-rwxrwxr-x  1 stromme stromme   15 Jan 24  2023 ubuntu_version
lrwxrwxrwx  1 stromme stromme   34 Sep  5 12:59 vs -> ./slickedir-dir/bin/vs
lrwxrwxrwx  1 stromme stromme   24 Aug 10 16:56 vsdiff -> slickedit-dir/bin/vsdiff
-rwxr-xr-x  1 stromme stromme   38 Aug 10  2022 vs-git
lrwxrwxrwx  1 stromme stromme   25 Aug 10 16:56 vsmerge -> slickedit-dir/bin/vsmerge

I tried this, but ran into some issues where vs didn't want to start.

Then I tried replacing the link from vs to slickedit-dir to this script:
Code: [Select]
#!/bin/bash
$(dirname "$0")/slickedit-dir/bin/vs
but that didn't really work right either, so I gave up and just did this:
Code: [Select]
vs -> /opt/slickedit-pro2023beta2/bin/vs
Could these links be causing weird behavior?

The main behavior I want is to type "vs somefile" from any shell anywhere and have it open in my Slickedit instance.
78
SlickEdit 2023 v28 Beta Discussion / Re: Git status indicators on Buffers tab
« Last post by Dan on September 13, 2023, 08:28:20 pm »
This will be fixed for Beta 3.
79
SlickEdit 2023 v28 Beta Discussion / Re: Directory diff seg faults
« Last post by Dan on September 13, 2023, 08:23:11 pm »
Sorry it took a while to reply.
When I run
Code: [Select]
git difftool --dir-diff <commit> a window titled "Multi-File Diff Finding Files" with the temp directories briefly opens with no content (just a gray background) then closes after a second, and the shell says
Code: [Select]
Segmentation fault (core dumped)
Previous working behavior is to open the multifile diff window that shows the tree.

When you say <commit> you're giving the SHA hash for the commit?  The full one, or an abbreviation?  I have tried this, and I still don't get a crash.

I'm using the Qt4 version of Beta 2. Is there anything about your system that you could tell us that might help?
80
SlickEdit 2023 v28 Beta Discussion / Re: wrong tag matching in PHP (HTML mode)
« Last post by Dennis on September 13, 2023, 02:11:50 pm »
Could you send that sample file (save me the time of retyping it)?
Pages: 1 ... 6 7 [8] 9 10