VS.NET #region for Eclipse



VS.NET has a very nice feature, region.
#region Test region
void Test()
{
}
void Test2()
{
}
#endregion

Then I can collapse that in the IDE. I think this is really nice to
hide all the GUI generation codes. Is there a similar feature in
Eclipse? I created a GUI Form with it but the generated code looks like
a mess. Thank you.

.



Relevant Pages

  • Re: void func () returning value?
    ... this feature can be extremely useful. ... T foo() {... ... In at some point in the future I might decide to change the typedef to ... void" would solve the problem in a very elegant way. ...
    (comp.lang.c)
  • Re: VS.NET #region for Eclipse
    ... void Test2() ... You may get an answer from this newsgroup but it would make better sense to ask in the correct newsgroup. ... how about the Eclipse NNTP server at news.eclipse.org in newsgroup eclipse.newcomer ...
    (comp.lang.java.softwaretools)
  • Re: afx_msg (VC++ 6->VS 2005)
    ... I think I used that feature for maybe 2 minutes then I ... I must admit that back in DOS days I did alot of ... void XXXX. ... In V6 it just assumed int for anything that wasn't typed, ...
    (microsoft.public.vc.mfc)
  • Re: [PATCH] workaround minor lockdep bug triggered by mm_take_all_locks
    ... Yes I wasn't aware of the AB BA feature that doesn't require the ... void f1 ... useful with its AB BA memory. ... Now I see lockdep has a good point to exist, for the lock inversion ...
    (Linux-Kernel)
  • Re: Simple Matrix Rotation
    ... >> void b ... > feature is one that's supported by the current standard (support is ... > There is never a good reason to use empty parentheses in a function ... > declaration or definition in C, ...
    (comp.lang.c)