blob: efb3316f1401463195efd59c954f413365d6f5ed [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.jetbrains.python.documentation.PythonDocumentationEntryEditor">
<grid id="27dc6" binding="myPanel" layout-manager="GridLayoutManager" row-count="4" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<xy x="20" y="20" width="686" height="400"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<vspacer id="ba606">
<constraints>
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
</constraints>
</vspacer>
<component id="29eaa" class="javax.swing.JTextField" binding="myNameField">
<constraints>
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="6" anchor="8" fill="1" indent="0" use-parent-layout="false">
<preferred-size width="150" height="-1"/>
</grid>
</constraints>
<properties/>
</component>
<component id="be3ff" class="javax.swing.JLabel">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<labelFor value="29eaa"/>
<text value="&amp;Module Name:"/>
</properties>
</component>
<component id="7e3f5" class="javax.swing.JLabel">
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<labelFor value="63296"/>
<text value="&amp;URL/Path Pattern:"/>
</properties>
</component>
<component id="63296" class="javax.swing.JTextField" binding="myURLPatternTextField" default-binding="true">
<constraints>
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="7" anchor="8" fill="1" indent="0" use-parent-layout="false">
<preferred-size width="600" height="-1"/>
</grid>
</constraints>
<properties>
<columns value="50"/>
</properties>
</component>
<grid id="82071" layout-manager="GridLayoutManager" row-count="2" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<grid row="2" column="0" row-span="1" col-span="2" vsize-policy="3" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<clientProperties>
<BorderFactoryClass class="java.lang.String" value="com.intellij.ui.IdeBorderFactory$PlainSmallWithoutIndent"/>
</clientProperties>
<border type="none" title="Available Macros"/>
<children>
<scrollpane id="f705b" class="com.intellij.ui.components.JBScrollPane">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false">
<preferred-size width="-1" height="150"/>
</grid>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="6e732" class="com.intellij.ui.components.JBList" binding="myMacroList">
<constraints/>
<properties>
<model>
<item value="{element.name} - name of element under caret"/>
<item value="{element.qname} - full-qualified name of element under caret"/>
<item value="{module.name} - name of module containing element under caret"/>
<item value="{class.name} - name of class containing element under caret"/>
<item value="{function.name} - name of function under caret"/>
<item value="{python.version} - version of selected Python interpreter"/>
<item value=".lower - convert text to lower case"/>
<item value=".slashes - replace . with /"/>
<item value=".dashes - replace _ with -"/>
</model>
<selectionMode value="0"/>
</properties>
</component>
</children>
</scrollpane>
<component id="fc714" class="javax.swing.JButton" binding="myInsertButton" default-binding="true">
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="4" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<focusable value="false"/>
<text value="&amp;Insert"/>
</properties>
</component>
</children>
</grid>
</children>
</grid>
</form>