home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / misc / 1848 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  1.7 KB

  1. Path: sparky!uunet!caen!uflorida!sinkhole.unf.edu!shite
  2. From: shite@sinkhole.unf.edu (Stephen Hite)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Selecting and deleting in BCW
  5. Message-ID: <1992Sep15.123312.25164@sinkhole.unf.edu>
  6. Date: 15 Sep 92 12:33:12 GMT
  7. Organization: Univ. of North Florida
  8. Lines: 34
  9.  
  10.  
  11. During my travels in text editors on windowing systems, there's been
  12. one feature they've all seemed to shared:
  13.  
  14.    When you select a block of text with the mouse and then either start
  15.    typing *or* press the DEL key, then the selected text will be deleted.
  16.    In the case of typing after a selection, the new text entered will
  17.    replace what was previously selected. 
  18.  
  19. This is not what happens in BC++ for Windows.  When you mark a section of
  20. text and start typing, the marked text does not get deleted.  When you
  21. mark a section of text and press the DEL key, the text does not get
  22. deleted.  I would like to change this default behavior but I cannot
  23. find out how.
  24.  
  25. This brings up an inconsitency in the Borland windows-hosted products...
  26.  
  27.    In Resource Workshop, when you edit a resource as text, the above
  28.    "selection rule" I've stated is followed.  
  29.  
  30. Next time you're in your favorite word processor on Windows, try what
  31. I've just suggested with the selecting of text and then start to
  32. type or press the DEL key.   I'll bet you the "selection rule" 
  33. holds. 
  34.  
  35. I would like to suggest to Borland that they change the default behavior
  36. of BCW in regard to the "selection rule" because it is not only 
  37. inconsistent with their Resource Workshop text editing (which does it
  38. the "right way", IMHO) but also a vast majority of text editing and word
  39. processing packages hosted on Windows as well. 
  40.  
  41.  
  42. Steve Hite
  43. shite@sinkhole.unf.edu
  44.