| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files/Android/Android Studio/plugins/html-tools/lib/ |
Upload File : |
PK ""T# T# META-INF/plugin.xml<idea-plugin>
<id>HtmlTools</id>
<version>241.18034.62.2411.12071903</version>
<idea-version since-build="241.18034.62" until-build="241.18034.62.*"/>
<name>HTML Tools</name>
<description>Provides advanced features for HTML/CSS editing: inspections, quickfixes, smart navigation actions and more.</description>
<category>HTML and XML</category>
<depends>com.intellij.modules.xml</depends>
<vendor>JetBrains</vendor>
<depends>com.intellij.platform.images</depends>
<extensions defaultExtensionNs="com.intellij">
<psi.referenceContributor implementation="com.intellij.htmltools.xml.util.HtmlReferenceContributor"/>
<include.provider implementation="com.intellij.htmltools.html.include.HtmlFileIncludeProvider"/>
<fileBasedIndex implementation="com.intellij.htmltools.html.HtmlTagIdIndex"/>
<refactoring.extractIncludeHandler language="HTML"
implementationClass="com.intellij.htmltools.refactoring.lang.html.ExtractIncludeFromHTMLHandler"/>
<refactoring.extractIncludeHandler language="XHTML"
implementationClass="com.intellij.htmltools.refactoring.lang.html.ExtractIncludeFromHTMLHandler"/>
<highlightErrorFilter implementation="com.intellij.htmltools.xml.util.XHtmlErrorFilter"/>
<externalAnnotator language="HTML"
implementationClass="com.intellij.htmltools.lang.annotation.HtmlNonExistentInternetResourcesAnnotator"/>
<externalAnnotator language="XHTML"
implementationClass="com.intellij.htmltools.lang.annotation.HtmlNonExistentInternetResourcesAnnotator"/>
<customFileDropHandler implementation="com.intellij.htmltools.ide.HtmlFileDropHandler"/>
<localInspection language="XML" shortName="HtmlPresentationalElement"
bundle="messages.HtmlToolsBundle" key="html.inspections.check.presentational.tag"
groupBundle="messages.XmlBundle" groupKey="html.inspections.group.name"
enabledByDefault="false" level="INFORMATION"
implementationClass="com.intellij.htmltools.codeInspection.htmlInspections.HtmlPresentationalElementInspection"/>
<localInspection language="XML" shortName="HtmlDeprecatedTag"
bundle="messages.HtmlToolsBundle" key="html.inspections.check.deprecated.tag"
groupBundle="messages.XmlBundle" groupKey="html.inspections.group.name"
enabledByDefault="true" level="WARNING"
implementationClass="com.intellij.htmltools.codeInspection.htmlInspections.HtmlDeprecatedTagInspection"/>
<localInspection language="XML" shortName="HtmlDeprecatedAttribute"
bundle="messages.HtmlToolsBundle" key="html.inspections.check.deprecated.attribute"
groupBundle="messages.XmlBundle" groupKey="html.inspections.group.name"
enabledByDefault="true" level="WARNING"
implementationClass="com.intellij.htmltools.codeInspection.htmlInspections.HtmlDeprecatedAttributeInspection"/>
<localInspection language="XML" shortName="HtmlFormInputWithoutLabel"
bundle="messages.HtmlToolsBundle" key="html.inspections.form.input.without.label"
groupBundle="messages.XmlBundle" groupPathKey="html.inspections.group.name"
groupKey="html.inspections.group.name.accessibility"
enabledByDefault="true" level="WARNING"
implementationClass="com.intellij.htmltools.codeInspection.htmlInspections.HtmlFormInputWithoutLabelInspection"/>
<localInspection language="XML" shortName="CheckImageSize"
bundle="messages.HtmlToolsBundle" key="html.inspections.check.image.size"
groupBundle="messages.XmlBundle" groupKey="html.inspections.group.name"
enabledByDefault="true" level="WARNING"
implementationClass="com.intellij.htmltools.xml.util.CheckImageSizeInspection"/>
<localInspection language="XML" shortName="HtmlNonExistentInternetResource"
bundle="messages.HtmlToolsBundle" key="html.inspections.non.existent.internet.resource.name"
groupBundle="messages.XmlBundle" groupKey="html.inspections.group.name"
enabledByDefault="false" level="WARNING"
implementationClass="com.intellij.htmltools.codeInspection.htmlInspections.HtmlNonExistentInternetResourceInspection"/>
<localInspection language="XML" shortName="HtmlRequiredAltAttribute"
bundle="messages.HtmlToolsBundle" key="html.inspections.check.required.alt"
groupBundle="messages.XmlBundle" groupPathKey="html.inspections.group.name"
groupKey="html.inspections.group.name.accessibility"
enabledByDefault="true" level="WARNING"
implementationClass="com.intellij.htmltools.codeInspection.htmlInspections.HtmlRequiredAltAttributeInspection"/>
<localInspection language="XML" shortName="HtmlRequiredLangAttribute"
bundle="messages.HtmlToolsBundle" key="html.inspections.check.required.lang"
groupBundle="messages.XmlBundle" groupPathKey="html.inspections.group.name"
groupKey="html.inspections.group.name.accessibility"
enabledByDefault="true" level="WARNING"
implementationClass="com.intellij.htmltools.codeInspection.htmlInspections.HtmlRequiredLangAttributeInspection"/>
<localInspection language="XML" shortName="HtmlRequiredTitleAttribute"
bundle="messages.HtmlToolsBundle" key="html.inspections.check.required.title"
groupBundle="messages.XmlBundle" groupPathKey="html.inspections.group.name"
groupKey="html.inspections.group.name.accessibility"
enabledByDefault="false" level="INFORMATION"
implementationClass="com.intellij.htmltools.codeInspection.htmlInspections.HtmlRequiredTitleAttributeInspection"/>
<localInspection language="XML" shortName="HtmlRequiredTitleElement"
bundle="messages.HtmlToolsBundle" key="html.inspections.check.required.title.element"
groupBundle="messages.XmlBundle" groupPathKey="html.inspections.group.name"
groupKey="html.inspections.group.name.accessibility" enabledByDefault="true" level="WARNING"
implementationClass="com.intellij.htmltools.codeInspection.htmlInspections.HtmlRequiredTitleElementInspection"/>
<localInspection language="XML" shortName="HtmlRequiredSummaryAttribute"
bundle="messages.HtmlToolsBundle" key="html.inspections.check.required.summary"
groupBundle="messages.XmlBundle" groupPathKey="html.inspections.group.name"
groupKey="html.inspections.group.name.accessibility"
enabledByDefault="false" level="INFORMATION"
implementationClass="com.intellij.htmltools.codeInspection.htmlInspections.HtmlRequiredSummaryAttributeInspection"/>
<intentionAction>
<language>XML</language>
<className>com.intellij.htmltools.xml.util.HtmlUpdateImageSizeIntention</className>
<bundleName>messages.XmlBundle</bundleName>
<categoryKey>html.inspections.group.name</categoryKey>
</intentionAction>
<gotoSymbolContributor implementation="com.intellij.htmltools.html.HtmlGotoSymbolProvider"/>
</extensions>
<actions>
<action id="HtmlAddTableColumnBefore" class="com.intellij.htmltools.xml.actions.HtmlAddTableColumnBeforeAction">
<add-to-group anchor="last" group-id="GenerateGroup"/>
</action>
<action id="HtmlAddTableColumnAfter" class="com.intellij.htmltools.xml.actions.HtmlAddTableColumnAfterAction">
<add-to-group anchor="last" group-id="GenerateGroup"/>
</action>
<action id="HtmlTableCellNavigateUp" class="com.intellij.htmltools.xml.actions.navigation.HtmlTableCellNavigateUpAction"/>
<action id="HtmlTableCellNavigateDown" class="com.intellij.htmltools.xml.actions.navigation.HtmlTableCellNavigateDownAction"/>
<action id="HtmlTableCellNavigateLeft" class="com.intellij.htmltools.xml.actions.navigation.HtmlTableCellNavigateLeftAction"/>
<action id="HtmlTableCellNavigateRight" class="com.intellij.htmltools.xml.actions.navigation.HtmlTableCellNavigateRightAction"/>
<!-- preserved to keep compatibility - if user configured shortcut for action, it should not be lost -->
<action id="WebOpenInAction" class="com.intellij.htmltools.ide.browsers.actions.WebOpenInAction">
<keyboard-shortcut keymap="$default" first-keystroke="alt F2"/>
<keyboard-shortcut keymap="Visual Studio" first-keystroke="ctrl alt F2"/>
</action>
</actions>
<resource-bundle>messages.HtmlToolsBundle</resource-bundle>
</idea-plugin>
PK �pPg# # # messages/HtmlToolsBundle.propertiesaction.HtmlAddTableColumnBefore.text=Add a New Column to the Table Before the Current One
action.HtmlAddTableColumnAfter.text=Add a New Column to the Table After the Current One
action.WebOpenInAction.text=Web Preview...
action.HtmlTableCellNavigateRight.text=Navigate to Next Table Column
action.HtmlTableCellNavigateLeft.text=Navigate to Previous Table Column
action.HtmlTableCellNavigateDown.text=Navigate to Next Table Row
action.HtmlTableCellNavigateUp.text=Navigate to Previous Table Row
html.action.open_in.list.popup.title=Preview File in...
html.action.open_in.list.prefix=Preview File in
html.drop.handler.hint.text.file.already.linked=File {0} is already linked
html.inspections.check.deprecated.attribute=Obsolete attribute
html.inspections.check.deprecated.tag=Obsolete tag
html.inspections.check.image.height.fix.message=Set height value to {0}
html.inspections.check.image.height.message=Original image height is {0}
html.inspections.check.image.size=Mismatched image size
html.inspections.check.image.fix.family=Correct image size mismatch
html.inspections.check.image.width.fix.message=Set width value to {0}
html.inspections.check.image.width.message=Original image width is {0}
html.inspections.check.presentational.tag=Presentational tag
html.inspections.check.required.alt=Missing required 'alt' attribute
html.inspections.check.required.lang=Missing required 'lang' attribute
html.inspections.check.required.summary=Missing required 'summary' attribute
html.inspections.check.required.title.element=Missing required 'title' element
html.inspections.check.required.title=Missing required 'title' attribute
html.inspections.create.label.from.text.after.action=Create a new label from the text after {0} element
html.inspections.create.label.from.text.before.action=Create a new label from the text before {0} element
html.inspections.create.new.label=Associate a new label with {0} element
html.inspections.deprecated.attribute=Obsolete attribute
html.inspections.deprecated.tag=Obsolete tag
html.inspections.form.input.without.label=Missing associated label
html.inspections.non.existent.internet.resource.message=Cannot find "{0}"
html.inspections.non.existent.internet.resource.name=Unresolved web link
html.intention.create.sub.element.text=Add ''{0}''
html.intention.create.sub.element.family=Create element
html.intention.disable.validation.web.links=Disable validation of web links
html.intention.insert.attribute=Insert ''{0}'' attribute
html.intention.insert.image.size=Insert image size
html.intention.update.image.size=Update image size
html.replace.tag.with.another.quickfix.family.name=Replace with another tag
html.replace.tag.with.another.quickfix.text=Replace {0} tag with {1} tag
html.replace.tag.with.css.quickfix.family.name=Replace with CSS
html.replace.tag.with.css.quickfix.text=Replace {0} tag with CSS
PK ƷD 0 com/intellij/htmltools/html/HtmlTagIdIndex.class��� = e
com/intellij/xml/index/XmlIndex <init> ()V
*com/intellij/htmltools/html/HtmlTagIdIndex INDEX Lcom/intellij/util/indexing/ID; ,com/intellij/htmltools/html/HtmlTagIdIndex$1 =com/intellij/util/indexing/hints/FileTypeSubstitutionStrategy BEFORE_SUBSTITUTION ?Lcom/intellij/util/indexing/hints/FileTypeSubstitutionStrategy;
n(Lcom/intellij/htmltools/html/HtmlTagIdIndex;Lcom/intellij/util/indexing/hints/FileTypeSubstitutionStrategy;)V ,com/intellij/htmltools/html/HtmlTagIdIndex$2
/(Lcom/intellij/htmltools/html/HtmlTagIdIndex;)V ,com/intellij/htmltools/html/HtmlTagIdIndex$3
! "