Subversion Repositories Kolibri OS

Rev

Rev 827 | Rev 1624 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. HISTORY:
  3.  
  4. 4.0.5 (Rus, mike.dld)
  5.   bug-fixes:
  6.     - new tab is created when opening a file from Tinypad's home folder
  7.       (was opening in current tab if there was a new file, even modified)
  8.     - show "save file" dialog for new files or files from Tinypad's home folder
  9.     - line is redrawn after lining up a single char and then deleting it
  10.       (pressing Del twice) [#1]
  11.     - update tab/window title and highlighting mode after file save
  12.     - allocate 1024 bytes in case file not found (avoid crash)
  13.   changes:
  14.     - max line length changed back to 4GB, each line overhead is 6 bytes now
  15.     - settings are stored in INI file (using libini), allowing binary to be compressed
  16.   new features:
  17.     - prompt to save modified file before closing (+fixes)
  18.     - button to close current tab (+fixes)
  19.     - mouse scroll wheel support
  20.     - numpad support
  21.  
  22. 4.0.4 (mike.dld)
  23.   bug-fixes:
  24.     - statusbar contained hint after dialog operation cancelled
  25.     - small drawing fix for gutter and line saved/modified markers
  26.       (incorrect calculations)
  27.     - incorrect lines marking on Ctrl+V
  28.     - put filename of current tab into open/save dialog (noticed by Maxxxx32)
  29.   changes:
  30.     - editor and other modifications to ease parts placement changing,
  31.       including changes in look
  32.     - modified/saved colors now match those in MSVS
  33.     - function 70 for *all* file operations (including diamond's fixes)
  34.     - use memory manager instead of statically allocated region
  35.     - case-insensitive filenames input, to be able to open/save files with
  36.       non-latin chars in name (russian etc.)
  37.     - reduced flickering (changes checker)
  38.     - overall code cleanup
  39.   new features:
  40.     - recode tables between CP866, CP1251 and KOI8-R (suggested by Victor)
  41.     - tabbed interface, ability to open several files in one app instance
  42.       (thanks IRC guys for ideas and testing)
  43.     - make any tab default to compile it disregarding currently active tab
  44.     - configuration dialog (colors, tabs positioning)
  45.  
  46. 4.0.3 (mike.dld)
  47.   bug-fixes:
  48.     - 1-char selection if pressing <BS> out of real line length
  49.     - fault in `writepos`, added call to function 9
  50.     - main menu items weren't highlighted if popup opened and cursor
  51.       isn't in main menu item's area
  52.     - statusbar and textboxes drawing fixes (wrong colors)
  53.     - perform no redraw while pressing Shift, Ctrl, Alt keys
  54.     - data length from DOCPAK in string representation (fixed by diamond)
  55.     - compare file extension case-insensitively (fixed by diamond)
  56.   changes:
  57.     - function 70 instead of 58 for files loading/saving
  58.     - clientarea-relative drawing (less code)
  59.     - every line's dword is now splitted into 2 words;
  60.       low word - line block length, so max line length is 64KB now
  61.       high word - various flags. for now, only 2 of 16 bits are used:
  62.         if bit #0 is set, line was modified since file open
  63.         if bit #1 is set, line was saved after last modification
  64.       high word could also be further used for code collapsing and different
  65.         line marking features (breakpoints, errors, bookmarks, etc.)
  66.   new features:
  67.     - line markers for modified and saved lines
  68.     - status messages for various actions
  69.  
  70. 4.0.2 (mike.dld)
  71.   bug-fixes:
  72.     - program terminates if started with parameters (fine for DOCPAK)
  73.  
  74. 4.0.1 (mike.dld)
  75.   bug-fixes:
  76.     - unable to run program after exiting from main menu (Alt+X)
  77.   new features:
  78.     - integration with DOCPAK
  79.  
  80. 4.0 (mike.dld)
  81.   bug-fixes:
  82.     - main menu popups' "on show" was called only for first shown popup
  83.     - clear selection on left/right arrow keys
  84.   new features:
  85.     - "replace" dialog (w/o "skip", "replace all")
  86.     - line numbers display
  87.     - options (except "appearance" and "smart tabulation")
  88.     - options saving (colors, window position, "Options" popup triggers)
  89.  
  90. 4.0 beta 2 (mike.dld)
  91.   bug-fixes:
  92.     - unable to start if /rd/1/example.asm is missing (from Halyavin)
  93.     - clicking on menu items draws main window in popup (from Rohan)
  94.     - passed parameters aren't taken into account (from Mario79)
  95.     - background isn't erased if text lines < screen lines after
  96.       selection deletion (from Rohan)
  97.  
  98. 4.0 beta 1 (mike.dld)
  99.   menu bar and popup menu;
  100.     removed buttons from the top and input fields from the bottom since
  101.     now they're accesible through main/popup menu;
  102.   improved keyboard handling (using 66th function);
  103.     support for almost all FASMW keyboard shourtcuts;
  104.   added text selection ability, standard selection operations
  105.     (copy,cut,paste);
  106.   new integrated dialogs (open, save, find)
  107.   fix to collapse SPACEs into TABs only for *.asm and *.inc files
  108.  
  109. 3.78a (mike.dld)
  110.   fixed termination while typing in x positions higher than (line_length+10);
  111.   improved drawing on small heights
  112.     don't draw window while its height = 0 (Kolibri "minimize" support)
  113.  
  114. 3.78 (mike.dld)
  115.   now lines may be of ANY length;
  116.     optimized memory usage (less memory for internal file representation)
  117.       after loading file, it's internal size equals to its real size
  118.       plus 14 bytes for each line (4 bytes for line length
  119.         and 10 spaced to the end - to reduce data relocations count);
  120.     completely rewritten keyboard handling;
  121.     added horizontal scrollbar;
  122.   all line feed formats are supported: WIN(CRLF),*NIX(LF),MAC(CR);
  123.   etc.
  124.  
  125. 3.77 (mike.dld)
  126.   changed save_string to collapse SPACEs into TABs;
  127.   rewrote drawfile from scratch (speed++)
  128.     through some drawing improvements  needed
  129.     (some checkups to reduce flickering);
  130.   writepos (size--);
  131.   fixed drawing window while height < 100px, and for non-asm files;
  132.   several small fixes; speed/size optimizations
  133.  
  134. 3.76 (mike.dld)
  135.   changed loadfile/loadhdfile to expand TABs into SPACEs;
  136.   changed TAB,ENTER,DELETE,BSPACE keys behaviour (rewritten from scratch);
  137.   vertical scrollbar;
  138.   extra window resizing capabilities (added a couple of constants);
  139.   completely new text cursor management & moving text cursor with mouse;
  140.   improved search function, moving cursor to beginning of text found;
  141.   adjustable max line width (change LINE_WIDTH & recompile) // (obsolet)
  142.  
  143. 3.75a
  144.   fixed converting char to upper case in read_string
  145.  
  146. 3.75
  147.   rewrote save_file from scratch; bugfix in loadfile;
  148.  
  149. 3.74
  150.   optimisation
  151.  
  152. 3.73
  153.   completly new load_file function
  154.  
  155. 3.72
  156.   speed++
  157.  
  158. 3.71
  159.   error beep
  160.  
  161. 3.6,3.7:
  162.   many bugs fixed
  163.   simple toolbar
  164.   compile, run applications from TINYPAD, all fasm output is in debug board
  165.   TAB button
  166.   auto-indent
  167.   Ctrl+L - insert comment string
  168.