hi ,
intellisense is not working for "std::endl"; strange but it works for "std:cout" is it normal?
std:endl
-
- CodeLite Curious
- Posts: 8
- Joined: Wed Feb 18, 2009 2:33 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: std:endl
Which OS are u using? the code completion here (Windows) is working for std::endl & std::cout
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 8
- Joined: Wed Feb 18, 2009 2:33 pm
- Contact:
Re: std:endl
it s working for "endl()" function , not "std::endl"
i m using XP.
thanks.
i m using XP.
thanks.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: std:endl
It is working for std::endl (as you can see in the attached picture)
You can try and recreate the tags database. If you are using MinGW, find the directory of the MinGW installation from the 'Workspace View' using the 'Explorer' tab and find:
e.g. C:\MinGW-3.4.5\include\c++\3.4.5 (on my machine, MinGW is installed under C:\MinGW-3.4.5)
right click on it and select 'add tags' -> and follow the wizard instructions. Make sure you use the suggested symbols database name (by default it should be common.tags)
Eran
You can try and recreate the tags database. If you are using MinGW, find the directory of the MinGW installation from the 'Workspace View' using the 'Explorer' tab and find:
e.g. C:\MinGW-3.4.5\include\c++\3.4.5 (on my machine, MinGW is installed under C:\MinGW-3.4.5)
right click on it and select 'add tags' -> and follow the wizard instructions. Make sure you use the suggested symbols database name (by default it should be common.tags)
Eran
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread