home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4127 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: Norway.EU.net!usenet
  2. From: patrick.hanevold@login.eunet.no (Patrick Hanevold)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Which editor for programming?
  5. Date: 16 Feb 1996 00:48:41 GMT
  6. Organization: EUnet Norway
  7. Message-ID: <813.279T81T1689@login.eunet.no>
  8. References: <john.hendrikx.4dzi@grafix.xs4all.nl>
  9. NNTP-Posting-Host: pc5.asker-pm2-1.eunet.no
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13. >How about adding a label in front of an instruction?  Then these fake tabs
  14. >start to become REALLY annoying.  You can't replace tabs with spaces, since
  15. >these are simply not the same thing.  A TAB means X spaces, where X is
  16. >dependant on the position of the TAB character.  If the TAB character moves,
  17. >then the number of spaces changes.  GoldED can never immitate this last, but
  18. >very important feature of TABs with just spaces.
  19.  
  20. >I'll even give an example:
  21.  
  22. >  <tab>Rts
  23.  
  24. >Which I want to change into:
  25.  
  26. >  Exit:<tab>Rts
  27.  
  28. >GoldED:
  29.  
  30. >  "        Rts"  becomes:
  31. >  "Exit:        Rts"
  32.  
  33. Your wrong!
  34.  
  35. >A *REAL* Editor:
  36.  
  37. >  "        Rts"  becomes:
  38. >  "Exit:   Rts"
  39.  
  40. Just like GoldEd.
  41.  
  42. >Grtz John
  43.  
  44. <sb>Patrick Hanevold - Virtual Reality developer
  45. <sb>patrick.hanevold@login.eunet.no
  46. <sb>Amiga and official Be developer
  47.  
  48.