home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume5 / xinfo / part01 / NOTES < prev    next >
Encoding:
Text File  |  1993-04-28  |  1.9 KB  |  37 lines

  1. Note (reference) handling can get a little screwy when dealing with
  2. notes that span lines or have lots of strange punctuation in them.
  3. I still don't know whether "Note" is as valid as "note" so I accept
  4. either case at the moment. The only other info driver I have also
  5. breaks on these so it's hard to say what the correct thing to do is.
  6.  
  7. Tags and indirect files are a crock. I hate them. They're a royal
  8. pain to deal with, and about 70% of the existing info files don't even
  9. have tags that point to the right places. There's got to be a better way.
  10. Whoever thought the current scheme up should take a long walk off a short pier.
  11.  
  12. The R4 Athena List widget seems to do a better job of packing menu items
  13. in the space available, though it doesn't always seem inform to inform
  14. the Paned widget correctly when it needs more space. All in all, however,
  15. this works a good deal better than it used to in R3.
  16.  
  17. The scrollbar often flickers on-and-off for no particularly good reason
  18. on the text widget, though this is only mildly annoying. It seems to
  19. think that it needs the scrollbar for a short time and then decides
  20. (correctly) that it really doesn't. This doesn't happen when the scrollbar
  21. is actually required.
  22.  
  23. Double repaints sometime occur on the text widget. I'm not sure why this
  24. is.
  25.  
  26. The text widget now uses a temporary disk file rather than using the
  27. string in-place. The main reason for this was that I couldn't get
  28. swapping the strings back-and-forth to work properly with the new
  29. text widget. Using the disk widget works better, though I still can't get
  30. it to update itself when changed unless I use XawtextEdit (and what
  31. I really want is XawtextRead). Any suggestions welcomed.
  32.  
  33. I think it should be also possible to click on a note or menu reference
  34. directly in the text pane and have something happen, but I haven't figured
  35. out a reasonable way to detect when and where the mouse is clicked in
  36. a Text widget. I'm open to advice.
  37.