Author Topic: SlickEdit Pro 2021 (v26.0.0.6 64-bit Qt5) may have bug  (Read 2002 times)

meakboo

  • Junior Community Member
  • Posts: 5
  • Hero Points: 0
SlickEdit Pro 2021 (v26.0.0.6 64-bit Qt5) may have bug
« on: November 04, 2021, 11:37:45 AM »
I am a trial user, create a new project, type select C/C++ - >; GNU C/C++, then add some source code into the project. After about a minute of opening any source code, Slickedit becomes unresponsive and CPU usage increases.

meakboo

  • Junior Community Member
  • Posts: 5
  • Hero Points: 0
Re: SlickEdit Pro 2021 (v26.0.0.6 64-bit Qt5) may have bug
« Reply #1 on: November 04, 2021, 12:05:17 PM »
windows10  19043.1320

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 7089
  • Hero Points: 537
Re: SlickEdit Pro 2021 (v26.0.0.6 64-bit Qt5) may have bug
« Reply #2 on: November 04, 2021, 05:00:24 PM »
Is the source code that you added on your local hard disk or remote?

Also, is the workspace/project that you created on your local hard disk or remote?
« Last Edit: November 04, 2021, 05:02:07 PM by Clark »

meakboo

  • Junior Community Member
  • Posts: 5
  • Hero Points: 0
Re: SlickEdit Pro 2021 (v26.0.0.6 64-bit Qt5) may have bug
« Reply #3 on: November 05, 2021, 01:20:01 AM »
hello, My code is in my computer's WSL and maps the WSL to the disk drive

meakboo

  • Junior Community Member
  • Posts: 5
  • Hero Points: 0
Re: SlickEdit Pro 2021 (v26.0.0.6 64-bit Qt5) may have bug
« Reply #4 on: November 05, 2021, 01:49:57 AM »
I did a further experiment. This is still the case when you put your code locally on Windows

meakboo

  • Junior Community Member
  • Posts: 5
  • Hero Points: 0
Re: SlickEdit Pro 2021 (v26.0.0.6 64-bit Qt5) may have bug
« Reply #5 on: November 05, 2021, 01:55:30 AM »
I used another computer at home to do the same. But there's nothing wrong with that computer。
What am I supposed to suspect? Or, what can I do to solve this.
If this problem can't be fixed, I can't buy a tool that doesn't work

Dennis

  • Senior Community Member
  • Posts: 3999
  • Hero Points: 522
Re: SlickEdit Pro 2021 (v26.0.0.6 64-bit Qt5) may have bug
« Reply #6 on: November 05, 2021, 12:11:53 PM »
Is there any chance you can share that source code (your project) with us?

Are you only adding C/C++ source files to your project, or are you adding a wildcard like "*.*" ?

How many files are in your project?

Do things work correctly for you with the sample C/C++ project?  (Project > All Workspaces > Sample Workspaces)

When you say SlickEdit becomes unresponsive, do you mean it is laggy, or is it locked up where you have to kill it using Task Manager?  If it is the latter, could you capture a mini-dump of it using Visual Studio, so we could see what it is hung on?  If it is just laggy, try Macro > Slick-C Profiler > Start Profiling, then work with the editor for a while such that you see the lags, then do Macro > Slick-C Profile > Save...