std:endl

General questions regarding the usage of CodeLite
asmcad
CodeLite Curious
Posts: 8
Joined: Wed Feb 18, 2009 2:33 pm
Contact:

std:endl

Post by asmcad »

hi ,
intellisense is not working for "std::endl"; strange but it works for "std:cout" is it normal?
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: std:endl

Post by eranif »

Which OS are u using? the code completion here (Windows) is working for std::endl & std::cout

Eran
Make sure you have read the HOW TO POST thread
asmcad
CodeLite Curious
Posts: 8
Joined: Wed Feb 18, 2009 2:33 pm
Contact:

Re: std:endl

Post by asmcad »

it s working for "endl()" function , not "std::endl"

i m using XP.
thanks.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: std:endl

Post by eranif »

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 do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
Post Reply