Content plugins developer guide changelog
Jump to navigation
Jump to search
This list shows recent changes to the content plugin interface:
2010.01.27 | Release content plugin interface version 2.10 beta 2 (Total Commander 7.51 beta 2) |
2010.01.27 | ContentCompareFiles can now return a custom icon index for the case of equal files |
2010.01.06 | Release content plugin interface version 2.10 beta 1 (Total Commander 7.51 beta 1) |
2010.01.06 | New function ContentCompareFiles used in "Synchronize dirs" to compare two files by a custom method |
2009.04.27 | Reminder that ft_multiplechoice fields are always ANSI, not Unicode |
2008.09.21 | Release content plugin interface version 2.0 (Total Commander 7.50) |
2007.10.14 | Unicode support in content plugins: file names and values only |
2006.08.24 | Release content plugin interface version 1.5 |
2006.08.24 | Added new function ContentEditValue |
2006.03.29 | Added new function ContentSendStateInformation |
2005.11.21 | Added ContentGetSupportedFieldFlags and ContentSetValue functions |
2005.05.24 | Added PowerBasic sample file |
2005.05.24 | Documented that fields of type ft_fulltext MUST be the last fields in the field list |
2005.04.13 | Release content plugin interface version 1.4 (reported as PluginInterfaceVersionHi=1, Low=4) |
2005.04.13 | ContentGetValue can now return a string value when reporting ft_delayed or ft_ondemand, which will be shown until the actual value has been extracted |
2005.04.13 | ContentGetValue can now return a string value in addition to a number for the ft_numeric_floating value |
2005.02.23 | Release content plugin interface version 1.3 |
2004.02.23 | Total Commander now accepts that ContentGetValue returns a different data type than ContentGetSupportedField for the same field, e.g. a string "no value" instead of a numeric field. |
2004.02.23 | Added new function ContentPluginUnloading by request from a user |
2004.12.08 | Release content plugin interface version 1.2 |
2004.12.08 | Added new function ContentGetDefaultSortOrder for sorting of columns (ascending or descending) |
2004.12.08 | Added ft_datetime field |
2004.11.24 | Release content plugin interface version 1.1 |
2004.11.24 | Added new function ContentStopGetValue to abort the extraction of a field |
2004.11.24 | Added new return value ft_ondemand for very slow fields |
2004.09.27 | Release content plugin interface version 1.0 |