-
Notifications
You must be signed in to change notification settings - Fork 0
/
azip todo.txt
52 lines (38 loc) · 1.96 KB
/
azip todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
- Recompression: recompress small files using a memory stream instead of a temp file.
- Console mode through command lines options:
-a : Add
-d : Delete
-i : Install
-ia: Install for All Users
-t : Text mode (only console output)
-g : Graphic mode (GUI mode)
-q : Quiet: neither console output, nor GUI (for deamons or context menu operations)
- Search also in Unicode modes.
Actions to be implemented:
* Test recursive: test entries which are Zip files, and so on.
See AZip_Common.Is_valid_Zip_archive for detecting Zip archives (could be .xlsx, .jar or other files...)
* Touch (change time stamp to now or a certain date) entries for selected names
* Set selected names to lower case
* Encrypt entire archive
* (2 or more archives) :
* Compare
* Merge
GWindows layer
==============
gw - Explorer context menu: extract Zip to (.../[archive name]/here)
See: https://github.com/zertovitch/azip/issues/2
gw - Explorer context menu: Add folder to [folder name].zip
gw - drag & drop from list to another folder in a tree (same archive child window)
gw - drag & drop a folder to another folder (same archive child window)
gw - drag & drop from list to another list (between two child windows)
gw - drag & drop from list to another folder in a tree (between two child windows)
gw - drag & drop a folder to another folder (between two child windows)
gw - "view": double-click / return -> open file in temp dir. (as Outlook does) or own
(pre)viewer for text and pictures.
gw - "view" function on text: show in a Scintilla window
gw - "view" function on picture: show in a bitmap, using GID
gw - "copy" saves directory list or tree into text clipboard
gw - copy/paste entre fenêtres
gw - !! sélection: somme des tailles compressées et non compressées en #octets
gw - "[Rename]" dans les conflits de nom
gw - Copy_File & Rename that work with utf-8 (don't use Ada.Directories)