Menu

#43 Problem of autocompleting aroused by code-folding

None
fixed
debug (9)
2013-01-30
2013-01-18
coconut32
No

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

Discussion

  • coconut32

    coconut32 - 2013-01-18
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,12 +1,12 @@
     When I fold the codes in the IDE,the autocompleting becomes disabled.
     for example:
    
    -1 char pick(pt,inc)
    +1 char pick(int pt,int inc)
     2 {
     3
     4 }
     5
    -6 void search(pt,inc)
    +6 void search(int pt)
     7 {
     8
     9 }
    
    • milestone: -->
     
  • orwelldevcpp

    orwelldevcpp - 2013-01-30

    Fixed as of 5.3.0.5 (builds starting today of course).

    Thanks for reporting.

     
  • orwelldevcpp

    orwelldevcpp - 2013-01-30
    • status: open --> fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.