| 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/copyright/lib/ |
Upload File : |
PK Հ��Z Z META-INF/plugin.xml<idea-plugin>
<name>Copyright</name>
<category>Other Tools</category>
<id>com.intellij.copyright</id>
<version>241.18034.62.2411.12071903</version>
<idea-version since-build="241.18034.62" until-build="241.18034.62.*"/>
<description><![CDATA[
Ensures that files in a project or module have a consistent copyright notice.
It does not guarantee copyright compliance nor does it constitute legal advice.
<ul><li>Create multiple copyright profiles to use in different scopes</li>
<li>Import existing profiles</li></ul>
To configure, open the <b>Settings / Preferences</b> dialog and select <b>Editor | Copyright</b>.
]]></description>
<vendor>JetBrains</vendor>
<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.xml</depends>
<extensions defaultExtensionNs="com.intellij">
<projectConfigurable groupId="editor" groupWeight="110" dynamic="true"
bundle="messages.CopyrightBundle"
key="configurable.CopyrightProjectConfigurable.display.name"
id="copyright"
instance="com.maddyhome.idea.copyright.ui.CopyrightProjectConfigurable"/>
<checkinHandlerFactory implementation="com.maddyhome.idea.copyright.actions.UpdateCopyrightCheckinHandlerFactory"/>
<applicationService serviceImplementation="com.maddyhome.idea.copyright.util.FileTypeUtil"/>
<projectService serviceImplementation="com.maddyhome.idea.copyright.actions.UpdateCopyrightCheckinHandlerState"/>
<projectService serviceImplementation="com.intellij.copyright.CopyrightManager"/>
<externalSystemConfigurationHandler implementation="com.maddyhome.idea.copyright.import.CopyrightConfigurationHandler"/>
<actionOnSaveInfoProvider id="copyrightInfoProvider"
implementation="com.maddyhome.idea.copyright.actions.CopyrightOnSaveInfoProvider"/>
<actionOnSave id="copyrightOnSaveAction" implementation="com.maddyhome.idea.copyright.actions.CopyrightOnSaveAction"/>
</extensions>
<extensions defaultExtensionNs="com.intellij.copyright">
<updater filetype="XML" implementationClass="com.maddyhome.idea.copyright.psi.UpdateXmlCopyrightsProvider"/>
<updater filetype="DTD" implementationClass="com.maddyhome.idea.copyright.psi.UpdateXmlCopyrightsProvider"/>
<updater filetype="HTML" implementationClass="com.maddyhome.idea.copyright.psi.UpdateXmlCopyrightsProvider"/>
<updater filetype="XHTML" implementationClass="com.maddyhome.idea.copyright.psi.UpdateXmlCopyrightsProvider"/>
</extensions>
<extensionPoints>
<extensionPoint name="updater" beanClass="com.intellij.openapi.fileTypes.FileTypeExtensionPoint" dynamic="true">
<with attribute="implementationClass" implements="com.maddyhome.idea.copyright.psi.UpdateCopyrightsProvider"/>
</extensionPoint>
<extensionPoint name="variablesProvider" beanClass="com.intellij.openapi.fileTypes.FileTypeExtensionPoint" dynamic="true">
<with attribute="implementationClass" implements="com.maddyhome.idea.copyright.pattern.CopyrightVariablesProvider"/>
</extensionPoint>
</extensionPoints>
<applicationListeners>
<listener class="com.intellij.copyright.CopyrightManagerDocumentListener" topic="com.intellij.openapi.vfs.newvfs.BulkFileListener"/>
</applicationListeners>
<actions>
<action id="UpdateCopyright" class="com.maddyhome.idea.copyright.actions.UpdateCopyrightAction">
<add-to-group group-id="ProjectViewPopupMenu" anchor="last"/>
<add-to-group group-id="CodeMenu" anchor="last"/>
<add-to-group group-id="NavbarPopupMenu" anchor="last"/>
</action>
<action id="GenerateCopyright" class="com.maddyhome.idea.copyright.actions.GenerateCopyrightAction">
<add-to-group group-id="GenerateGroup" anchor="last"/>
</action>
</actions>
<resource-bundle>messages.CopyrightBundle</resource-bundle>
</idea-plugin>
PK v�X�3 3 # messages/CopyrightBundle.properties
action.DumbAware.CopyrightProfilesPanel.description.copy=Copy
action.DumbAware.CopyrightProfilesPanel.description.import=Import
action.DumbAware.CopyrightProfilesPanel.text.copy=Copy
action.DumbAware.CopyrightProfilesPanel.text.import=Import
before.checkin.update.copyright=Update copyright
checkbox.text.update.existing.copyrights=Update existing copyrights
command.name.update.copyright=Update copyright
configurable.CopyrightFormattingConfigurable.display.name=Formatting
configurable.CopyrightProfilesPanel.display.name=Copyright Profiles
configurable.CopyrightProjectConfigurable.display.name=Copyright
copyright.copyright.column=Copyright
copyright.default.project.copyright=Default &project copyright:
copyright.no.text=No copyright
copyright.profiles.add.profile=Add profile
copyright.profiles.empty=No copyright profiles added.
copyright.profiles.select.profile=Select a profile to view or edit its details here
copyright.scope.column=Scope
copyright.select.scopes.label=Select Scopes to add new scopes or modify existing ones
dialog.file.chooser.title.choose.file.containing.copyright.notice=Choose File Containing Copyright Notice
dialog.message.new.copyright.profile.name=New copyright profile name:
dialog.message.no.copyright.configured=No copyright configured for current file. Would you like to edit copyright settings?
dialog.message.the.copyright.settings.imported=The copyright settings have been successfully imported.
dialog.message.the.selected.file.copyright.settings=The selected file does not contain any copyright settings.
dialog.message.velocity.template.contains.error.0=Velocity template contains error:\n{0}
dialog.message.velocity.template.is.valid=Velocity template is valid.
dialog.message.duplicate.copyright.profile.name=Duplicate copyright profile name: ''{0}''
dialog.title.import.complete=Import Complete
dialog.title.no.copyright.available=No Copyright Available
dialog.title.validation=Validation
dialog.title.import.failure=Import Failure
popup.title.choose.profile.to.import=Choose Profile to Import
settings.copyright.formatting.add.blank.line.after=A&dd blank line after
settings.copyright.formatting.after.other.comments=Afte&r other comments
settings.copyright.formatting.before.other.comments=Bef&ore other comments
settings.copyright.formatting.borders=Borders
settings.copyright.formatting.box=Box
settings.copyright.formatting.comment.type=Comment Type
settings.copyright.formatting.length=Length:
settings.copyright.formatting.location.in.file=Location in File
settings.copyright.formatting.no.copyright=No copyright
settings.copyright.formatting.prefix.each.line=Prefix each line
settings.copyright.formatting.relative.location=Relative Location
settings.copyright.formatting.separator=Separator:
settings.copyright.formatting.separator.after=Separator after
settings.copyright.formatting.separator.before=Separator before
settings.copyright.formatting.use.block.comment=Use block comment
settings.copyright.formatting.use.custom.formatting.options=Use custom formatting options
settings.copyright.formatting.use.default.settings=Use default settings
settings.copyright.formatting.use.line.comment=Use line comment
share.profile.checkbox.title=Share through VCS
share.profile.context.help=<html>\
Shared profiles are stored in <code>.idea</code> directory<br>\
and are available to other team members through VCS.<br><br>\
When not shared, profiles are stored<br> on the IDE level and are applied to all projects.</html>
task.title.prepare.copyright=Prepare copyright\u2026
action.UpdateCopyright.text=Update Copyright\u2026
action.UpdateCopyright.description=Generate/Update the copyright notice.
action.GenerateCopyright.text=Copyright
action.GenerateCopyright.description=Generate/Update the copyright notice.
updating.copyrights.progress.message=Updating copyrights\u2026
update.copyright.progress.title=Update Copyright
replace.copyright.regexp.is.incorrect.configuration.error=Replace copyright regexp is incorrect:
detect.copyright.regexp.is.incorrect.configuration.error=Detect copyright regexp is incorrect:
import.copyright.profile=Import Copyright Profile
copy.copyright.profile=Copy Copyright Profile
create.copyright.profile=Create Copyright Profile
label.allow.replacing.copyright.if.old.copyright.matches=Allow replacing copyright if old copyright matches:
label.copyright.text.may.contain.velocity.templates=Copyright text (may contain Velocity templates):
label.regexp.to.detect.copyright.in.comments=Regexp to detect copyright in comments:
button.validate=Validate
radio.location.in.file.before.class=Before class
radio.location.in.file.before.imports=Before imports
radio.location.in.file.before.package=Before package
radio.location.in.file.before.root.tag=Before root tag
radio.location.in.file.before.doctype=Before doctype
settings.copyright.formatting.add.blank.line.before=Add blank line &before
link.label.configure.copyright.settings=Configure...
checkbox.update.copyright.notice=Update copyright notice
label.updates.existing.copyrights.e.g.changes.year.or.updated.notice=Updates copyright text, year, and other properties
label.no.copyright.configured=No copyright is configured
copyright.local.description=Local
copyright.shared.description=Shared
action.stored.in.project.description=Stored in Project
action.shared.text=Shared
action.stored.in.ide.description=Stored in IDE
action.local.text=Local
action.add.profile.text=Add Profile
PK ���&"J "J / search/intellij.copyright.searchableOptions.xml<options>
<configurable id="preferences.keymap" configurable_name="Keymap">
<option name="copyright" path="ActionManager" hit="Copyright" />
<option name="copyright" path="ActionManager" hit="Generate/Update the copyright notice." />
<option name="generate" path="ActionManager" hit="Generate/Update the copyright notice." />
<option name="notice" path="ActionManager" hit="Generate/Update the copyright notice." />
<option name="the" path="ActionManager" hit="Generate/Update the copyright notice." />
<option name="update" path="ActionManager" hit="Generate/Update the copyright notice." />
<option name="copyright" path="ActionManager" hit="Update Copyright…" />
<option name="update" path="ActionManager" hit="Update Copyright…" />
</configurable>
<configurable id="copyright" configurable_name="Copyright">
<option name="copyright" hit="Copyright" />
<option name="copyright" hit="Default project copyright:" />
<option name="default" hit="Default project copyright:" />
<option name="project" hit="Default project copyright:" />
<option name="copyright" hit="No copyright" />
<option name="no" hit="No copyright" />
</configurable>
<configurable id="copyright.profiles" configurable_name="Copyright Profiles">
<option name="" hit=" Select a profile to view or edit its details here" />
<option name="a" hit=" Select a profile to view or edit its details here" />
<option name="details" hit=" Select a profile to view or edit its details here" />
<option name="edit" hit=" Select a profile to view or edit its details here" />
<option name="here" hit=" Select a profile to view or edit its details here" />
<option name="its" hit=" Select a profile to view or edit its details here" />
<option name="or" hit=" Select a profile to view or edit its details here" />
<option name="profile" hit=" Select a profile to view or edit its details here" />
<option name="select" hit=" Select a profile to view or edit its details here" />
<option name="to" hit=" Select a profile to view or edit its details here" />
<option name="view" hit=" Select a profile to view or edit its details here" />
<option name="copyright" hit="Copyright Profiles" />
<option name="profiles" hit="Copyright Profiles" />
</configurable>
<configurable id="template.copyright.formatting" configurable_name="Formatting">
<option name="a" hit="Add blank line after" />
<option name="after" hit="Add blank line after" />
<option name="blank" hit="Add blank line after" />
<option name="dd" hit="Add blank line after" />
<option name="line" hit="Add blank line after" />
<option name="add" hit="Add blank line before" />
<option name="before" hit="Add blank line before" />
<option name="blank" hit="Add blank line before" />
<option name="line" hit="Add blank line before" />
<option name="afte" hit="After other comments" />
<option name="comments" hit="After other comments" />
<option name="other" hit="After other comments" />
<option name="r" hit="After other comments" />
<option name="bef" hit="Before other comments" />
<option name="comments" hit="Before other comments" />
<option name="ore" hit="Before other comments" />
<option name="other" hit="Before other comments" />
<option name="borders" hit="Borders" />
<option name="box" hit="Box" />
<option name="comment" hit="Comment Type" />
<option name="type" hit="Comment Type" />
<option name="formatting" hit="Formatting" />
<option name="length" hit="Length:" />
<option name="copyright" hit="No copyright" />
<option name="no" hit="No copyright" />
<option name="each" hit="Prefix each line" />
<option name="line" hit="Prefix each line" />
<option name="prefix" hit="Prefix each line" />
<option name="location" hit="Relative Location" />
<option name="relative" hit="Relative Location" />
<option name="after" hit="Separator after" />
<option name="separator" hit="Separator after" />
<option name="before" hit="Separator before" />
<option name="separator" hit="Separator before" />
<option name="separator" hit="Separator:" />
<option name="block" hit="Use block comment" />
<option name="comment" hit="Use block comment" />
<option name="use" hit="Use block comment" />
<option name="custom" hit="Use custom formatting options" />
<option name="formatting" hit="Use custom formatting options" />
<option name="options" hit="Use custom formatting options" />
<option name="use" hit="Use custom formatting options" />
<option name="default" hit="Use default settings" />
<option name="settings" hit="Use default settings" />
<option name="use" hit="Use default settings" />
<option name="comment" hit="Use line comment" />
<option name="line" hit="Use line comment" />
<option name="use" hit="Use line comment" />
</configurable>
<configurable id="copyright.filetypes.DTD" configurable_name="DTD">
<option name="a" hit="Add blank line after" />
<option name="after" hit="Add blank line after" />
<option name="blank" hit="Add blank line after" />
<option name="dd" hit="Add blank line after" />
<option name="line" hit="Add blank line after" />
<option name="add" hit="Add blank line before" />
<option name="before" hit="Add blank line before" />
<option name="blank" hit="Add blank line before" />
<option name="line" hit="Add blank line before" />
<option name="afte" hit="After other comments" />
<option name="comments" hit="After other comments" />
<option name="other" hit="After other comments" />
<option name="r" hit="After other comments" />
<option name="bef" hit="Before other comments" />
<option name="comments" hit="Before other comments" />
<option name="ore" hit="Before other comments" />
<option name="other" hit="Before other comments" />
<option name="borders" hit="Borders" />
<option name="box" hit="Box" />
<option name="comment" hit="Comment Type" />
<option name="type" hit="Comment Type" />
<option name="dtd" hit="DTD" />
<option name="length" hit="Length:" />
<option name="copyright" hit="No copyright" />
<option name="no" hit="No copyright" />
<option name="each" hit="Prefix each line" />
<option name="line" hit="Prefix each line" />
<option name="prefix" hit="Prefix each line" />
<option name="location" hit="Relative Location" />
<option name="relative" hit="Relative Location" />
<option name="after" hit="Separator after" />
<option name="separator" hit="Separator after" />
<option name="before" hit="Separator before" />
<option name="separator" hit="Separator before" />
<option name="separator" hit="Separator:" />
<option name="block" hit="Use block comment" />
<option name="comment" hit="Use block comment" />
<option name="use" hit="Use block comment" />
<option name="custom" hit="Use custom formatting options" />
<option name="formatting" hit="Use custom formatting options" />
<option name="options" hit="Use custom formatting options" />
<option name="use" hit="Use custom formatting options" />
<option name="default" hit="Use default settings" />
<option name="settings" hit="Use default settings" />
<option name="use" hit="Use default settings" />
<option name="comment" hit="Use line comment" />
<option name="line" hit="Use line comment" />
<option name="use" hit="Use line comment" />
</configurable>
<configurable id="copyright.filetypes.HTML" configurable_name="HTML">
<option name="a" hit="Add blank line after" />
<option name="after" hit="Add blank line after" />
<option name="blank" hit="Add blank line after" />
<option name="dd" hit="Add blank line after" />
<option name="line" hit="Add blank line after" />
<option name="add" hit="Add blank line before" />
<option name="before" hit="Add blank line before" />
<option name="blank" hit="Add blank line before" />
<option name="line" hit="Add blank line before" />
<option name="afte" hit="After other comments" />
<option name="comments" hit="After other comments" />
<option name="other" hit="After other comments" />
<option name="r" hit="After other comments" />
<option name="before" hit="Before doctype" />
<option name="doctype" hit="Before doctype" />
<option name="bef" hit="Before other comments" />
<option name="comments" hit="Before other comments" />
<option name="ore" hit="Before other comments" />
<option name="other" hit="Before other comments" />
<option name="before" hit="Before root tag" />
<option name="root" hit="Before root tag" />
<option name="tag" hit="Before root tag" />
<option name="borders" hit="Borders" />
<option name="box" hit="Box" />
<option name="comment" hit="Comment Type" />
<option name="type" hit="Comment Type" />
<option name="html" hit="HTML" />
<option name="length" hit="Length:" />
<option name="file" hit="Location in File" />
<option name="in" hit="Location in File" />
<option name="location" hit="Location in File" />
<option name="copyright" hit="No copyright" />
<option name="no" hit="No copyright" />
<option name="each" hit="Prefix each line" />
<option name="line" hit="Prefix each line" />
<option name="prefix" hit="Prefix each line" />
<option name="location" hit="Relative Location" />
<option name="relative" hit="Relative Location" />
<option name="after" hit="Separator after" />
<option name="separator" hit="Separator after" />
<option name="before" hit="Separator before" />
<option name="separator" hit="Separator before" />
<option name="separator" hit="Separator:" />
<option name="block" hit="Use block comment" />
<option name="comment" hit="Use block comment" />
<option name="use" hit="Use block comment" />
<option name="custom" hit="Use custom formatting options" />
<option name="formatting" hit="Use custom formatting options" />
<option name="options" hit="Use custom formatting options" />
<option name="use" hit="Use custom formatting options" />
<option name="default" hit="Use default settings" />
<option name="settings" hit="Use default settings" />
<option name="use" hit="Use default settings" />
<option name="comment" hit="Use line comment" />
<option name="line" hit="Use line comment" />
<option name="use" hit="Use line comment" />
</configurable>
<configurable id="copyright.filetypes.Properties" configurable_name="Properties">
<option name="a" hit="Add blank line after" />
<option name="after" hit="Add blank line after" />
<option name="blank" hit="Add blank line after" />
<option name="dd" hit="Add blank line after" />
<option name="line" hit="Add blank line after" />
<option name="add" hit="Add blank line before" />
<option name="before" hit="Add blank line before" />
<option name="blank" hit="Add blank line before" />
<option name="line" hit="Add blank line before" />
<option name="afte" hit="After other comments" />
<option name="comments" hit="After other comments" />
<option name="other" hit="After other comments" />
<option name="r" hit="After other comments" />
<option name="bef" hit="Before other comments" />
<option name="comments" hit="Before other comments" />
<option name="ore" hit="Before other comments" />
<option name="other" hit="Before other comments" />
<option name="borders" hit="Borders" />
<option name="box" hit="Box" />
<option name="comment" hit="Comment Type" />
<option name="type" hit="Comment Type" />
<option name="length" hit="Length:" />
<option name="copyright" hit="No copyright" />
<option name="no" hit="No copyright" />
<option name="each" hit="Prefix each line" />
<option name="line" hit="Prefix each line" />
<option name="prefix" hit="Prefix each line" />
<option name="properties" hit="Properties" />
<option name="location" hit="Relative Location" />
<option name="relative" hit="Relative Location" />
<option name="after" hit="Separator after" />
<option name="separator" hit="Separator after" />
<option name="before" hit="Separator before" />
<option name="separator" hit="Separator before" />
<option name="separator" hit="Separator:" />
<option name="block" hit="Use block comment" />
<option name="comment" hit="Use block comment" />
<option name="use" hit="Use block comment" />
<option name="custom" hit="Use custom formatting options" />
<option name="formatting" hit="Use custom formatting options" />
<option name="options" hit="Use custom formatting options" />
<option name="use" hit="Use custom formatting options" />
<option name="default" hit="Use default settings" />
<option name="settings" hit="Use default settings" />
<option name="use" hit="Use default settings" />
<option name="comment" hit="Use line comment" />
<option name="line" hit="Use line comment" />
<option name="use" hit="Use line comment" />
</configurable>
<configurable id="copyright.filetypes.XHTML" configurable_name="XHTML">
<option name="a" hit="Add blank line after" />
<option name="after" hit="Add blank line after" />
<option name="blank" hit="Add blank line after" />
<option name="dd" hit="Add blank line after" />
<option name="line" hit="Add blank line after" />
<option name="add" hit="Add blank line before" />
<option name="before" hit="Add blank line before" />
<option name="blank" hit="Add blank line before" />
<option name="line" hit="Add blank line before" />
<option name="afte" hit="After other comments" />
<option name="comments" hit="After other comments" />
<option name="other" hit="After other comments" />
<option name="r" hit="After other comments" />
<option name="bef" hit="Before other comments" />
<option name="comments" hit="Before other comments" />
<option name="ore" hit="Before other comments" />
<option name="other" hit="Before other comments" />
<option name="borders" hit="Borders" />
<option name="box" hit="Box" />
<option name="comment" hit="Comment Type" />
<option name="type" hit="Comment Type" />
<option name="length" hit="Length:" />
<option name="copyright" hit="No copyright" />
<option name="no" hit="No copyright" />
<option name="each" hit="Prefix each line" />
<option name="line" hit="Prefix each line" />
<option name="prefix" hit="Prefix each line" />
<option name="location" hit="Relative Location" />
<option name="relative" hit="Relative Location" />
<option name="after" hit="Separator after" />
<option name="separator" hit="Separator after" />
<option name="before" hit="Separator before" />
<option name="separator" hit="Separator before" />
<option name="separator" hit="Separator:" />
<option name="block" hit="Use block comment" />
<option name="comment" hit="Use block comment" />
<option name="use" hit="Use block comment" />
<option name="custom" hit="Use custom formatting options" />
<option name="formatting" hit="Use custom formatting options" />
<option name="options" hit="Use custom formatting options" />
<option name="use" hit="Use custom formatting options" />
<option name="default" hit="Use default settings" />
<option name="settings" hit="Use default settings" />
<option name="use" hit="Use default settings" />
<option name="comment" hit="Use line comment" />
<option name="line" hit="Use line comment" />
<option name="use" hit="Use line comment" />
<option name="xhtml" hit="XHTML" />
</configurable>
<configurable id="copyright.filetypes.XML" configurable_name="XML">
<option name="a" hit="Add blank line after" />
<option name="after" hit="Add blank line after" />
<option name="blank" hit="Add blank line after" />
<option name="dd" hit="Add blank line after" />
<option name="line" hit="Add blank line after" />
<option name="add" hit="Add blank line before" />
<option name="before" hit="Add blank line before" />
<option name="blank" hit="Add blank line before" />
<option name="line" hit="Add blank line before" />
<option name="afte" hit="After other comments" />
<option name="comments" hit="After other comments" />
<option name="other" hit="After other comments" />
<option name="r" hit="After other comments" />
<option name="before" hit="Before doctype" />
<option name="doctype" hit="Before doctype" />
<option name="bef" hit="Before other comments" />
<option name="comments" hit="Before other comments" />
<option name="ore" hit="Before other comments" />
<option name="other" hit="Before other comments" />
<option name="before" hit="Before root tag" />
<option name="root" hit="Before root tag" />
<option name="tag" hit="Before root tag" />
<option name="borders" hit="Borders" />
<option name="box" hit="Box" />
<option name="comment" hit="Comment Type" />
<option name="type" hit="Comment Type" />
<option name="length" hit="Length:" />
<option name="file" hit="Location in File" />
<option name="in" hit="Location in File" />
<option name="location" hit="Location in File" />
<option name="copyright" hit="No copyright" />
<option name="no" hit="No copyright" />
<option name="each" hit="Prefix each line" />
<option name="line" hit="Prefix each line" />
<option name="prefix" hit="Prefix each line" />
<option name="location" hit="Relative Location" />
<option name="relative" hit="Relative Location" />
<option name="after" hit="Separator after" />
<option name="separator" hit="Separator after" />
<option name="before" hit="Separator before" />
<option name="separator" hit="Separator before" />
<option name="separator" hit="Separator:" />
<option name="block" hit="Use block comment" />
<option name="comment" hit="Use block comment" />
<option name="use" hit="Use block comment" />
<option name="custom" hit="Use custom formatting options" />
<option name="formatting" hit="Use custom formatting options" />
<option name="options" hit="Use custom formatting options" />
<option name="use" hit="Use custom formatting options" />
<option name="default" hit="Use default settings" />
<option name="settings" hit="Use default settings" />
<option name="use" hit="Use default settings" />
<option name="comment" hit="Use line comment" />
<option name="line" hit="Use line comment" />
<option name="use" hit="Use line comment" />
<option name="xml" hit="XML" />
</configurable>
</options>PK ��'�z z ) META-INF/intellij.copyright.kotlin_module
,
com.intellij.copyrightCopyrightManagerKt
2
com.maddyhome.idea.copyrightCopyrightProfileKt"