Refactor Dialog Bug, CodeLite 9.2.0

CodeLite installation/troubleshooting forum
mattday
CodeLite Enthusiast
Posts: 21
Joined: Mon Jan 09, 2012 11:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Refactor Dialog Bug, CodeLite 9.2.0

Post by mattday »

CodeLite will crash if I inadvertently click somewhere below the last listed occurrence of a symbol when refactoring.

System:
  • CodeLite 9.2.0
    Windows 10 64-bit
    TDM-GCC-64 (gcc-5.1.0)
Steps:
  • Select symbol in editor
    Press ctrl+shift+h to refactor
    Select projects in 'Rename Symbol Scope' dialog and click OK
    Resize the 'Rename Symbol' dialog to allow all occurrences of symbol to be visible
    Select one occurrence in list on left of dialog
    Click just below the last item in list
    CodeLite crashes
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Refactor Dialog Bug, CodeLite 9.2.0

Post by eranif »

Thanks. This is now fixed in git master
Eran
Make sure you have read the HOW TO POST thread
Post Reply