| View previous topic :: View next topic |
| Author |
Message |
Kathire Guest
|
Posted: Wed Mar 28, 2007 3:12 am Post subject: Code Folding Problem |
|
|
I have noticed that code folding is not working on some files. Can any one
check the project I have attached in the borland.public.attachments group
and see if the code folding is working for the file wxDlgProject.cpp. If it
is not working, then I'll log a bug report.
Thanks,
Kathiresan |
|
| Back to top |
|
 |
Dennis Cote Guest
|
Posted: Wed Mar 28, 2007 3:57 am Post subject: Re: Code Folding Problem |
|
|
Kathire wrote:
| Quote: | I have noticed that code folding is not working on some files. Can any one
check the project I have attached in the borland.public.attachments group
and see if the code folding is working for the file wxDlgProject.cpp. If it
is not working, then I'll log a bug report.
|
Seems broken to me. I posted a screenshot in my reply in the attachments
group.
Dennis Cote |
|
| Back to top |
|
 |
Kathire Guest
|
Posted: Wed Mar 28, 2007 4:42 am Post subject: Re: Code Folding Problem |
|
|
| Quote: | Seems broken to me. I posted a screenshot in my reply in the attachments
group.
|
Thanks for the confirmation Dennis, I'll report this to the QC.
-Kathiresan |
|
| Back to top |
|
 |
Dennis Jones Guest
|
Posted: Wed Mar 28, 2007 8:10 am Post subject: Re: Code Folding Problem |
|
|
"Dennis Cote" <dennis.cote (AT) gmail (DOT) com> wrote in message
news:4609a150$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Kathire wrote:
I have noticed that code folding is not working on some files. Can any
one check the project I have attached in the borland.public.attachments
group and see if the code folding is working for the file
wxDlgProject.cpp. If it is not working, then I'll log a bug report.
Seems broken to me. I posted a screenshot in my reply in the attachments
group.
|
I *do* see (some) code folding for that file. What's wrong with you guys?
:-)
See my snapshots in attachments.
- Dennis |
|
| Back to top |
|
 |
Kathire Guest
|
Posted: Thu Mar 29, 2007 7:02 am Post subject: Re: Code Folding Problem |
|
|
"Dennis Jones" <nospam (AT) nospam (DOT) com> wrote in message
news:4609e781$1 (AT) newsgroups (DOT) borland.com...
| Quote: | I *do* see (some) code folding for that file. What's wrong with you guys?
|
I have the Turbo C++ Explorer (without any patch) installed in my office and
I dont see partial codefolding when I comment the line. I'll go home and try
it out with BDS 2006 prof (which got all the patches). In some cases I have
seen if I add colon at the end of the Macro, the codefolding occurs but even
in my home system, the file I sent for QC doesnt work(with and without
colon) .
-Kathiresan |
|
| Back to top |
|
 |
Roddy Pratt Guest
|
Posted: Thu Mar 29, 2007 3:00 pm Post subject: Re: Code Folding Problem |
|
|
Dennis Jones wrote:
| Quote: | I do see (some) code folding for that file. What's wrong with you
guys?
|
One reason for different behaviour could be if the include files with
the macro definition isn't being correctly located. If
With BCB, a lot of the "code intelligence" features (folding,
completion, structure pane) only seem to work for me if the code -at
that moment - could be compiled without errors. Obviously, this is
rarely the case. :-(
- Roddy |
|
| Back to top |
|
 |
|