DTDs/Shortcuts-3.6.dtd

Sun, 14 Jan 2018 12:03:34 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 14 Jan 2018 12:03:34 +0100
changeset 6064
32a8b51c89da
parent 0
de9c2efb9d02
permissions
-rw-r--r--

Fixed a bug in the plug-in repository dialog causing the cleanup function to fail, if the download directory contains a file without version info seperated by '-'.

<!-- This is the DTD for eric3's shortcuts file version 3.6 -->

<!ELEMENT   Name        (#PCDATA)>
<!ELEMENT   Accel       (#PCDATA)>
<!ELEMENT   AltAccel    (#PCDATA)>

<!ELEMENT   Shortcut    (Name, Accel, AltAccel)>
<!ATTLIST   Shortcut
    category    CDATA   #REQUIRED>

<!ELEMENT   Shortcuts   (Shortcut+)>
<!ATTLIST   Shortcuts
    version     CDATA   #REQUIRED>

eric ide

mercurial