Skip to content

Commit d2edd89

Browse files
Merge pull request #8 from shoaibkhan-aspose/master
Aspose Project Wizard for NetBeans - v 2.5
2 parents 68b82cb + e28f58a commit d2edd89

13 files changed

+193
-110
lines changed

Plugins/Aspose_for_NetBeans/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2001-2015 Aspose Pty Ltd
3+
Copyright (c) 2001-2016 Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Plugins/Aspose_for_NetBeans/manifest.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
22
OpenIDE-Module: com.aspose.nbplugin
33
OpenIDE-Module-Layer: com/aspose/nbplugin/layer.xml
44
OpenIDE-Module-Localizing-Bundle: com/aspose/nbplugin/Bundle.properties
5-
OpenIDE-Module-Specification-Version: 2.3.3
5+
OpenIDE-Module-Specification-Version: 2.5
66

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=c2f0fe01
1+
build.xml.data.CRC32=e274a604
22
build.xml.script.CRC32=667ae84d
3-
build.xml.stylesheet.CRC32=a56c6a5b@2.67.1
3+
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6-
nbproject/build-impl.xml.data.CRC32=c2f0fe01
6+
nbproject/build-impl.xml.data.CRC32=e274a604
77
nbproject/build-impl.xml.script.CRC32=c19f585f
8-
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.67.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1

Plugins/Aspose_for_NetBeans/nbproject/private/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License (MIT)
2-
Copyright (c) 2001-2014 Aspose Pty Ltd
2+
Copyright (c) 2001-2016 Aspose Pty Ltd
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
user.properties.file=/Users/shoaibkhan/Library/Application Support/NetBeans/8.0.2/build.properties
1+
user.properties.file=/Users/shoaibkhan/Library/Application Support/NetBeans/8.1/build.properties

Plugins/Aspose_for_NetBeans/nbproject/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ javac.source=1.6
33
javac.compilerargs=-Xlint -Xlint:-serial
44
license.file=nbproject/private/license.txt
55
nbm.homepage=http://www.aspose.com
6-
nbm.module.author=Aspose Marketplace
6+
nbm.module.author=Aspose Plugins
77
keystore=nbproject/private/asposemarketplace2014.keystore
88
nbm_alias=signFiles

Plugins/Aspose_for_NetBeans/nbproject/project.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@
3232
<specification-version>1.38.1</specification-version>
3333
</run-dependency>
3434
</dependency>
35+
<dependency>
36+
<code-name-base>org.netbeans.api.progress.nb</code-name-base>
37+
<build-prerequisite/>
38+
<compile-dependency/>
39+
<run-dependency>
40+
<specification-version>1.46.1</specification-version>
41+
</run-dependency>
42+
</dependency>
43+
<dependency>
44+
<code-name-base>org.netbeans.api.templates</code-name-base>
45+
<build-prerequisite/>
46+
<compile-dependency/>
47+
<run-dependency>
48+
<specification-version>1.6.1</specification-version>
49+
</run-dependency>
50+
</dependency>
3551
<dependency>
3652
<code-name-base>org.netbeans.modules.project.ant</code-name-base>
3753
<build-prerequisite/>
@@ -100,6 +116,14 @@
100116
<specification-version>7.51.1</specification-version>
101117
</run-dependency>
102118
</dependency>
119+
<dependency>
120+
<code-name-base>org.openide.modules</code-name-base>
121+
<build-prerequisite/>
122+
<compile-dependency/>
123+
<run-dependency>
124+
<specification-version>7.47.1</specification-version>
125+
</run-dependency>
126+
</dependency>
103127
<dependency>
104128
<code-name-base>org.openide.util</code-name-base>
105129
<build-prerequisite/>
@@ -116,6 +140,14 @@
116140
<specification-version>8.22.1</specification-version>
117141
</run-dependency>
118142
</dependency>
143+
<dependency>
144+
<code-name-base>org.openide.util.ui</code-name-base>
145+
<build-prerequisite/>
146+
<compile-dependency/>
147+
<run-dependency>
148+
<specification-version>9.4.1</specification-version>
149+
</run-dependency>
150+
</dependency>
119151
</module-dependencies>
120152
<public-packages/>
121153
</data>

Plugins/Aspose_for_NetBeans/src/com/aspose/nbplugin/AsposePanelVisualComponent.form

Lines changed: 51 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,20 @@
1616
<Layout>
1717
<DimensionLayout dim="0">
1818
<Group type="103" groupAlignment="0" attributes="0">
19-
<Component id="jLabelMessage" alignment="0" max="32767" attributes="0"/>
2019
<Group type="102" alignment="0" attributes="0">
21-
<Group type="103" groupAlignment="1" attributes="0">
22-
<Group type="102" attributes="0">
20+
<Group type="103" groupAlignment="1" max="-2" attributes="0">
21+
<Group type="102" alignment="0" attributes="0">
22+
<EmptySpace max="-2" attributes="0"/>
23+
<Component id="jLabelMessage" max="32767" attributes="0"/>
24+
</Group>
25+
<Group type="102" alignment="0" attributes="0">
2326
<Component id="jPanel6" min="-2" max="-2" attributes="0"/>
2427
<EmptySpace min="-2" pref="5" max="-2" attributes="0"/>
25-
<Component id="jPanel4" min="-2" pref="364" max="-2" attributes="0"/>
28+
<Component id="jPanel4" pref="346" max="32767" attributes="0"/>
2629
</Group>
27-
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
30+
<Component id="jPanel1" alignment="1" min="-2" max="-2" attributes="0"/>
2831
</Group>
29-
<EmptySpace max="-2" attributes="0"/>
32+
<EmptySpace min="-2" pref="5" max="-2" attributes="0"/>
3033
<Component id="jPanel2" max="32767" attributes="0"/>
3134
</Group>
3235
</Group>
@@ -36,16 +39,14 @@
3639
<Group type="102" alignment="1" attributes="0">
3740
<Component id="jPanel1" min="-2" max="-2" attributes="0"/>
3841
<EmptySpace max="-2" attributes="0"/>
39-
<Group type="103" groupAlignment="0" attributes="0">
42+
<Group type="103" groupAlignment="0" max="-2" attributes="0">
4043
<Component id="jPanel2" min="-2" max="-2" attributes="0"/>
41-
<Group type="103" groupAlignment="0" max="-2" attributes="0">
42-
<Component id="jPanel6" max="32767" attributes="0"/>
43-
<Component id="jPanel4" pref="415" max="32767" attributes="0"/>
44-
</Group>
44+
<Component id="jPanel6" alignment="0" max="32767" attributes="0"/>
45+
<Component id="jPanel4" alignment="0" pref="378" max="32767" attributes="0"/>
4546
</Group>
4647
<EmptySpace max="-2" attributes="0"/>
47-
<Component id="jLabelMessage" pref="17" max="32767" attributes="0"/>
48-
<EmptySpace max="-2" attributes="0"/>
48+
<Component id="jLabelMessage" min="-2" pref="25" max="-2" attributes="0"/>
49+
<EmptySpace max="32767" attributes="0"/>
4950
</Group>
5051
</Group>
5152
</DimensionLayout>
@@ -69,7 +70,10 @@
6970
<Layout>
7071
<DimensionLayout dim="0">
7172
<Group type="103" groupAlignment="0" attributes="0">
72-
<Component id="jLabel5" min="-2" max="-2" attributes="0"/>
73+
<Group type="102" alignment="0" attributes="0">
74+
<EmptySpace max="32767" attributes="0"/>
75+
<Component id="jLabel5" min="-2" max="-2" attributes="0"/>
76+
</Group>
7377
</Group>
7478
</DimensionLayout>
7579
<DimensionLayout dim="1">
@@ -104,7 +108,7 @@
104108
</DimensionLayout>
105109
<DimensionLayout dim="1">
106110
<Group type="103" groupAlignment="0" attributes="0">
107-
<EmptySpace min="0" pref="285" max="32767" attributes="0"/>
111+
<EmptySpace min="0" pref="0" max="32767" attributes="0"/>
108112
</Group>
109113
</DimensionLayout>
110114
</Layout>
@@ -137,8 +141,9 @@
137141
<Component id="jCheckBoxAsposeImaging" alignment="0" min="-2" max="-2" attributes="0"/>
138142
<Component id="jCheckBoxAsposeTasks" alignment="0" min="-2" max="-2" attributes="0"/>
139143
<Component id="jCheckBoxAsposeDiagram" alignment="0" min="-2" max="-2" attributes="0"/>
144+
<Component id="jCheckBoxAsposeNote" alignment="0" min="-2" max="-2" attributes="0"/>
140145
</Group>
141-
<EmptySpace pref="8" max="32767" attributes="0"/>
146+
<EmptySpace max="32767" attributes="0"/>
142147
</Group>
143148
</Group>
144149
</DimensionLayout>
@@ -147,27 +152,29 @@
147152
<Group type="102" alignment="0" attributes="0">
148153
<EmptySpace max="-2" attributes="0"/>
149154
<Component id="jCheckBoxSelectAll" min="-2" max="-2" attributes="0"/>
150-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
155+
<EmptySpace max="-2" attributes="0"/>
151156
<Component id="jCheckBoxAsposeCells" min="-2" max="-2" attributes="0"/>
152-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
157+
<EmptySpace max="-2" attributes="0"/>
153158
<Component id="jCheckBoxAsposeWords" min="-2" max="-2" attributes="0"/>
154-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
159+
<EmptySpace max="-2" attributes="0"/>
155160
<Component id="jCheckBoxAsposePdf" min="-2" max="-2" attributes="0"/>
156-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
161+
<EmptySpace max="-2" attributes="0"/>
157162
<Component id="jCheckBoxAsposeSlides" min="-2" max="-2" attributes="0"/>
158-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
163+
<EmptySpace max="-2" attributes="0"/>
159164
<Component id="jCheckBoxAsposeBarCode" min="-2" max="-2" attributes="0"/>
160-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
165+
<EmptySpace max="-2" attributes="0"/>
161166
<Component id="jCheckBoxAsposeEmail" min="-2" max="-2" attributes="0"/>
162-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
167+
<EmptySpace max="-2" attributes="0"/>
163168
<Component id="jCheckBoxAsposeOCR" min="-2" max="-2" attributes="0"/>
164-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
169+
<EmptySpace max="-2" attributes="0"/>
165170
<Component id="jCheckBoxAsposeImaging" min="-2" max="-2" attributes="0"/>
166-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
171+
<EmptySpace max="-2" attributes="0"/>
167172
<Component id="jCheckBoxAsposeTasks" min="-2" max="-2" attributes="0"/>
168-
<EmptySpace type="unrelated" max="-2" attributes="0"/>
173+
<EmptySpace max="-2" attributes="0"/>
169174
<Component id="jCheckBoxAsposeDiagram" min="-2" max="-2" attributes="0"/>
170-
<EmptySpace pref="12" max="32767" attributes="0"/>
175+
<EmptySpace max="-2" attributes="0"/>
176+
<Component id="jCheckBoxAsposeNote" min="-2" max="-2" attributes="0"/>
177+
<EmptySpace max="32767" attributes="0"/>
171178
</Group>
172179
</Group>
173180
</DimensionLayout>
@@ -283,6 +290,16 @@
283290
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jCheckBoxAsposeDiagramActionPerformed"/>
284291
</Events>
285292
</Component>
293+
<Component class="javax.swing.JCheckBox" name="jCheckBoxAsposeNote">
294+
<Properties>
295+
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
296+
<ResourceString bundle="com/aspose/nbplugin/Bundle.properties" key="AsposePanelVisualComponent.jCheckBoxAsposeNote.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
297+
</Property>
298+
</Properties>
299+
<Events>
300+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jCheckBoxAsposeNoteActionPerformed"/>
301+
</Events>
302+
</Component>
286303
</SubComponents>
287304
</Container>
288305
<Container class="javax.swing.JPanel" name="jPanel4">
@@ -302,10 +319,7 @@
302319
<Layout>
303320
<DimensionLayout dim="0">
304321
<Group type="103" groupAlignment="0" attributes="0">
305-
<Group type="102" alignment="0" attributes="0">
306-
<Component id="jLabelCommonUses" min="-2" pref="347" max="-2" attributes="0"/>
307-
<EmptySpace min="0" pref="5" max="32767" attributes="0"/>
308-
</Group>
322+
<Component id="jLabelCommonUses" alignment="0" pref="0" max="32767" attributes="0"/>
309323
</Group>
310324
</DimensionLayout>
311325
<DimensionLayout dim="1">
@@ -320,6 +334,9 @@
320334
<SubComponents>
321335
<Component class="javax.swing.JLabel" name="jLabelCommonUses">
322336
<Properties>
337+
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
338+
<Font name="Lucida Grande" size="12" style="0"/>
339+
</Property>
323340
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
324341
<ResourceString bundle="com/aspose/nbplugin/Bundle.properties" key="AsposePanelVisualComponent.jLabelCommonUses.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
325342
</Property>
@@ -332,6 +349,9 @@
332349
</Container>
333350
<Component class="javax.swing.JLabel" name="jLabelMessage">
334351
<Properties>
352+
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
353+
<Font name="Lucida Grande" size="12" style="0"/>
354+
</Property>
335355
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
336356
<ResourceString bundle="com/aspose/nbplugin/Bundle.properties" key="AsposePanelVisualComponent.jLabelMessage.text" replaceFormat="org.openide.util.NbBundle.getMessage({sourceFileName}.class, &quot;{key}&quot;)"/>
337357
</Property>

0 commit comments

Comments
 (0)