ameyp / CscopeSublime

A Cscope plugin for Sublime Text 2 and 3
89 stars 37 forks source link

All the previous Cscope results files open for every new lookup #59

Closed rvlad-patrascu closed 7 years ago

rvlad-patrascu commented 7 years ago

Hi,

Whenever I look up something, a new Cscope results output file is opened along with all the other files from previous searches.

Thanks

cynkiller commented 7 years ago

I also met with this problem.. The cscope result windows would be too much after several usage.. And they would all come up next time even after I manually close all the search windows.. Suggest add a user setting to disable history search result popups..

guestoo commented 7 years ago

yes, it's really annoying.

vanrijn commented 7 years ago

Hi guys. Sorry this is happening. I will try to look at this one today or tomorrow. Could one of you guys give me simple steps to reproduce what you guys are seeing so I can find and fix this quicker?

guestoo commented 7 years ago

Here is my reproduce steps:

  1. Look up symbol AAA, then Cscope results_AAA is popup.
  2. Look up symbol BBB, then Cscope results_BBB is popup.
  3. Close results_AAA and results_BBB.
  4. Look up symbol CCC. Not only results_CCC is popup but also results_AAA and results_BBB.

I always meet this on Sublime Text 3 build 3126.

vanrijn commented 7 years ago

So sorry about this guys. That was an oversight on my part. This should be fixed now. Thanks for letting me know!!