From: Sven W. <sv...@sv...> - 2003-04-13 15:54:14
|
Please have a good look on your editors, some (->maz2k) write in every line a ^M, example: ***** <?php^M^M $isActive = isActive($conf->host, $conf->port);^M^M ^M^M ***** With this text i can't make any updates to the CVS anymore (because CVS thinks ALL lines are new) Now functions.inc is defect and i'm searching for a way to get it work again :-( |
From: MAZ <MA...@gm...> - 2003-04-15 10:10:45
|
Hi Sven, I'm sorry about that. Which editor do you use? I'm using TextPad, but if there is an alternative which doesn't screw up the code ... :) Sorry & cYa, Mathias Am 13 Apr 2003 um 17:51 hat Sven Walther geschrieben: > Please have a good look on your editors, some (->maz2k) write in every > line a ^M, example: > ***** > <?php^M^M > $isActive = isActive($conf->host, $conf->port);^M^M > ^M^M > ***** > > With this text i can't make any updates to the CVS anymore (because CVS > thinks ALL lines are new) > > Now functions.inc is defect and i'm searching for a way to get it work > again :-( > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Phpeselgui-developer mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpeselgui-developer > |
From: bipbip <bi...@mo...> - 2003-04-15 10:26:48
|
On Tue, Apr 15, 2003 at 12:10:23PM +0200, MAZ wrote: > Which editor do you use? I'm using TextPad, but if there is an > alternative which doesn't screw up the code ... :) I use EditPad Lite (freeware), and it supports windows/unix format, so there is no problem with it :). -- bipbip http://www.moomoocamp.net Just moo it ! |
From: Roman K. <rom...@ep...> - 2003-04-15 11:40:25
|
> I use EditPad Lite (freeware), and it supports windows/unix format, so > there is no problem with it :). Oh c'mon! (g)vim rulez! btw, any emacs-freaks in here? *g* regards Roman |
From: bipbip <bi...@mo...> - 2003-04-15 11:52:50
|
On Tue, Apr 15, 2003 at 01:41:07PM +0200, Roman Kreisel wrote: > Oh c'mon! (g)vim rulez! aarrhh ! What are you saying ? I honestly don't like gvim (well, vim 0wnZ d4 w0rLd in text mode, but i still don't know how to copy paste, i _really_ have to learn a bit more about vim :D). I think that EditPad is a good editor for windows... if you have any better editor (NOT gvim :p), let me know, i would like to try it. > btw, any emacs-freaks in here? *g* ... mv emacs /dev/null ... -- bipbip http://www.moomoocamp.net Just moo it ! |
From: Don S. <do...@se...> - 2003-04-15 11:58:13
|
I would use vim. There is a vim for windows also. Windows editors like textpad/notepad/wordpad leave those carriage return characters in. There are utilities like dos2unix which will remove those, but the problem is with the editors in the first place. Don. On Tue, 15 Apr 2003, MAZ wrote: > Hi Sven, > > I'm sorry about that. > > Which editor do you use? I'm using TextPad, but if there is an > alternative which doesn't screw up the code ... :) > > Sorry & cYa, > Mathias > > Am 13 Apr 2003 um 17:51 hat Sven Walther geschrieben: > > > Please have a good look on your editors, some (->maz2k) write in every > > line a ^M, example: > > ***** > > <?php^M^M > > $isActive = isActive($conf->host, $conf->port);^M^M > > ^M^M > > ***** > > > > With this text i can't make any updates to the CVS anymore (because CVS > > thinks ALL lines are new) > > > > Now functions.inc is defect and i'm searching for a way to get it work > > again :-( > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > > for complex code. Debugging C/C++ programs can leave you feeling lost and > > disoriented. TotalView can help you find your way. Available on major UNIX > > and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > Phpeselgui-developer mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpeselgui-developer > > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpeselgui-developer mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpeselgui-developer > > > |