Skip to content

Commit

Permalink
v1.7.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
source committed May 21, 2018
1 parent 0c2e767 commit 77d1be4
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 63 deletions.
2 changes: 1 addition & 1 deletion help/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,7 @@ <h3 id="_version">3.10. Version</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2017-11-29 07:12:38 JST
Last updated 2018-01-09 10:23:39 JST
</div>
</div>
</body>
Expand Down
Binary file modified release/YaguraExtender.jar
Binary file not shown.
4 changes: 4 additions & 0 deletions src/yagura/external/TransUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ public class TransUtil {
public enum EncodeType {
ALL, ALPHANUM, LIGHT, STANDARD
};

public static String toEmpty(Object obj) {
return (obj == null) ? "" : obj.toString();
}

// 条件一致時にEncode
public final static Pattern PTN_ENCODE_ALL = Pattern.compile(".", Pattern.DOTALL);
Expand Down
2 changes: 1 addition & 1 deletion src/yagura/release.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# YaguraExtender build xml properties

# version
version=1.7.15.0
version=1.7.16.0

#lib
asciidoctor-version=1.5.4
81 changes: 49 additions & 32 deletions src/yagura/view/SendToItemDlg.form
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<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,0,-88,0,0,1,-50"/>
<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,0,-41,0,0,1,-50"/>
</AuxValues>

<Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
Expand Down Expand Up @@ -55,7 +55,7 @@
<Component id="btnCancel" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="btnOK" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace pref="19" max="32767" attributes="0"/>
<EmptySpace pref="17" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
Expand Down Expand Up @@ -112,45 +112,50 @@
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Group type="103" groupAlignment="0" attributes="0">
<Component id="txtTargetLocal" alignment="0" min="-2" pref="287" max="-2" attributes="1"/>
<Group type="102" alignment="0" attributes="0">
<Component id="chkRequest" min="-2" max="-2" attributes="0"/>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Component id="chkResponse" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="cmbTargetLocal" min="-2" pref="287" max="-2" attributes="0"/>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Component id="btnSelectExecute" min="-2" pref="34" max="-2" attributes="0"/>
</Group>
<Component id="txtMenuCaption" alignment="0" min="-2" pref="112" max="-2" attributes="1"/>
<Component id="txtMenuCaption" min="-2" pref="112" max="-2" attributes="1"/>
<Group type="102" alignment="0" attributes="0">
<Component id="chkRequest" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" pref="35" max="-2" attributes="0"/>
<Component id="chkResponse" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
<EmptySpace pref="22" max="32767" attributes="0"/>
<EmptySpace min="0" pref="28" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
<DimensionLayout dim="1">
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<Group type="102" attributes="0">
<EmptySpace min="-2" pref="10" max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="lblMenuCaption" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="txtMenuCaption" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace min="-2" pref="1" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="btnSelectExecute" max="32767" attributes="1"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="chkServer" alignment="3" max="32767" attributes="1"/>
<Component id="txtTargetLocal" alignment="3" min="-2" max="-2" attributes="0"/>
<Group type="103" groupAlignment="1" attributes="0">
<Group type="102" alignment="1" attributes="0">
<Group type="103" groupAlignment="3" attributes="0">
<Component id="lblMenuCaption" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="txtMenuCaption" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Group type="102" attributes="0">
<EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
<Component id="chkServer" min="-2" max="-2" attributes="1"/>
</Group>
<Component id="cmbTargetLocal" min="-2" max="-2" attributes="0"/>
</Group>
</Group>
<Group type="102" alignment="1" attributes="0">
<Component id="btnSelectExecute" min="-2" max="-2" attributes="1"/>
<EmptySpace min="-2" pref="4" max="-2" attributes="0"/>
</Group>
</Group>
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="3" attributes="0">
<Component id="chkRequest" alignment="3" min="-2" max="-2" attributes="0"/>
<Component id="chkResponse" alignment="3" min="-2" max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="chkRequest" min="-2" max="-2" attributes="0"/>
<Component id="chkResponse" alignment="0" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace min="-2" pref="22" max="-2" attributes="0"/>
<EmptySpace pref="24" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
Expand All @@ -168,8 +173,6 @@
<Property name="text" type="java.lang.String" value="Server:"/>
</Properties>
</Component>
<Component class="javax.swing.JTextField" name="txtTargetLocal">
</Component>
<Component class="javax.swing.JCheckBox" name="chkRequest">
<Properties>
<Property name="selected" type="boolean" value="true"/>
Expand All @@ -192,6 +195,20 @@
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSelectExecuteActionPerformed"/>
</Events>
</Component>
<Component class="javax.swing.JComboBox" name="cmbTargetLocal">
<Properties>
<Property name="editable" type="boolean" value="true"/>
<Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor">
<StringArray count="0"/>
</Property>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="cmbTargetLocalActionPerformed"/>
</Events>
<AuxValues>
<AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="&lt;String&gt;"/>
</AuxValues>
</Component>
</SubComponents>
</Container>
<Container class="javax.swing.JPanel" name="tabExtend">
Expand All @@ -218,7 +235,7 @@
<Group type="102" alignment="0" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Component id="cmbExtend" min="-2" max="-2" attributes="0"/>
<EmptySpace pref="62" max="32767" attributes="0"/>
<EmptySpace pref="110" max="32767" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
Expand Down
Loading

0 comments on commit 77d1be4

Please sign in to comment.