Patch for faster TagsManager::GetAllTagsNames

Discussion about CodeLite development process and patches
basic
CodeLite Curious
Posts: 2
Joined: Tue Jun 16, 2009 7:06 am
Contact:

Patch for faster TagsManager::GetAllTagsNames

Post by basic »

Here's patch for speeding up TagsManager::GetAllTagsNames when all CodeCompletionColourOpts are selected by using a query without a "where" clause.
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Patch for faster TagsManager::GetAllTagsNames

Post by eranif »

basic wrote:Here's patch for speeding up TagsManager::GetAllTagsNames when all CodeCompletionColourOpts are selected by using a query without a "where" clause.
I already downloaded it from SF ;) and applied it today in my local copy, but not yet committed.

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Patch for faster TagsManager::GetAllTagsNames

Post by eranif »

patch applied in svn trunk
Eran
Make sure you have read the HOW TO POST thread
Post Reply