Changes between Initial Version and Version 1 of Documentation/T3Q/Misc-Features


Ignore:
Timestamp:
06/03/10 15:59:46 (14 years ago)
Author:
zeiss
Comment:

Importing pages from "/var/lib/svn/trac/etsicheck2" using WikiImport plugin.

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/T3Q/Misc-Features

    v1 v1  
     1== T3Q Misc Features == 
     2 
     3Several features of general usability significance are implemented to improve the usage and automation of T3Q. 
     4 
     5=== List Imported Module Names === 
     6 
     7 - '''Symbolic Name in XML Configuration''': featureListImportedModuleNames 
     8 - '''Dependant Tags in XML Configuration''':  
     9 
     10If enabled, all imported modules will be listed in the form of information messages, with the following format:  
     11{{{ 
     12[[<ImportingFilenamePath>]<ImportingFilename>]]<LineNumber>: Information: Importing  
     13from module "<ImportedModuleName>"... 
     14}}} 
     15 
     16By default, this feature is disabled. 
     17 
     18=== List Imported File Names === 
     19 
     20 - '''Symbolic Name in XML Configuration''': featureListImportedModuleFileNames 
     21 - '''Dependant Tags in XML Configuration''':  
     22 
     23If enabled, all imported modules and the files they are located in (if the files are part of the input) will be listed in the form of information messages, with the following format:  
     24{{{ 
     25[[<ImportingFilenamePath>]<ImportingFilename>]]<LineNumber>: Information: Importing  
     26from module "<ImportedModuleName>" located in "<ImportedModuleFileName>"... 
     27}}} 
     28 
     29By default, this feature is disabled. 
     30 
     31 
     32=== List Importing Module Names === 
     33 
     34 - '''Symbolic Name in XML Configuration''': featureListImportingModuleNames 
     35 - '''Dependant Tags in XML Configuration''':  
     36 
     37If enabled, all modules importing the currently analyzed module will be listed in the form of information messages, with the following format:  
     38{{{ 
     39[[<CurrentFilenamePath>]<CurrentFilename>]]<LineNumber>: Information: Module  
     40"<CurrentlyAnalyzedModuleName>"! is imported in module "<ImportingModuleName>"... 
     41}}} 
     42 
     43By default, this feature is disabled. 
     44 
     45=== List Importing File Names === 
     46 
     47 - '''Symbolic Name in XML Configuration''': featureListImportingModuleFileNames 
     48 - '''Dependant Tags in XML Configuration''':  
     49 
     50If enabled, all modules importing the currently analyzed module and the files they are located in will be listed in the form of information messages, with the following format:  
     51{{{ 
     52[[<CurrentFilenamePath>]<CurrentFilename>]]<LineNumber>: Information: Module  
     53"<CurrentlyAnalyzedModuleName>" is imported in module "<ImportingModuleName>"  
     54located in "<ImportingFileName>"! 
     55}}} 
     56 
     57By default, this feature is disabled.