MantisBT - ParaView
View Issue Details
0013695ParaView(No Category)public2012-11-30 13:322013-05-23 05:04
Sven Buijssen 
Nikhil Shetty 
normalminorhave not tried
closedfixed 
 
4.0 
TBD
0013695-distinguish-PluginReader-from-VisItBridge
feature
0013695: [git/master] Better distinguish between VisItBridge Analyze reader and AnalyzeNIfTIReaderWriter plugin reader
Both VisItBridge and the AnalyzeNIfTIReaderWriter plugin provide a
reader for "Analyze Files":

Utilities/VisItBridge/databases/visit_readers.xml:141-144
      <Hints>
        <ReaderFactory extensions="img hdr"
          file_description="ANALYZE Files" />
      </Hints>

Plugins/AnalyzeNIfTIReaderWriter/AnalyzeNIfTISM.xml:24
        <ReaderFactory extensions="img hdr"
         file_description="Analyze Files" />

I'm wondering whether it wouldn't be less ambiguous to append a
"(VisIt)" or "(Plugin)", respectively, to either one of the file_description arguments.

Related to issue 12132.
No tags attached.
Issue History
2012-11-30 13:32Sven BuijssenNew Issue
2012-12-18 07:33Utkarsh AyachitAssigned To => Nikhil Shetty
2012-12-19 21:06Nikhil ShettyStatusbacklog => gatekeeper review
2012-12-19 21:08Nikhil ShettyTopic Name => 0013695-distinguish-PluginReader-from-VisItBridge
2012-12-19 21:08Nikhil ShettyStatusgatekeeper review => active development
2013-02-19 17:34Nikhil ShettyNote Added: 0030355
2013-02-19 17:34Nikhil ShettyStatusactive development => gatekeeper review
2013-02-22 13:19Sebastien JourdainStatusgatekeeper review => customer review
2013-02-22 13:19Sebastien JourdainNote Added: 0030373
2013-05-23 05:04Sven BuijssenStatuscustomer review => closed
2013-05-23 05:04Sven BuijssenResolutionopen => fixed
2013-05-23 05:04Sven BuijssenFixed in Version => 4.0

Notes
(0030355)
Nikhil Shetty   
2013-02-19 17:34   
All plugin readers have a '(Plugin)' appended to distinguish from other readers of the same type.
(0030373)
Sebastien Jourdain   
2013-02-22 13:19   
Merged into master