Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: ahkevin
« on: March 15, 2022, 02:01:44 PM »

It is an everywhere issue in my opinion.
Yes,You're right. It does ease the issue, but it's not complete, sometimes there are still laggy.
Posted by: Dennis
« on: March 15, 2022, 12:07:16 PM »

Are you seeing it as an everywhere issue, or in certain cases?

One thing you could do since you have a larger project, is to dial down some of the Auto-Complete sub-word matching options to be less aggressive.
Posted by: ahkevin
« on: March 15, 2022, 03:38:33 AM »

It is same issue in large C project, such as linux kernel.
Posted by: Dennis
« on: March 14, 2022, 09:00:52 PM »

A large portion of the auto-complete core engine code was re-written in C++ for version 26.  The language-specific code still needs to be rewritten, and nothing is thread-safe yet (really can not make much thread-safe until the language-specific code is thread-safe).  I do not know if this will be completed for v27 or not.

Frequently performance issues with C++ trace back to preprocessing making code parse incorrectly and gums up the gears.  Sometimes it's just too many layers of type-inference and template expansion.  Really have to investigate and come up with reproducible cases for specific issues that come up laggy.
Posted by: ahkevin
« on: March 14, 2022, 01:37:37 PM »

I noticed that SE lag when I work on a large c/c++ project( > 10K files).
I searched the forums and found a topic had discussed the issue.
https://community.slickedit.com/index.php?action=post;quote=70715;topic=18007.0;last_msg=70727

When will this feature be implemented? Will it be in V27?