Hi,
you use the keyword "overload", f.ex. in cppwordscanner.cpp and tags_options_data.cpp, which I'm pretty sure should be "override". AFAIK "overload" is not a native C++ keyword but maybe it's used by some compilers. "override" is also missing from the default C++ lexer word group 0.
cheers,
-- p
C++ keyword: "overload" vs "override"
-
- CodeLite Expert
- Posts: 231
- Joined: Sat Nov 24, 2012 8:04 pm
- Genuine User: Yes
- IDE Question: c++
- Location: Los Angeles
- Contact:
C++ keyword: "overload" vs "override"
main: Debian Jessie x64 + custom wxTrunk
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: C++ keyword: "overload" vs "override"
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: C++ keyword: "overload" vs "override"
Fixed in git head
Eran
Eran
Make sure you have read the HOW TO POST thread