doc

Clone Tools
  • last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- next-tutorial: documentation updates

    • -0
    • +638
    ./object-class-appclass.graffle
    • -0
    • +513
    ./object-class.graffle
    • -0
    • +2429
    ./object-parameter.graffle
    • binary
    ./object-parameter.png
    • -0
    • +420
    ./object-stack.graffle
    • -0
    • +719
    ./per-class-mixin.graffle
    • binary
    ./per-class-mixin.png
    • -0
    • +722
    ./per-object-mixin.graffle
    • binary
    ./per-object-mixin.png
    • -0
    • +1155
    ./slots.graffle
  1. … 5 more files in changeset.
- updated method count in migration guide

- update of css file for prince

- minor improvements

- added first version of next-tutorial.[txt|html]

    • -0
    • +1372
    ./next-tutorial.html
    • -0
    • +610
    ./next-tutorial.txt
  1. … 1 more file in changeset.
- minor wording update

- reduced width of made program text columns for making easier printable documents

- documentation work

  1. … 6 more files in changeset.
- update of the migration guide

  1. … 3 more files in changeset.
- update of migration guide

  1. … 1 more file in changeset.
- source code formatted via new pretty printer class

    • -2015
    • +3375
    ./next-migration.html
- removed method "setter" from migration guide

  1. … 1 more file in changeset.
- removed method "setter" from migration guide

  1. … 3 more files in changeset.
- extended und overworked mirgration guide (added e.g. multiplicity)

  1. … 1 more file in changeset.
- NSDeleteChildren: delete objects before classes - NSDeleteChildren: delete here aliases as well - fix potential crash when "next" is called from a non-proc frame.

  1. … 2 more files in changeset.
- Converted migration guide to asciidoc - Overhaul of serveral sections in asciidoc - Developed styles for nx for migration guide (.css and source-highlight)

    • -1484
    • +3695
    ./next-migration.html
    • binary
    ./next-migration.txt
  1. … 1 more file in changeset.
- minor updates of the migration guide

- made handling of unstacked entries optional by defining macro CHECK_ACTIVATION_COUNTS) - added macro NSF_DEVELOPMENT for toplevel handling if NDEBUG and CHECK_ACTIVATION_COUNTS - cleanup of method-modifiers.tcl - updated next migration guide

  1. … 6 more files in changeset.
- call scripted converters without checking protection - removed defaultMethodCallProtection from tests/parameters.tcl

  1. … 3 more files in changeset.
- slots: * change name "initcmd" of "experimental slot features" to "defaultcmd" to avoid naming conflict the the initcmd executed at the initilization of a slot object (effects XOTcl as well) * make defaultcmd/valuecmd/valuechangedcmd working for nx (absence of trace method) * provide error message, when default/defaultcmd/valuecmd are used non-exclusively * make sure to init per-object slots after copy operations * make nx::Attribute.destroy more definsive * extend test cases

  1. … 4 more files in changeset.
- removed capitalization from exit handler interface - reduced interface of exithandler to ::nsf::exithandler set|get|unset ?arg?

  1. … 10 more files in changeset.
- changed "info method lookup -application" into "info method lookup -source application" - introduced "info method lookup -source application|baseclasses|all" - updated migration guide - extended regression test

  1. … 7 more files in changeset.
- renamed "parameter" into "attributes" in nx - renamed "info parameter" into "info attributes" in nx - updated migration guide - fixed several common typos

  1. … 12 more files in changeset.
- changed "cls object method ..." and friends into "cls class-object method ..."

  1. … 17 more files in changeset.
- changed "info available" into "info lookup" (and accordingly c definitions, migration guide)

  1. … 13 more files in changeset.
- added flag "-type" to NsfObjInfoChildrenMethod - added flag "-type" to NsfObjInfoSlotObjectsMethod - removed dummy argument "pattern" from NsfObjInfoSlotObjectsMethod - removed NsfClassInfoSlotsMethod (implemented via "children ... -type ...") - moved "info slots" from nx::Class to nx::Object (to report e.g. per-object attributes) - extended regression test

  1. … 7 more files in changeset.
- replaced argument order on objectproperty to make it conformant with Tcl conventions - updated migration guide

  1. … 11 more files in changeset.
- introduced ::nsf::isobject - replaced in all scripts "::nsf::objectproperty ... object" by isobject

  1. … 14 more files in changeset.
- documented incompatiblity of object-invocation via method interface (due to ensemble objects) in migration guide

  1. … 1 more file in changeset.
- added object info methods mixinguard, mixinclasses to objectInfoMethod - added class info methods mixinguard, mixinclasses to classInfoMethod - built a temporary solution for dispatcher "mixin", since forward mangles args - nx: we have now "obj info mixin guard name" instead of "obj info filter -guard name" - nx: we have now "obj info mixin classes ...." instead of "obj info filter ...." - updated migration guide

  1. … 11 more files in changeset.