| Printable Version of Topic
Click here to view this topic in its original format |
| Forum > General Discussions > Programmer's Large File Editor, HiEditor V3.0.0.1 |
| Posted by: akyprian Jan 9 2008, 06:32 AM |
| Hi all, This is the change log for HiEditor V3.0.0.1 What's new -Selection drag-and-drop bug, undoing a drag-and-drop operation is not correct and behavior is unpredictable (blues) -The left bar with the line numbers is now sized according to the the last line number when Autosize is selected (blues) -The selection bar can now be set to 0 pixels wide (JimG) -The horizontal scrollbar was not set properly when loading files with long text lines which contain "wide" characters (e.g. W,M) (JHa) Get it http://www.winasm.net/forum/index.php?showtopic=2156. Regards, Antonis |
| Posted by: blues Jan 9 2008, 07:58 AM | ||
sorry, but this bug is not fixed. blues |
| Posted by: StickyNomad Jan 9 2008, 09:53 AM | ||
Very nice, thank you! |
| Posted by: akyprian Jan 9 2008, 10:51 AM |
| @blues: strange indeed. could you please give me detailed instructions to reproduce it, preferably by also uploading a very small file that will help me track the problem down? Thanks you StickyNomad |
| Posted by: blues Jan 10 2008, 12:37 AM |
| i found where is the problem! the files that have this problem have only LF for line end marker and not CR+LF. probably HiEditor gets confused by this. we had another discussion about this generating other problems here: http://www.winasm.net/forum/index.php?showtopic=1834 blues |
| Posted by: QuoVadis Jan 10 2008, 05:54 AM |
| A small suggestion: When reloading the file due to a file change alert HiEditor should remember the actual position in the file. This would be very helpful when watching logfiles (yes I know, tail would be a better program for those jobs). Thx for your work! QuoVadis |
| Posted by: akyprian Jan 10 2008, 08:23 AM |
| @blues: You are probably right. I 'll fix it soon. @QuoVadis: Your point is good, but I am rather skeptical what the actual position in the file is. Since the file is changed outside HiEditor, text might have been inserted /removed before the actual point, the file might have changed completely etc. I really need to hear your thoughts about this. Regards, Antonis |
| Posted by: richm Jan 10 2008, 11:54 AM |
| kewl |
| Posted by: QuoVadis Jan 11 2008, 04:18 AM |
| Well, I would say: If reloaded file >= loaded file: jump to current position If reloaded file < loaded file: jump to end of file (or maybe start but end is IMHO the more logical choice) |