Content plugins developer guide: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
No edit summary
(added a backling to Official Interfases chapter of Plugins interfaces page)
Line 37: Line 37:


Copyright (C) 2005-2011 Christian Ghisler, Ghisler Software GmbH All Rights Reserved
Copyright (C) 2005-2011 Christian Ghisler, Ghisler Software GmbH All Rights Reserved
{{backlink|Plugins interfaces#Official interfaces|Official plugins interfaces}}

Revision as of 09:50, 12 March 2021

Writing content plugins (version 2.10 SE) for Total Commander

  1. Overview
  2. Functions
    Mandatory (must be implemented)
    ContentGetSupportedField
    ContentGetValue
    Optional (must NOT be implemented if unsupported!)
    ContentGetDetectString
    ContentSetDefaultParams
    ContentStopGetValue
    ContentGetDefaultSortOrder
    ContentPluginUnloading
    ContentGetSupportedFieldFlags
    ContentSetValue
    ContentEditValue
    ContentSendStateInformation
    ContentCompareFiles
  3. Structures
    pdateformat
    ptimeformat
    ContentDefaultParamStruct
    FileDetailsStruct
  4. Callbacks
    PROGRESSCALLBACKPROC
  5. Unicode support
  6. New: 64-bit support
  7. Header files
    contplug.h (C/C++)
    contplug.pas (Delphi)
    PowerBasic sample (by user "Shura")
  8. Translations
    Lng files for content plugins
  9. Plugin interface changes
    Changelog


Copyright (C) 2005-2011 Christian Ghisler, Ghisler Software GmbH All Rights Reserved


Back to Official plugins interfaces