home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2000 September / Igromania_09.iso / Hex-16 / CRACK / QView / qview.exe / DOC_ENG / WHATSNEW.TXT < prev   
Text File  |  1998-06-26  |  5KB  |  75 lines

  1.  
  2.        ▀▀▀▀▀▀\   ▀▀\    ▀▀\  ▀▀▀▀▀▀▀\   ▀▀▀▀▀▀▀\  ▀▀\      ▀▀\   ver 2.69.03 ▄
  3.      ▀▀\    ▀▀\ ▀▀\    ▀▀\     ▀▀\     ▀▀\       ▀▀\      ▀▀\     ▀▀▀▀▀▀▀▀▀▀▀▀
  4.     ▀▀\    ▀▀\ ▀▀\    ▀▀\     ▀▀\     ▀▀▀▀▀▀▀\  ▀▀\  ▀\  ▀▀\
  5.    ▀▀\ ▀\ ▀▀\  ▀▀\  ▀▀\      ▀▀\     ▀▀\        ▀▀\ ▀▀\ ▀▀\
  6.     ▀▀▀▀▀▀\     ▀▀▀▀\     ▀▀▀▀▀▀▀\  ▀▀▀▀▀▀▀\     ▀▀\ ▀▀\     AGC Product ▄
  7.          ▀\                                                   ▀▀▀▀▀▀▀▀▀▀▀▀
  8.  
  9.                              Ver. 2.69.03
  10.                            ─══════════════─
  11.      ~ Extra managment of the views history file added. Now you can browse this
  12. history file loading previously viewed files in order they stored in list.
  13.  
  14.  ╬ [Ctrl]+[Tab] loads the next file from the views history list.
  15.  ╬ [Shift]+[Tab] loads the previous file from the views history list.
  16.  + Assembler search bug fixed - an illegal address use when searching for
  17.    the assembler command with a 'byte' step.
  18.  + Text editor bug fixed - block insertion over the end of file.
  19.  + String search bug fixed - search of the first character in file.
  20.  
  21.                              Ver. 2.69.02
  22.                            ─══════════════─
  23.  + Now you can use [Ctrl]+[K] to delete all characters from the current
  24.    position to the end of line in the text editor (like VC does).
  25.  + Block could be inserted inspite of whether it has been marked or not. If
  26.    no block marked the data will be taken from the qview.blk file (if any).
  27.  + "Petrovitch" on Shift+F1 become coloured ;)
  28.  + Minor changes.
  29.  
  30.                              Ver. 2.69.01
  31.                            ─══════════════─
  32.      ~  Now the text editor is implemented. It's work on-fly, i.e. all changes
  33. you made are immidiately written to file. The string length is limited of 255+
  34. ScreenWidth characters, though there's no matter for editor, i.e. it will work
  35. with the almost unlimited length strings, but the cursor posion could  be  not
  36. correct in such cases.  You see, it is the matter of time for me to make  this
  37. algorithm work correctly. Now all the basic operations are supported, such as:
  38. paste/replace, delete characters, delete string, delete to the  end  of  line,
  39. mark block, delete block, copy block to clipboard, paste block from clipboard,
  40. unmark block.  The last  block is stored in  the  folder  with  QVIEW.EXE,  in
  41. QVIEW.BLK file. I'm gonna add operations to work with  vertical blocks,  boxes
  42. drawing and text formatting.
  43.      The editor provides the current LineFeed and Char Set  support, unlimited
  44. file length and strings number within. The only  one pity thing is that a file
  45. updates immidiatly when you change some byte, so that the large files will de-
  46. crease the work speed, especcially when you're in the begin of such a file. So
  47. you should think to use some caching program. Under the Windows 95  we have no
  48. big problems with the work speed.
  49.      Think I should notice that all other viewer options such as  Wrap/Unwrap,
  50. Tab On/Off, etc. are influent on the editor as it's not an independed  module,
  51. but the superstructure on the TV  mode  only.  So take it easy  if  the  next
  52. character is suddenly placed on the next line with the Wrap mode on. Just set
  53. the options correctly. And the last, but not least. The text editor and full-
  54. file editing mode are the different procudures and works independedly!
  55.  
  56.  ╬ Text mode editing [F3] - Edit On/Off (TV)
  57.      ■ Delete character                                      [Del],[BS]
  58.      ■ Insert/replace mode                                   [Ins]
  59.      ■ Delete string                                         [Ctrl]+[Y]
  60.      ■ Delete all characters right (to the end of line)      [Alt]+[Y]
  61.      ■ Block mark                                            [Shift]+[Up]
  62.                                                              [Shift]+[Down]
  63.                                                              [Shift]+[Left]
  64.                                                              [Shift]+[Right]
  65.                                                              [Shift]+[Home]
  66.                                                              [Shift]+[End]
  67.                                                              [Shift]+[PgUp]
  68.                                                              [Shift]+[PgDn]
  69.      ■ Block delete                                          [Ctrl]+[Del]
  70.      ■ Insert block to the clipboard                         [Ctrl]+[Ins]
  71.      ■ Paste block from the clipboard                        [Shift]+[Ins]
  72.      ■ Unmark block                                          [Alt]+[U].
  73.  ╬ Text strings counter (current linefeed depended) - [Alt]+[C] (TV)
  74.  ╬ [Alt]+[G] in TV - goto string number...
  75.