Recent Posts

Pages: [1] 2 3 ... 10
1
patch attached.
2
Got a stack log, hope to help.
3
SlickEdit® / Re: C++17 does not tag interitance?
« Last post by Clark on April 17, 2024, 08:16:39 PM »
Try creating a small test project that only contains two files, the reference to PowerMonitorBase and the definition of PowerMonitorBase and see if tagging can find PowerMonitorBase. Then you can probably start cutting out code that doesn't effect the issue until finally PowerMonitorBase members can be found. Maybe preprocessing is tripping up the parser.

Hard to say what's going on without more information or sample files.
4
SlickEdit® / C++17 does not tag interitance?
« Last post by namklak on April 17, 2024, 06:55:20 PM »
Hi,
I'm using v27.0.2.0 64-bit Qt5.

This line of code:
class PowerMonitorAdc : public PowerMonitorBase {

Tagging can't find PowerMonitorBase, even though the file where it's defined is included in the project.

I'm new to C++, am I missing something?

The common free code editor has no problem tagging this...

5
I am bumping here because after 5 years still the same problem which I find very annoying. No need to explain, the first post contains all info.
I tried to restore default options, no luck. Would any of the developers check behavior of auto keyword when using context tagging please? For that matter, SlickEdit is shamefully far behind Qt Creator.

SlickEdit Pro 2023 (v28.0.2.0 64-bit Qt5)
Build Date: April 3, 2024
Emulation: Brief
OS: Linux
OS Version: Ubuntu 20.04.6 LTS
Kernel Level: 5.15.0-97-generic
Build Version: #107~20.04.1-Ubuntu SMP Fri Feb 9 14:20:11 UTC 2024
Processor Architecture: x86_64
X Server Vendor: The X.Org Foundation
Window Manager: GNOME Shell
Display manager: /usr/sbin/gdm3
Memory: 94% Load, 8324MB/8765MB Virtual
Shell Information: "/home/aleks/vs/bin/secsh" -i
Screen Size: 1920 x 1080 (1920 0), 1920 x 1080 (0 0)
Project Type: Gnuc
Language: .cpp (C/C++)
Encoding: UTF-8, no signature

6
SlickEdit® / Re: v28.0.2 crashed when I was using browse respository window.
« Last post by Clark on April 17, 2024, 06:32:15 AM »
Understandable. Since crash dumps for some reason aren't helpful, I would recommend that you stop using the repository browser. All other git features should work fine.
7
SlickEdit® / Re: v28.0.2 crashed when I was using browse respository window.
« Last post by ahkevin on April 17, 2024, 02:32:44 AM »
Unfortunately, this is a private repository owned by a company that contains a lot of private information. So, I can't post it here.
8
SlickEdit® / Re: SlickEdit thinks Rust attributes start open a clause
« Last post by Clark on April 15, 2024, 11:44:28 PM »
Thanks for posting about these issues.
9
SlickEdit® / Re: SlickEdit thinks Rust attributes start open a clause
« Last post by spongyryno on April 15, 2024, 11:07:50 PM »
Thanks, Clark. With the latest hotfix, despite my best efforts, I haven't been able to find out a new way to break it.  ;D
10
SlickEdit® / Re: SlickEdit thinks Rust attributes start open a clause
« Last post by Clark on April 14, 2024, 10:57:03 PM »
Added a hot fix for this too. You can download it now.
Pages: [1] 2 3 ... 10