Recent Posts

Pages: [1] 2 3 ... 10
1
SlickEdit® / SE 28.0.2 stack
« Last post by at5dapa1 on Today at 05:06:58 PM »
Did a search for refs, jumped to one result and suddenly got this "mouse.ex 28072 _ECTimerCallback".
Log attached, not sure if reproducible....

Code: [Select]
SlickEdit Pro 2023 (v28.0.2.0 64-bit Qt5)
Build Date: April 3, 2024
Emulation: CUA
OS: Windows 10 x64
OS Version: 10.00.0 
Memory: 26% Load, 8535MB/32464MB Physical, 10931MB/32464MB Page File, 4822MB/134217727MB Virtual
Shell Information: C:\Windows\system32\cmd.exe /q
Screen Size: 1920 x 1200 (0 0 1920 1200), 1920 x 1200 (-1920 0 1920 1200)
Project Type: Cpp
Language: .c (C/C++)
Encoding: ACP (1252)
Installation Directory: D:\tools\totalcmd\Tools\dev\SlickEdit\core\ (non-removable drive,NTFS,271507MB free)
Configuration Directory: D:\tools\totalcmd\Tools\dev\SlickEdit\config\28.0.2\ (non-removable drive,NTFS,271507MB free)
Spill File: C:\Users\work\AppData\Local\Temp\slkspill.work.9056 (non-removable drive,NTFS,43141MB free)
Hotfixes:
D:\tools\totalcmd\Tools\dev\SlickEdit\config\28.0.2\hotfixes\hotfix_se2802_4_cumulative.zip Revision: 4   (currently loaded)
2
Which control is it?
3
According to the Slick-C stack, the correct form is active but one of the controls disappeared (can't be found). I couldn't reproduce this problem and I can't figure out from the stack how the control got deleted.
4
No, I just encountered it once. The two stacks seem to generate at one time.
5
Added hot fix for this. Thanks. Will build a new hot fix soon
6
SlickEdit® / Re: v28.0.2 crashed when I was using browse respository window.
« Last post by Clark on April 18, 2024, 05:20:27 PM »
Are you able to reproduce this every time you use the "Diff with Previous" button?

The two Slick-C stacks are the same.
7
SlickEdit® / refactor-add-import: needs to ignore forward class definitions (C++)
« Last post by Dennis on April 18, 2024, 03:47:33 PM »
patch attached.
8
SlickEdit® / Re: v28.0.2 crashed when I was using browse respository window.
« Last post by ahkevin on April 18, 2024, 02:31:41 AM »
Got a stack log, hope to help.
9
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.
10
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...

Pages: [1] 2 3 ... 10