View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001012 | Ecere SDK | documentor | public | 2013-09-30 08:14 | 2016-08-04 21:02 |
| Reporter | jerome | Assigned To | redj | ||
| Priority | immediate | Severity | major | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.44.09 | ||||
| Target Version | 0.44.15 | Fixed in Version | 0.44.15 | ||
| Summary | 0001012: Implement a source .ecDoc format using eCON (Our own twist on JSON!) | ||||
| Description | This is a top priority to facilitate documentation diffs in git and contribution. We'll see about how to save the compiled data in the runtime library, will we want a double eAR structure (doc entries within eCdoc within ecere.dll archive) or directly under a doc directory structure in archive. | ||||
| Tags | No tags attached. | ||||
|
|
doc source: libname.eCdoc/__global.econ libname.eCdoc/[namespace/[...]]classname.econ doc embedded in lib: .eCdoc/__global.econ .eCdoc/[namespace/[...]]classname.econ econ files content similar to this: { namespaces = [ { name = "ecere", namespaces = [ { name = "gui", classes = [ { name = "Window" ] } ] ] } methods = [ { name = "Create", parameters = [ ], description = "Create a Window" } ] |
|
|
Implemented by: https://github.com/ecere/ecere-sdk/commit/342b76432b2528c42589fe212424d9b21499b456 https://github.com/ecere/ecere-sdk/commit/bb4775241d149dec9775b9c6243a8d961e7366d3 and subsequent fixes |
|
|
Closed for 0.44.15 https://github.com/ecere/ecere-sdk/commit/37ac4ab4b983a5764f76d7fd77f6658924da8be0 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-09-30 08:14 | jerome | New Issue | |
| 2013-10-01 17:03 | jerome | Summary | Implement a source .ecDoc format using JSON => Implement a source .ecDoc format using eCON (Our own twist on JSON!) |
| 2014-05-01 10:53 | jerome | Relationship added | related to 0001024 |
| 2014-07-11 08:36 | jerome | Assigned To | => jerome |
| 2014-07-11 08:36 | jerome | Status | new => assigned |
| 2015-11-07 08:16 | jerome | Assigned To | jerome => redj |
| 2015-11-21 18:21 | redj | Note Added: 0001388 | |
| 2016-04-19 05:22 | jerome | Target Version | 0.44.11 Tablet Edition/Docs => 0.44.15 |
| 2016-08-03 12:58 | jerome | Note Added: 0001398 | |
| 2016-08-03 12:58 | jerome | Status | assigned => resolved |
| 2016-08-03 12:58 | jerome | Fixed in Version | => 0.44.15 |
| 2016-08-03 12:58 | jerome | Resolution | open => fixed |
| 2016-08-04 21:02 | jerome | Note Added: 0001432 | |
| 2016-08-04 21:02 | jerome | Status | resolved => closed |