doc

Clone Tools
  • last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Some more refactoring

Refactor the include file slightly, so that Object/Class-specific parameters etc. of a shared method documentation can be provided in the respective Object.man/Class.man files

Continue working in man pages, introducing a first shared section using [include] and [vset]

Adding to Object.man: cget, configure, move, copy, ...

Some additions to Object.man

  1. … 1 more file in changeset.
Started working on an authoritative man page for nx::Object, still cleaning up and still tweaking the doctools markup

- fix typo

- added sample script doc/example-scripts/tk-geo.tcl

    • -0
    • +959
    ./example-scripts/tk-geo.html
    • -0
    • +158
    ./example-scripts/tk-geo.tcl
    • binary
    ./example-scripts/tk-geo1.png
    • binary
    ./example-scripts/tk-geo2.png
  1. … 1 more file in changeset.
- added example scripts rosetta-sudoku.{tcl,html} and tk-ludo.{tcl,html}

    • -0
    • +1099
    ./example-scripts/rosetta-sudoku.html
    • -0
    • +312
    ./example-scripts/rosetta-sudoku.tcl
    • -0
    • +1389
    ./example-scripts/tk-ludo.html
    • -0
    • +547
    ./example-scripts/tk-ludo.tcl
  1. … 2 more files in changeset.
- updated locomotive example to use nx::callback

- make sure that packages from XOTcl 1 require XOTcl 1

  1. … 87 more files in changeset.
- release work

  1. … 1 more file in changeset.
Minor correction in announcement

Proof-read announcement for a second time

- updated release documents

  1. … 3 more files in changeset.
- add needed "cget" call

    • -47
    • +66
    ./example-scripts/tk-horse-race.html
- documentation update and regeneration of html docs

    • -27
    • +47
    ./example-scripts/rosetta-unknown-method.html
    • -46
    • +65
    ./example-scripts/tk-locomotive.html
    • -31
    • +50
    ./example-scripts/tk-spread.html
    • -13
    • +14
    ./next-tutorial/next-tutorial.html
    • -11
    • +11
    ./next-tutorial/next-tutorial.txt
- adjust style files

- updated HTML renderings of examples

    • -48
    • +68
    ./example-scripts/container.html
    • -103
    • +52
    ./example-scripts/rosetta-abstract-type.html
    • -109
    • +52
    ./example-scripts/rosetta-constraint-genericity.html
    • -88
    • +44
    ./example-scripts/rosetta-delegates.html
    • -29
    • +47
    ./example-scripts/rosetta-polymorphism.html
    • -30
    • +49
    ./example-scripts/rosetta-singleton.html
    • -44
    • +63
    ./example-scripts/traits-composite.html
    • -38
    • +57
    ./example-scripts/traits-simple.html
nx::test: - change test cases to newer interface - don't use "namespace import nx::*" in test cases when not required

  1. … 32 more files in changeset.
- fix typos, example code

  1. … 1 more file in changeset.
- further release work

  1. … 34 more files in changeset.
Fixed some typos and suggesting some rewording

- preparing 2.0b5 release

  1. … 2 more files in changeset.
nx.tcl: - renamed variable option "-config" to "-configurable" to make its intention clearer

  1. … 7 more files in changeset.
- renamed initblock parameter from __initcmd to __initblock - renamed nsf::configure parameter from "keepinitcmds" to "keepcmds" - saving "keepcmds" in an associative array named "__cmd(/parameternName)" to allow saving of multiple parmeters with less nameclash danger (when application stays away from variables stating with double underscore)

    • -2463
    • +164
    ./next-tutorial/slots.graffle
  1. … 16 more files in changeset.
nx.tcl: - removed "info is .." since it might raise more questions than it solves

  1. … 7 more files in changeset.
Traits: - changed from traits-as-objects to traits-as-classes. This allows for higher orthogonality of traits and class definitons and allows in principle traits for object-specific methods (not fully implemented/tested) - fixed property/variable inheritance in traits.

    • -11
    • +12
    ./example-scripts/traits-composite.tcl
  1. … 3 more files in changeset.
- streamline documentation

- C-code Generator: added "-typeName" for enumeration types that allows for disambiguation of enumerations with different argument names. Before that, the argument name determined the c-type of the enumeration. Therefore it was not possible to use argName "-type" for two different functions with a different list of enumerators.

- changed "-methodtype" to simply "-type" in

/obj/ info methods ... ?-type all|scripted|builtin|alias|forwarder|object|setter|nsfproc? ...

/obj/ info object methods ... ?-type all|scripted|builtin|alias|forwarder|object|setter|nsfproc? ...

/obj/ info lookup methods ... ?-type all|scripted|builtin|alias|forwarder|object|setter|nsfproc? ...

  1. … 13 more files in changeset.