Hi to all,
Is there someone who knows how can I check (with some tools) that my patches for OFBIZ contains only spaces and not tabs ? Thanks in advance Marco ------------------------------------------------------ Nuovo MOTOROLA MOTOKRZR K1. Superficie a specchio, fotocamera da 2 Megapixel e lettore MP3 integrato.Clicca e vinci ! http://click.libero.it/motorola9nov |
Hey Macro,
The best way to check whether your patch contains tabs or not open your patch file in the text editor(I use "gedit" on my linux box) and if there is some tab present in the file then the formatting will be irregular. If there is some tool exists to check whethere patch contains tab or not then I am also interested to know about that tool :) Regards Ashish Vijaywargiya --- "[hidden email]" <[hidden email]> wrote: > Hi to all, > > Is there someone who knows how can I check (with > some tools) that my patches for OFBIZ contains only > spaces and not tabs ? > > Thanks in advance > Marco > > > > > > Nuovo MOTOROLA MOTOKRZR K1. Superficie a specchio, > fotocamera da 2 Megapixel e lettore MP3 > integrato.Clicca e vinci ! > http://click.libero.it/motorola9nov > > > ____________________________________________________________________________________ Yahoo! Music Unlimited Access over 1 million songs. http://music.yahoo.com/unlimited |
Administrator
|
A very good tool for that job is an editor based on Scintilla component : http://www.scintilla.org/
They are plenty of them. On Windows I use the Bruce Dodson's version, like Ashish on Ubuntu I use Gedit. Jacques ----- Original Message ----- From: "Ashish Vijaywargiya" <[hidden email]> To: <[hidden email]> Sent: Thursday, November 09, 2006 12:06 PM Subject: Re: Tools to check that a patch contains only spaces and not tabs > Hey Macro, > > The best way to check whether your patch contains tabs > or not open your patch file in the text editor(I use > "gedit" on my linux box) and if there is some tab > present in the file then the formatting will be > irregular. > > If there is some tool exists to check whethere patch > contains tab or not then I am also interested to know > about that tool :) > > Regards > Ashish Vijaywargiya > > --- "[hidden email]" <[hidden email]> wrote: > > > Hi to all, > > > > Is there someone who knows how can I check (with > > some tools) that my patches for OFBIZ contains only > > spaces and not tabs ? > > > > Thanks in advance > > Marco > > > > > > > > > > > ------------------------------------------------------ > > Nuovo MOTOROLA MOTOKRZR K1. Superficie a specchio, > > fotocamera da 2 Megapixel e lettore MP3 > > integrato.Clicca e vinci ! > > http://click.libero.it/motorola9nov > > > > > > > > > > > ____________________________________________________________________________________ > Yahoo! Music Unlimited > Access over 1 million songs. > http://music.yahoo.com/unlimited |
In reply to this post by mrisaliti@libero.it
Try grep to find and sed to replace.
-----Original Message----- From: [hidden email] [mailto:[hidden email]] Sent: Thursday, 09 November 2006 01:00 PM To: ofbiz-dev Subject: Tools to check that a patch contains only spaces and not tabs Hi to all, Is there someone who knows how can I check (with some tools) that my patches for OFBIZ contains only spaces and not tabs ? Thanks in advance Marco ------------------------------------------------------ Nuovo MOTOROLA MOTOKRZR K1. Superficie a specchio, fotocamera da 2 Megapixel e lettore MP3 integrato.Clicca e vinci ! http://click.libero.it/motorola9nov NOTE: This e-mail message is subject to the MTN Group disclaimer see http://www.mtn.co.za/default.aspx?pid=34411 |
In reply to this post by Jacques Le Roux
Thanks to both of you (Jacques & Ashish) I will try those.
Marco Il giorno 09/nov/06, alle ore 12:16, Jacques Le Roux ha scritto: > A very good tool for that job is an editor based on Scintilla > component : http://www.scintilla.org/ > > They are plenty of them. > > On Windows I use the Bruce Dodson's version, like Ashish on Ubuntu > I use Gedit. > > Jacques > > ----- Original Message ----- > From: "Ashish Vijaywargiya" <[hidden email]> > To: <[hidden email]> > Sent: Thursday, November 09, 2006 12:06 PM > Subject: Re: Tools to check that a patch contains only spaces and > not tabs > > >> Hey Macro, >> >> The best way to check whether your patch contains tabs >> or not open your patch file in the text editor(I use >> "gedit" on my linux box) and if there is some tab >> present in the file then the formatting will be >> irregular. >> >> If there is some tool exists to check whethere patch >> contains tab or not then I am also interested to know >> about that tool :) >> >> Regards >> Ashish Vijaywargiya >> >> --- "[hidden email]" <[hidden email]> wrote: >> >>> Hi to all, >>> >>> Is there someone who knows how can I check (with >>> some tools) that my patches for OFBIZ contains only >>> spaces and not tabs ? >>> >>> Thanks in advance >>> Marco >>> >>> >>> >>> >>> >> ------------------------------------------------------ >>> Nuovo MOTOROLA MOTOKRZR K1. Superficie a specchio, >>> fotocamera da 2 Megapixel e lettore MP3 >>> integrato.Clicca e vinci ! >>> http://click.libero.it/motorola9nov >>> >>> >>> >> >> >> >> >> _____________________________________________________________________ >> _______________ >> Yahoo! Music Unlimited >> Access over 1 million songs. >> http://music.yahoo.com/unlimited |
Free forum by Nabble | Edit this page |