Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » uncommenting system.outs in the workspace
uncommenting system.outs in the workspace [message #93550] Mon, 14 July 2003 22:59 Go to next message
Eclipse UserFriend
Originally posted by: moni.ghosh.covigna.com

Hi All

I am trying to uncomment the print line statements from all the files in
the workspace. Any help for this matter is highly appreciated.

Thanks
Moni
Re: uncommenting system.outs in the workspace [message #93754 is a reply to message #93550] Tue, 15 July 2003 06:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Hi,

Search for 'System.out.print' in the workspace. Select all results in the
search results view. The popup menu of the view should contain a Replace
selected... dialog, where you can write '// System.out.print'. This should
work. It is a bit awkward anyway.

HTH,
Regards,
Csaba

"moni" <moni.ghosh@covigna.com> wrote in message
news:bevckk$42i$1@eclipse.org...
> Hi All
>
> I am trying to uncomment the print line statements from all the files in
> the workspace. Any help for this matter is highly appreciated.
>
> Thanks
> Moni
>
Re: uncommenting system.outs in the workspace [message #93769 is a reply to message #93754] Tue, 15 July 2003 07:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Oops, I show a way to commenting out code not uncommenting - fast read rulez
:-). But if you have // comments before System.out-s the receipt should work
(search for // System.out and replace them simply System.out).

Regards,
Csaba

"Horv
Re: uncommenting system.outs in the workspace [message #94126 is a reply to message #93769] Tue, 15 July 2003 16:53 Go to previous message
Eclipse UserFriend
Originally posted by: moni.ghosh.covigna.com

Thanks Csaba

Moni


Horváth, Csaba wrote:

> Oops, I show a way to commenting out code not uncommenting - fast read rulez
> :-). But if you have // comments before System.out-s the receipt should work
> (search for // System.out and replace them simply System.out).

> Regards,
> Csaba

> "Horváth, Csaba" <hcs33@egon.gyaloglo.hu> wrote in message
> news:bf08dm$qtb$1@eclipse.org...
> > Hi,
> >
> > Search for 'System.out.print' in the workspace. Select all results in the
> > search results view. The popup menu of the view should contain a Replace
> > selected... dialog, where you can write '// System.out.print'. This should
> > work. It is a bit awkward anyway.
> >
> > HTH,
> > Regards,
> > Csaba
> >
> > "moni" <moni.ghosh@covigna.com> wrote in message
> > news:bevckk$42i$1@eclipse.org...
> > > Hi All
> > >
> > > I am trying to uncomment the print line statements from all the files in
> > > the workspace. Any help for this matter is highly appreciated.
> > >
> > > Thanks
> > > Moni
> > >
> >
> >
Previous Topic:Ant hangs Eclipse
Next Topic:Perspective action
Goto Forum:
  


Current Time: Tue Jul 16 09:20:10 GMT 2024

Powered by FUDForum. Page generated in 0.03096 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top