-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog.txt
More file actions
27 lines (24 loc) · 851 Bytes
/
ChangeLog.txt
File metadata and controls
27 lines (24 loc) · 851 Bytes
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
[Mon Jan 13]
* new way of processing var/methods and printing them
- Arrow/Fat arrow
- manage method start/end with indentation_level
* Consider each file as a *class* [X]
- should be named like this => _MODULE_ = "UI::Button"
- file version can also be tracked
- includes are tracked
- author can be specified
[Sun Jan 5]
* Process methods [X]
- Arrow/Fat arrow
- manage method start/end with indentation_level
* Consider each file as a module [X]
DATA VIEW ::
$self->{'_hData'}->{'module'}->{$module} = {
modulename => $module,
inherits => [],
attributeorder => [],
subroutineorder => [],
};
* TO-DO next
- change dev branch to be visible
- Process module vars