Page 1 of 1

Refactor Dialog Bug, CodeLite 9.2.0

Posted: Sat Jul 30, 2016 1:44 pm
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

Re: Refactor Dialog Bug, CodeLite 9.2.0

Posted: Sat Jul 30, 2016 5:35 pm
by eranif
Thanks. This is now fixed in git master
Eran