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: JeffB
« on: October 06, 2020, 03:11:56 PM »

Thanks, Dennis. I don't know which html files were being tagged or how large they were.  It was noticeably slow because when it's tagging code files, it's really fast (>100/sec.?) and these were just dragging.  If it happens again, I'll try to get more info.
Posted by: Dennis
« on: October 06, 2020, 02:30:34 PM »

Nothing new by way of HTML tagging.  Are these very large files?  Were you including them in your project/workspace before?

We added completion for % escape sequences in C/C++ strings (like used in a printf).  This triggers list-symbols, which has the side-effect of wanting the background tagging jobs to finish.  The best solution is to simply let the background tagging jobs finish.  Hitting "Cancel" in the dialog that comes up merely cancels the list-symbols operation, not the background tagging job.
Posted by: JeffB
« on: October 06, 2020, 12:39:08 AM »

Just upgraded to 25.0.0.8 and noticed that VS is tagging .html files and taking forever.  Status line says >1000 files remaining. It's taking a second or more for each file.  Is there something new in this area ?

Also, if I'm typing while this is running in the background, and do something like enter "%d", VS pops a window up after the "%" starting to suggest some symbols, and also pops up a "Finish background tagging jobs" dialog like it needs to finish tagging in the foreground (with a "cancel") button.  I can close the dialog (eventually), but the tagging continues slowly in the background.

Anyone else seeing anything like this?

Linux, ~140k files in project.  Project is based in a single "dir/path/*" wildcard entry.   html files are in 3rd party code.  Project is a mix, but mostly c/c++ code.