codelite on Windows with linux map delimiters in sources...

General questions regarding the usage of CodeLite
Brane212
CodeLite Curious
Posts: 5
Joined: Mon Jun 18, 2018 1:01 pm
Genuine User: Yes
IDE Question: C++
Contact:

codelite on Windows with linux map delimiters in sources...

Post by Brane212 »

Hi,

when entering bunch f C sources I find that on Windws Codelite Code Completion can't find includes that have *nix "/" dir delimiters.

IO, with a line like

Code: Select all

#include "/ab/somethin/other.h
I can't open that file with rightclick unless I change slashes to backslashes.

Is these somethin I can do about it ?

Some setting in project or Cscope perhaps ?