-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
isayan
committed
Oct 7, 2024
1 parent
79bd735
commit ce6955d
Showing
19 changed files
with
1,976 additions
and
1,252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
netbeans.org-netbeans-modules-javascript2-requirejs.enabled=true | ||
release_version_major=3.1 | ||
release_version_minor=4.0 | ||
release_version_minor=4.1 | ||
netbeans.license=mit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+756 KB
libs/BurpExtensionCommons-v3.2.1.1-all.jar → libs/BurpExtensionCommons-v3.2.1.2-all.jar
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,207 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
|
||
<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo"> | ||
<AuxValues> | ||
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> | ||
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> | ||
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> | ||
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> | ||
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> | ||
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> | ||
<AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,2,102,0,0,1,-112"/> | ||
</AuxValues> | ||
|
||
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> | ||
<SubComponents> | ||
<Container class="javax.swing.JPanel" name="pnlAnnotations"> | ||
<Properties> | ||
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> | ||
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> | ||
<TitledBorder title="Filter by Annotations"/> | ||
</Border> | ||
</Property> | ||
</Properties> | ||
<Constraints> | ||
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> | ||
<BorderConstraints direction="Center"/> | ||
</Constraint> | ||
</Constraints> | ||
|
||
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> | ||
<SubComponents> | ||
<Container class="javax.swing.JPanel" name="pnlAnnotation"> | ||
<Constraints> | ||
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> | ||
<BorderConstraints direction="North"/> | ||
</Constraint> | ||
</Constraints> | ||
|
||
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignBoxLayout"> | ||
<Property name="axis" type="int" value="3"/> | ||
</Layout> | ||
<SubComponents> | ||
<Component class="javax.swing.JCheckBox" name="chkShowOnlyComment"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="Show only comment"/> | ||
</Properties> | ||
<Events> | ||
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chkShowOnlyCommentActionPerformed"/> | ||
</Events> | ||
</Component> | ||
<Component class="javax.swing.JCheckBox" name="chkShowOnlyHighlight"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="Show only highlight"/> | ||
</Properties> | ||
<Events> | ||
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chkShowOnlyHighlightActionPerformed"/> | ||
</Events> | ||
</Component> | ||
</SubComponents> | ||
</Container> | ||
<Container class="javax.swing.JPanel" name="pnlHighlightColor"> | ||
<Properties> | ||
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> | ||
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> | ||
<TitledBorder> | ||
<Border PropertyName="innerBorder" info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> | ||
<TitledBorder title="Highlight Color"/> | ||
</Border> | ||
</TitledBorder> | ||
</Border> | ||
</Property> | ||
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> | ||
<Dimension value="[151, 500]"/> | ||
</Property> | ||
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> | ||
<Dimension value="[151, 500]"/> | ||
</Property> | ||
</Properties> | ||
<Constraints> | ||
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> | ||
<BorderConstraints direction="Center"/> | ||
</Constraint> | ||
</Constraints> | ||
|
||
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridLayout"> | ||
<Property name="columns" type="int" value="1"/> | ||
<Property name="rows" type="int" value="10"/> | ||
</Layout> | ||
<SubComponents> | ||
<Component class="javax.swing.JCheckBox" name="chkWhite"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="white (none)"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JCheckBox" name="chkRed"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="red"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JCheckBox" name="chkOrange"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="orange"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JCheckBox" name="chkYellow"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="yellow"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JCheckBox" name="chkGreen"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="green"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JCheckBox" name="chkCyan"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="cyan"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JCheckBox" name="chkBlue"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="blue"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JCheckBox" name="chkPink"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="pink"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JCheckBox" name="chkMagenta"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="magenta"/> | ||
</Properties> | ||
</Component> | ||
<Component class="javax.swing.JCheckBox" name="chkGray"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="gray"/> | ||
</Properties> | ||
</Component> | ||
</SubComponents> | ||
</Container> | ||
<Container class="javax.swing.JPanel" name="pnlBottom"> | ||
<Constraints> | ||
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> | ||
<BorderConstraints direction="South"/> | ||
</Constraint> | ||
</Constraints> | ||
|
||
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> | ||
<SubComponents> | ||
<Container class="javax.swing.JPanel" name="pnlListenerPort"> | ||
<Properties> | ||
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> | ||
<Border info="org.netbeans.modules.form.compat2.border.TitledBorderInfo"> | ||
<TitledBorder title="Filter by listener "/> | ||
</Border> | ||
</Property> | ||
</Properties> | ||
<Constraints> | ||
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> | ||
<BorderConstraints direction="South"/> | ||
</Constraint> | ||
</Constraints> | ||
|
||
<Layout> | ||
<DimensionLayout dim="0"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" alignment="0" attributes="0"> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Component id="lblListenerPort" min="-2" pref="50" max="-2" attributes="0"/> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Component id="txtLiistenerPort" min="-2" pref="112" max="-2" attributes="0"/> | ||
<EmptySpace min="-2" pref="25" max="-2" attributes="0"/> | ||
</Group> | ||
</Group> | ||
</DimensionLayout> | ||
<DimensionLayout dim="1"> | ||
<Group type="103" groupAlignment="0" attributes="0"> | ||
<Group type="102" alignment="0" attributes="0"> | ||
<EmptySpace max="32767" attributes="0"/> | ||
<Group type="103" groupAlignment="3" attributes="0"> | ||
<Component id="lblListenerPort" alignment="3" min="-2" max="-2" attributes="0"/> | ||
<Component id="txtLiistenerPort" alignment="3" min="-2" max="-2" attributes="0"/> | ||
</Group> | ||
</Group> | ||
</Group> | ||
</DimensionLayout> | ||
</Layout> | ||
<SubComponents> | ||
<Component class="javax.swing.JTextField" name="txtLiistenerPort"> | ||
</Component> | ||
<Component class="javax.swing.JLabel" name="lblListenerPort"> | ||
<Properties> | ||
<Property name="text" type="java.lang.String" value="Port"/> | ||
</Properties> | ||
</Component> | ||
</SubComponents> | ||
</Container> | ||
</SubComponents> | ||
</Container> | ||
</SubComponents> | ||
</Container> | ||
</SubComponents> | ||
</Form> |
Oops, something went wrong.