Subversion Repositories Kolibri OS

Rev

Rev 5241 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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