File Manager for PicoMite
| Author | Message | ||||
| twofingers Guru Joined: 02/06/2014 Location: GermanyPosts: 1769 |
Hi Vadim, This is the "Wings" version of the FM (HDMI/640x480): version 02320 deleted The text file viewer (F3) now has additional capabilities: 1. Line-by-line scrolling. 2. Toggle line number display (F2). 3. Jump to a specific line (Ins). 4. Search function (F3 and Shift+F3). The previous cut function has been removed because the editor handles that task better. I prefer using the viewer for quick looks at text files because I don't have to worry about accidentally altering or damaging anything. The "command line" now spans two lines to accommodate longer paths (up to 127 characters). The three-line path display has also been visually updated to account for longer path lengths. Additionally, safeguards have been implemented to prevent errors caused by excessively long paths. The maximum number of files (including MP3 playback capability) is now 250 files per panel/folder. A tip: I have set my baud rate to 460,800 (OPTION BAUDRATE 460800). It feels like everything runs much more smoothly. Have fun! Michael Update: I found another small bug: the search function in the text viewer only highlighted the first occurrence in a line. Update2: There was a bug in the new copy function in version 02322 that prevented the original file date from being preserved during copying. I don't think anyone has downloaded the FM yet anyway, so it probably doesn't matter. Update3: A small improvement for the text viewer: the displayed page is preserved when switching to line numbers. Update4: The search (F3) function remembers the last input. Update5: The only new feature in this version is a progress bar in the txtviewer. The search function in the txtviewer has been modified and revised; it now starts from the current position - meaning you have to scroll to the first page if you want to search the entire file. This allows for better control over what is being searched. FMC02333.Wings.zip Update6: This is the newest test version of the FM-"Mutator". I originally just wanted to see if it was possible to implement a "replace" function in the viewer and get a feel for how it works. I am pleasantly surprised that it functions so well - much better than expected. In addition, the search function has been enhanced with RegEx support, and a bookmarking feature has been added. The downside is that the code has become very extensive and complex, and the maximum number of files per folder (RMax) has dropped to 240 (if music player functionality is to be supported). Backing up the original file _before_ performing any replacement is strongly recommended. FMC02400-Mutador.zip Edited 2026-08-24 00:42 by twofingers |
||||