Find Resource broken

CodeLite installation/troubleshooting forum
Lazycow
CodeLite Curious
Posts: 5
Joined: Thu Aug 07, 2014 1:17 pm
Genuine User: Yes
IDE Question: c++
Contact:

Find Resource broken

Post by Lazycow »

After updating to to codelite 18 (from codelite 15?), the "Find Resource" function no longer works for me. (CTRL-SHIFT-R)
When calling the function, the Find-Resource Window opens, but the list is empty! (my find text is visible at the top)

Any hints how I can fix this?

edit: After removing all settings in the .codelite dir and restarting codelite, the "Find Resource" window now lists found references, but it doesn't show the filename, which isn't really helpfull. ("show files" in the window is marked)

edit2: Ok, seems like the language server plugin is needed for the "Find Resource" function now. (I disabled it) After configuring the plugin, it seems to work now.