Feature #4284 2008-08-31 06:38

masterx

Implemeting a new facility in C::B

//In the name of God

Hello , i was dreaming of a facility implemented in the
code Blocks ide 

that could be a great immense help to the programers ,
either 

bigginners or vetarens.and that is like this :
lets implement a functionality( i mean facility , a
merit ) that when 

ever a programer types a statement wrongly (frome the
prospect of 

protype, i mean according to the protype he/she mistype
the 

statdement, for example instead of  writing
cout<<"hello"; he writes 

cout>>hello;  )   or in a case he/she completely
mistype the statdement 
again for example instead of writing "string" , he
writes "strimg" !
in this case when vcompiler tries to compile the source
code, it would 

generate some errors , it would be appriciated if firs
of all before 

compiling the source code the compiler checks all of
the unfamiliar 

statdement in side the source code with the STANDARD
LIBRARY 
i mean with all of objects and their respective classes
, if found any 

result , simply generate a note implying  that "Do You
intend to use 

for example string by writing strimg ? if so , the
header file for this 

purpose is "<string>" and the protype is as etc... and
so on 

or the question can be like this :" 
what do you mean by strimg ? did you mean string ? if
so the 

standard library suggested keyword is string whcih is
located at 

<string> header file , and can be used like this(click
here for example ) 

(show an example of using this object )   

by the way , please note that all of the examples must
be available 

offline, so that the programers dont have to connect to
the internet for 

more infos ... 

this can be achived by writing the sentecnses as follow:
Do You intend to use [query the STD Library] by writing
[Current ] ? 

if so , the header file for this purpose is "[Query
HLibrary ]" and the 

protype is[query PLibrary ] 

by using :
[Current] i mean :used unfamiliar statement(or object)
in source code
[query the STD Library ]: search among the standard
library for the 

most resembling instance of the "search keyword"(here
the unknown 

(to compiler) object or keyword in source code) 

[Query HLibrary]:retrieve the header file 
[Query PLibrary ]:retrevie the protype or show an
example for 

specified object !

first of all excuse me for my terrible english , (its
been a long time that 

i didnt speak english , sth about 4 years ) . 

now everything depends on You, if you want any help  on
this  that i 

can i would be very proud ! 

Thank YOu very much for Everything !
God Bless You all 
S.H.Hasan Pour
Category
 
Status
Closed
Close date
2008-08-31 15:26
Assigned to
 
biplab 2008-08-31 15:26

This feature is too complex to implement. Any patch in this regard will be welcome.