home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / wdevnt.zip / CHANGES.TXT next >
Text File  |  1993-10-05  |  3KB  |  64 lines

  1.  
  2.                        W I N D E V (TM)
  3.  
  4. Version Update Log
  5. ------------------
  6.  
  7. Changes in 1.561:
  8. 1) Double clicking with left mouse button can be used as well as single
  9.     clicking with the right button for hypertext jumping.
  10. 2) When multiple lines are selected, tab indents them all.
  11. 3) If the active window is not in the project directory, project commands
  12.     now automatically change to the project directory before starting.
  13.  
  14. Bug Fixes in 1.561:
  15. 1) The user section of the tools menu was not updated correctly when the
  16.     main menu changed between its short and long forms.
  17. 2) The Z order of edit windows is now retained between sessions.
  18.  
  19. -----------------------------------------------------------------------
  20.  
  21. Changes in 1.56:
  22. 1) Added command to select text between matching braces (Shift+F9).
  23. 2) Added an edit command to join lines together (Ctrl+J).
  24. 3) If the Window Selector is in use, its position is saved so that it
  25.     can be automatically redisplayed on program initialisation.
  26. 4) Whenever Windev is reactivated, it checks if any of its active files
  27.     have been modified by another application. There is a new field on
  28.     the Global Settings dialog to enable/disable this feature.
  29. 5) The output from console programs in the tools menu can be optionally
  30.     captured in a log window (NT edition only).  If the output is in the
  31.     format of Grep, or compiler error messages, it can be used for
  32.     hypertext jumps.
  33. 6) Made the Grep command interruptible.
  34.  
  35. Bug Fixes in 1.56:
  36. 1) Searching for a character string starting with a non-ASCII character
  37.     (ie >= 0x80) failed.
  38. 2) The screen font height saved in the .INI file was not converted from
  39.     its point size correctly when read back in.
  40. 3) The section buffer for the .INI file was not large enough when many
  41.     tools were added to the Tools menu, so tools disappeared between
  42.     sessions.
  43. 4) A hypertext jump to a window that was already open read-only, attempted
  44.     to reopen it in edit mode.
  45. 5) Changing from a project with files open in multiple directories could
  46.     cause a message queue overflow, leaving Windev in an undefined state.
  47.  
  48. -----------------------------------------------------------------------
  49.  
  50. Changes in 1.55:
  51. 1) Added a "Mail" command to the File menu to mail the active file on
  52.     MAPI compliant mail systems.
  53. 2) Added an editor for file filters to simplify customization.  Click
  54.     "Filters" on the Global Settings dialog to start the editor.  The
  55.     sets of file filters for project and non-project mode are now
  56.     distinct.
  57.  
  58. Bug Fixes in 1.55:
  59. 1) The Manage Files dialog closed and could not be restarted if the
  60.     enter key was pressed when it had input focus (3.1 edition only).
  61. 2) When Windev is not installed on a fixed disk, WINDEV.INI is created
  62.     in the Windows directory, not the installation directory, so it can
  63.     be run directly from a CD-ROM drive.
  64.