Fri, 14 Oct 2016 18:51:35 +0200
documentation sets plug-in project started
.hgignore | file | annotate | diff | comparison | revisions | |
PluginDocumentationSets.e4p | file | annotate | diff | comparison | revisions | |
PluginDocumentationSets.py | file | annotate | diff | comparison | revisions | |
__init__.py | file | annotate | diff | comparison | revisions |
diff -r 000000000000 -r 2866d286183f .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Fri Oct 14 18:51:35 2016 +0200 @@ -0,0 +1,19 @@ +glob:.eric6project +glob:_eric6project +glob:.eric5project +glob:_eric5project +glob:.eric4project +glob:_eric4project +glob:.ropeproject +glob:_ropeproject +glob:.directory +glob:**.pyc +glob:**.pyo +glob:**.orig +glob:**.bak +glob:**.rej +glob:**~ +glob:cur +glob:tmp +glob:__pycache__ +glob:**.DS_Store
diff -r 000000000000 -r 2866d286183f PluginDocumentationSets.e4p --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/PluginDocumentationSets.e4p Fri Oct 14 18:51:35 2016 +0200 @@ -0,0 +1,141 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE Project SYSTEM "Project-5.1.dtd"> +<!-- eric project file for project PluginDocumentationSets --> +<!-- Copyright (C) 2016 Detlev Offenbach, detlev@die-offenbachs.de --> +<Project version="5.1"> + <Language>en_US</Language> + <Hash>e6fc0a3dad940d43493c520ba23dea56c14ed2b5</Hash> + <ProgLanguage mixed="0">Python3</ProgLanguage> + <ProjectType>E6Plugin</ProjectType> + <Description>This plug-in provides additional documentation sets in QtHelp format (*.pch) for registration with the eric help/web browser or Qt Assistant.</Description> + <Version>0.1</Version> + <Author>Detlev Offenbach</Author> + <Email>detlev@die-offenbachs.de</Email> + <Eol index="1"/> + <Sources> + <Source>PluginDocumentationSets.py</Source> + <Source>__init__.py</Source> + </Sources> + <Forms/> + <Translations/> + <Resources/> + <Interfaces/> + <Others> + <Other>.hgignore</Other> + </Others> + <MainScript>PluginDocumentationSets.py</MainScript> + <Vcs> + <VcsType>Mercurial</VcsType> + <VcsOptions> + <dict> + <key> + <string>add</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>checkout</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>commit</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>diff</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>export</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>global</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>history</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>log</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>remove</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>status</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>tag</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + <key> + <string>update</string> + </key> + <value> + <list> + <string></string> + </list> + </value> + </dict> + </VcsOptions> + </Vcs> + <FiletypeAssociations> + <FiletypeAssociation pattern="*.idl" type="INTERFACES"/> + <FiletypeAssociation pattern="*.py" type="SOURCES"/> + <FiletypeAssociation pattern="*.py3" type="SOURCES"/> + <FiletypeAssociation pattern="*.pyw" type="SOURCES"/> + <FiletypeAssociation pattern="*.pyw3" type="SOURCES"/> + <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/> + <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/> + <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/> + <FiletypeAssociation pattern="*.ui" type="FORMS"/> + </FiletypeAssociations> +</Project>