Skip to content

Commit 8405d81

Browse files
author
delphidabbler
committed
Re-order categories into alphabetic order and remove comment
1 parent a18eb51 commit 8405d81

File tree

1 file changed

+27
-29
lines changed

1 file changed

+27
-29
lines changed

csdb/collection/categories.ini

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Desc=Arrays
33
Ini=arrays.ini
44

5+
[consts]
6+
Desc=Constants
7+
Ini=consts.ini
8+
59
[date]
610
Desc=Date and Time
711
Ini=date.ini
@@ -14,10 +18,6 @@ Ini=drive.ini
1418
Desc=Encoding
1519
Ini=encoding.ini
1620

17-
[io]
18-
Desc=File and Stream I/O
19-
Ini=io.ini
20-
2121
[file]
2222
Desc=File Management
2323
Ini=file.ini
@@ -30,9 +30,9 @@ Ini=graphics.ini
3030
Desc=Hex Utilities
3131
Ini=hex.ini
3232

33-
[web]
34-
Desc=Internet
35-
Ini=web.ini
33+
[io]
34+
Desc=File and Stream I/O
35+
Ini=io.ini
3636

3737
[maths]
3838
Desc=Mathematics
@@ -46,44 +46,42 @@ Ini=multimedia.ini
4646
Desc=Registry
4747
Ini=registry.ini
4848

49+
[shell]
50+
Desc=Windows Shell
51+
Ini=shell.ini
52+
4953
[string]
5054
Desc=String Management
5155
Ini=string.ini
5256

57+
[structs]
58+
Desc="Structures"
59+
Ini=structs.ini
60+
5361
[system]
5462
Desc=System
5563
Ini=sys.ini
5664

65+
[types]
66+
Desc=Types
67+
Ini=types.ini
68+
5769
[util]
5870
Desc=Utilities
5971
Ini=utils.ini
6072

73+
[wb]
74+
Desc="TWebBrowser"
75+
Ini=wb.ini
76+
77+
[web]
78+
Desc=Internet
79+
Ini=web.ini
80+
6181
[win]
6282
Desc=Windows
6383
Ini=windows.ini
6484

65-
[shell]
66-
Desc=Windows Shell
67-
Ini=shell.ini
68-
6985
[winsys]
7086
Desc=Windows System
7187
Ini=winsys.ini
72-
73-
# from categories.3.ini
74-
75-
[consts]
76-
Desc=Constants
77-
Ini=consts.ini
78-
79-
[structs]
80-
Desc="Structures"
81-
Ini=structs.ini
82-
83-
[types]
84-
Desc=Types
85-
Ini=types.ini
86-
87-
[wb]
88-
Desc="TWebBrowser"
89-
Ini=wb.ini

0 commit comments

Comments
 (0)