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 > > > |