Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
make cc real-time parse
blueshake:
hi,
this patch can make cc parse in real-time ,you do not need to save file to force the parser to parse the file now.
but
as I post in this thread,http://forums.codeblocks.org/index.php/topic,11599.msg78916.html#msg78916
there are some problems with NullLoader calling. :wink:
comment is welcome.
ollydbg:
Very nice work!!!
Your post title should be "real-time parse", there is a typo. :D
I will test it as soon as possible.
By the way, I have just passed the oral defense of PHD thesis today :wink:, I will have a travel tomorrow.
ironhead:
Won't this continually drive CPU usage as the user types given that you are forcing a reparse on the wxSCI_MOD_INSERTTEXT and wxSCI_MOD_DELETETEXT events?
blueshake:
--- Quote from: ironhead on December 04, 2009, 07:45:00 pm ---Won't this continually drive CPU usage as the user types given that you are forcing a reparse on the wxSCI_MOD_INSERTTEXT and wxSCI_MOD_DELETETEXT events?
--- End quote ---
on the event above and in different line will reparse the file.
Actually it is the first step,in the next move I will optimize the cc search based on this.
blueshake:
um, it will crash if there are files which were not colsed last time in the filemanager.
Navigation
[0] Message Index
[#] Next page
Go to full version