How to use TASKS Tab Feature.

General questions regarding the usage of CodeLite
hbr_in
CodeLite Expert
Posts: 113
Joined: Fri Jul 11, 2008 9:12 am
Contact:

How to use TASKS Tab Feature.

Post by hbr_in »

Hi,

I tried using the TASK bar . Inserted few Comments all over my code but couldnt see it in TASK Tab.

Is below code correct.

Code: Select all

/*TODO: need to finetune code*/
int DummyFunc2(int void)
{
	printf("In DummyFunc2\n");
}

/*ATTN: need to update code*/
int DummyFunc3(int void)
{
	printf("In DummyFunc3\n");
}
TIA

regards
Gururaja
hbr_in
CodeLite Expert
Posts: 113
Joined: Fri Jul 11, 2008 9:12 am
Contact:

Re: How to use TASKS Tab Feature.

Post by hbr_in »

OK ok i got it

// TODO: --> for todo search
// ATTN: --> for ATTN search

& so on.

Thanks

Regards
Gururaja
Post Reply