When I fold the codes in the IDE,the autocompleting becomes disabled.
for example:
1 char pick(int pt,int inc)
2 {
3
4 }
5
6 void search(int pt)
7 {
8
9 }
10
11
12 int main () {
13
14
15 }
If I fold the function"pick",then I can't use the autocompleting within function"search" or "main".that is,when I write pick(),or fscanf(),or printf(),nothing will happen,or sometimes it will display something wrong.However,this feature is ok when I write something before the folded block.When I fold the function"search",it's ok within line 1 to 5,and sometimes line 10,but failed within line 11 to 15.
But when I unfold them,the autocompleting is ok.that is,for example,when I write printf(),a tag will pop up and tell me its parameters.
My Dev-C++ version is Orwell Dev-C++ 5.3.0.4.
My environment is Windows 7 x64, MinGW 64bit.
My Email is coconut_liu@126.com
Diff:
Fixed as of 5.3.0.5 (builds starting today of course).
Thanks for reporting.