mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Updated for Pascal text files.
This commit is contained in:
parent
da3177feea
commit
6da35f6e9c
6
TODO
6
TODO
@ -20,9 +20,11 @@ This is the internal list of items that need to be done.
|
|||||||
* File viewer window now scrolls an appropriate amount: PgUp/PgDn, arrows,
|
* File viewer window now scrolls an appropriate amount: PgUp/PgDn, arrows,
|
||||||
mousewheel all work (must select content area first of course).
|
mousewheel all work (must select content area first of course).
|
||||||
* Wizard windows no longer show up with the title bar off the screen.
|
* Wizard windows no longer show up with the title bar off the screen.
|
||||||
* Refactor FileViewerWindow. Created supporting FilterAdapter classes as well as
|
* Refactored FileViewerWindow. Created supporting FilterAdapter classes as well as
|
||||||
(presumably) reusable ContentAdapters. Started caching the filtered content for
|
(presumably) reusable ContentAdapters. Started caching the filtered content for
|
||||||
a little speed improvement when switching filters (native, hex, raw) in the FileView.
|
a little speed improvement when switching filters (native, hex, raw) in the FileView.
|
||||||
|
* Hans Otten provided information on Apple Pascal's formatting of ".text" files - they
|
||||||
|
are now read correctly with appropriate character spacing and header section is ignored.
|
||||||
|
|
||||||
--- FUTURE 1.3.x ---
|
--- FUTURE 1.3.x ---
|
||||||
o Create reusable show dialog messages (they're scattered all over right now) to clean
|
o Create reusable show dialog messages (they're scattered all over right now) to clean
|
||||||
@ -37,8 +39,6 @@ o Improve file preview for AppleWorks Word Processor files (make implementation
|
|||||||
generic to a Word Processor).
|
generic to a Word Processor).
|
||||||
o SWT image handlers do not appear to work correctly. BMP works - but color seems
|
o SWT image handlers do not appear to work correctly. BMP works - but color seems
|
||||||
off. GIF/PNG/JPEG give errors or a black image.
|
off. GIF/PNG/JPEG give errors or a black image.
|
||||||
o It has been reported that Apple Pascal includes extra information at the beginning
|
|
||||||
and/or the end of a line - need to resolve this for the preview and export function.
|
|
||||||
o Resolve OS X issues where window cannot come to the foreground.
|
o Resolve OS X issues where window cannot come to the foreground.
|
||||||
o Further automate build (and web site) deployment.
|
o Further automate build (and web site) deployment.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user