Skip to content

Commit 072dbc7

Browse files
Merge pull request #4 from AdeelIlyas2014/master
Latest Release - Ver 1.4 (Critical: Aspose Examples Wizard will only work with this latest update)
2 parents 0aef569 + ce9246a commit 072dbc7

File tree

9 files changed

+341
-425
lines changed

9 files changed

+341
-425
lines changed

Plugins/Aspose_for_JetBrains/.gitignore

Lines changed: 0 additions & 11 deletions
This file was deleted.

Plugins/Aspose_for_JetBrains/.idea/encodings.xml

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/Aspose_for_JetBrains/.idea/misc.xml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/Aspose_for_JetBrains/.idea/vcs.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

Plugins/Aspose_for_JetBrains/.idea/workspace.xml

Lines changed: 277 additions & 355 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/Aspose_for_JetBrains/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

Plugins/Aspose_for_JetBrains/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<idea-plugin version="2">
1919
<id>com.aspose.intellijplugin.id</id>
2020
<name>Aspose Project Wizard</name>
21-
<version>1.3</version>
21+
<version>1.4</version>
2222
<vendor email="[email protected]" url="http://www.aspose.com">Aspose Pty Ltd.</vendor>
2323

2424

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Aspose for JetBrains
1+
# Aspose for JetBrains
22

3-
Aspose for JetBrains allows developers to create an Aspose Java project through plugin provided Aspose Project Wizard. The wizard enables the developers to select and download the latest Aspose libraries and samples / example codes of them.
3+
Aspose for JetBrains allows developers to create an Aspose Java project through plugin provided Aspose Project Wizard. The wizard enables the developers to select and download the latest Aspose libraries and sample example codes.
44

55
This plugin helps you to explore Aspose Java APIs inside your favorite IntelliJ IDE.
66

@@ -14,49 +14,44 @@ This plugin helps you to explore Aspose Java APIs inside your favorite IntelliJ
1414

1515
With this plugin, you never need to check for new releases of Aspose components. Whenever a new release is published, you will be notified while creating project and you can also check release notes to save your time.
1616

17-
# How to use Aspose Project Wizard on JetBrains ...
17+
# How to use Aspose Project Wizard in IntelliJ IDEA ...
1818

19-
[Continue reading ?](https://github.com/asposemarketplace/Aspose_for_JetBrains/wiki/Aspose-Project-Wizard)
19+
[Continue reading ](http://www.aspose.com/docs/display/totaljava/1.2.2+Using+Aspose.Total+Java+for+IntelliJ+IDEA)
2020

21-
# Latest Release - Ver 1.3
21+
## Plugin Documentation
2222

23-
**Critical fix for Aspose Examples Wizard:**
24-
Aspose Java APIs usage examples repository locations have been changed. So Aspose Examples wizard will no longer work without this update.
23+
For the complete documentation of this Intellij IDEA plugin, [please go through this wiki - click here](http://www.aspose.com/docs/display/totaljava/1.+Aspose.Total+Java+for+IntelliJ+IDEA)
2524

26-
Although not changing version number because all the plugin features and code will remain same.
27-
28-
**Examples:**
29-
30-
* Aspose.Words vs Apache POI WP (HWPF + XWPF)
31-
* Aspose.Cells vs Apache POI SS (HSSF + XSSF).
32-
* Aspose.Slides vs Apache POI SL (HSLF + XSLF).
33-
* Aspose.Email vs Apache POI HSMF.
25+
# Latest Release - Ver 1.4 (Critical: Aspose Examples Wizard will only work with this latest update)
3426

3527
**New Features**
3628

37-
* Integration of Aspose APIs code and feature comparison examples with Apache POI framework
29+
* Aspose.OCR for Java Examples are now available in Aspose Examples Wizard of your favorite InteliJ IDEA
30+
* Supports and Tested with latest IntelliJ IDEA v.14.0.1, v.14.1.5 and v.15.0.1
3831

39-
* Progress Monitors are implemented for long tasks i.e while downloading of examples and their framework dependencies.
32+
# Release - Ver 1.3 and 1.3.1
4033

41-
SourceCodes Changes
34+
**New Features**
4235

43-
* a) OtherExamples API (framework) created for the futher future integrations of new examples and their dependencies.
44-
* b) New Packages: com.aspose.examples.otherexamples
36+
* Aspose Java vs Apache POI Examples available in Aspose Examples Wizard.
37+
* User experience improved. GUI improvements / Progress Monitors for long tasks. (while downloading of examples and API jars).
4538

46-
## Release 1.2
39+
# Release - Ver 1.2
4740

4841
**New Features**
4942

50-
New! Aspose Java Product support is Added, in Aspose Project Wizard/Aspose API Examples for following products:
43+
* Support is added in Aspose Project wizard & Aspose Examples wizard for following new Aspose products:
5144

52-
1. Aspose.Diagram
53-
2. Aspose.Tasks
45+
1. Aspose.Diagram
46+
2. Aspose.Tasks
5447

5548
## Release 1.1
5649

5750
**New Features**
5851

59-
Release v1.1 of Aspose Java plugin for JetBrains IDE, provides the support of getting Aspose Java API samples through **Aspose Example** option in New menu as following:
52+
This release of Aspose Java plugin for JetBrains IDE, provides sample example source codes for using Aspose Java APIs through Aspose Example - wizard (option in New Menu)
53+
54+
By following the steps below:
6055

6156
1. First Create Java Project by using plugin provided Aspose Project Wizard
6257
2. **Right Click** on Project or Select **File** Menu
@@ -66,7 +61,7 @@ Release v1.1 of Aspose Java plugin for JetBrains IDE, provides the support of ge
6661

6762
Finally, the downloaded / created example is ready to be evaluated / enhanced as per your usage requirement.
6863

69-
For the complete detail please check the following step by step wiki documentation, [click here](https://github.com/asposemarketplace/Aspose_for_JetBrains/wiki/Aspose-Example "AsposeExample")
64+
For the complete detail please check the following step by step wiki documentation, [click here](https://bitbucket.org/asposemarketplace/aspose-for-jetbrains/wiki/Aspose%20Example "AsposeExample")
7065

7166
# How to configure source code of Aspose Project Wizard
7267

@@ -80,14 +75,19 @@ Below simple steps will smoothly lead to successful configuration of Aspose Proj
8075

8176
* [Aspose project Wizard for JetBrains](http://goo.gl/1DzKBe "Aspose project Wizard for JetBrains")
8277

83-
* [Aspose APIs Examples Integration with JetBrains](http://goo.gl/4D578h "Aspose Java Example") (new feature!)
78+
* [Aspose APIs Examples
79+
Integration with JetBrains](http://goo.gl/4D578h "Aspose Java Example")
8480

85-
* [Aspose Java Components](http://www.aspose.com/java/total-component.aspx)
81+
* [Aspose Java
82+
Components](http://www.aspose.com/java/total-component.aspx)
8683

87-
* [Download Aspose IntelliJ IDEA Plugin for Manual Installation](http://plugins.jetbrains.com/plugin/7461)
84+
* [Download Aspose IntelliJ IDEA
85+
Plugin for Manual Installation](http://plugins.jetbrains.com/plugin/7461)
8886

89-
* [Video tutorial showing how to create an Aspose for Java API project in IntelliJ IDEA](http://youtu.be/tQyk10MXbGw)
87+
* [Video tutorial showing how to create an Aspose
88+
for Java API project in IntelliJ IDEA](http://youtu.be/tQyk10MXbGw)
9089

91-
* [Video tutorial showing how to create an Aspose for Java API project in IntelliJ IDEA](http://goo.gl/u0mfZu)
90+
* [Video tutorial showing how to create an Aspose for
91+
Java API project in IntelliJ IDEA](http://goo.gl/u0mfZu)
9292

9393
![](http://i.imgur.com/IB3pzFP.jpg)

Plugins/Aspose_for_JetBrains/src/com/aspose/utils/AsposeJavaComponents.java

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,22 @@ public class AsposeJavaComponents {
3333
asposeCells.set_downloadUrl("http://community.aspose.com/community/secureservices/asposedownloads/java/aspose.cells.aspx");
3434
asposeCells.set_downloadFileName("aspose-cells.zip");
3535
asposeCells.set_name(AsposeConstants.ASPOSE_CELLS);
36-
asposeCells.set_remoteExamplesRepository("https://github.com/AdeelIlyas2014/Aspose_Cells_Java.git");
36+
37+
asposeCells.set_remoteExamplesRepository("https://github.com/asposemarketplace/Aspose-Cells-Java");
3738

3839
// Added by [email protected] - Integration of Apache POI Examples / Other FrameWork Examples
3940
asposeCells.addOtherFrameworkExamples(OtherExamplesManager.getPOIExamples(asposeCells));
4041
4142

42-
4343
list.put(AsposeConstants.ASPOSE_CELLS, asposeCells);
4444

4545
//ASPOSE_WORDS
4646
AsposeJavaComponent asposeWords = new AsposeJavaComponent();
4747
asposeWords.set_downloadUrl("http://community.aspose.com/community/secureservices/asposedownloads/java/aspose.words.aspx");
4848
asposeWords.set_downloadFileName("aspose-words.zip");
4949
asposeWords.set_name(AsposeConstants.ASPOSE_WORDS);
50-
asposeWords.set_remoteExamplesRepository("https://github.com/AdeelIlyas2014/Aspose_Words_Java.git");
50+
51+
asposeWords.set_remoteExamplesRepository("https://github.com/asposemarketplace/Aspose-Words-Java");
5152

5253
// Added by [email protected] - Integration of Apache POI Examples / Other FrameWork Examples
5354
asposeWords.addOtherFrameworkExamples(OtherExamplesManager.getPOIExamples(asposeWords));
@@ -60,15 +61,19 @@ public class AsposeJavaComponents {
6061
asposePDF.set_downloadUrl("http://community.aspose.com/community/secureservices/asposedownloads/java/aspose.pdf.aspx");
6162
asposePDF.get_downloadFileName();
6263
asposePDF.set_name(AsposeConstants.ASPOSE_PDF);
63-
asposePDF.set_remoteExamplesRepository("https://github.com/AdeelIlyas2014/Aspose_Pdf_Java.git");
64+
65+
asposePDF.set_remoteExamplesRepository("https://github.com/asposemarketplace/Aspose-Pdf-Java");
66+
6467
list.put(AsposeConstants.ASPOSE_PDF, asposePDF);
6568

6669
//ASPOSE_Slides
6770
AsposeJavaComponent asposeSlides = new AsposeJavaComponent();
6871
asposeSlides.set_downloadUrl("http://community.aspose.com/community/secureservices/asposedownloads/java/aspose.slides.aspx");
6972
asposeSlides.get_downloadFileName();
7073
asposeSlides.set_name(AsposeConstants.ASPOSE_SLIDES);
71-
asposeSlides.set_remoteExamplesRepository("https://github.com/AdeelIlyas2014/Aspose_Slides_Java.git");
74+
75+
asposeSlides.set_remoteExamplesRepository("https://github.com/asposemarketplace/Aspose-Slides-Java");
76+
7277

7378
// Added by [email protected] - Integration of Apache POI Examples / Other FrameWork Examples
7479
asposeSlides.addOtherFrameworkExamples(OtherExamplesManager.getPOIExamples(asposeSlides));
@@ -82,25 +87,28 @@ public class AsposeJavaComponents {
8287
asposeBarcode.set_downloadUrl("http://community.aspose.com/community/secureservices/asposedownloads/java/aspose.barcode.aspx");
8388
asposeBarcode.get_downloadFileName();
8489
asposeBarcode.set_name(AsposeConstants.ASPOSE_BARCODE);
85-
asposeBarcode.set_remoteExamplesRepository("https://github.com/AdeelIlyas2014/Aspose_BarCode_Java.git");
86-
list.put(AsposeConstants.ASPOSE_BARCODE, asposeBarcode);
8790

91+
asposeBarcode.set_remoteExamplesRepository("https://github.com/asposemarketplace/Aspose-BarCode-Java");
92+
93+
list.put(AsposeConstants.ASPOSE_BARCODE, asposeBarcode);
8894

8995
//ASPOSE_Tasks
9096
AsposeJavaComponent asposeTasks = new AsposeJavaComponent();
9197
asposeTasks.set_downloadUrl("http://community.aspose.com/community/secureservices/asposedownloads/java/aspose.tasks.aspx");
9298
asposeTasks.get_downloadFileName();
9399
asposeTasks.set_name(AsposeConstants.ASPOSE_TASKS);
94-
asposeTasks.set_remoteExamplesRepository("https://github.com/AdeelIlyas2014/Aspose_Tasks_Java.git");
95-
list.put(AsposeConstants.ASPOSE_TASKS, asposeTasks);
96100

101+
asposeTasks.set_remoteExamplesRepository("https://github.com/asposemarketplace/Aspose-Tasks-Java");
102+
103+
list.put(AsposeConstants.ASPOSE_TASKS, asposeTasks);
97104

98105
//ASPOSE_Email
99106
AsposeJavaComponent asposeEmail = new AsposeJavaComponent();
100107
asposeEmail.set_downloadUrl("http://community.aspose.com/community/secureservices/asposedownloads/java/aspose.email.aspx");
101108
asposeEmail.get_downloadFileName();
102109
asposeEmail.set_name(AsposeConstants.ASPOSE_EMAIL);
103-
asposeEmail.set_remoteExamplesRepository("https://github.com/AdeelIlyas2014/Aspose_Email_Java.git");
110+
111+
asposeEmail.set_remoteExamplesRepository("https://github.com/asposemarketplace/Aspose-Email-Java");
104112

105113
// Added by [email protected] - Integration of Apache POI Examples / Other FrameWork Examples
106114
asposeEmail.addOtherFrameworkExamples(OtherExamplesManager.getPOIExamples(asposeEmail));
@@ -113,24 +121,28 @@ public class AsposeJavaComponents {
113121
asposeOCR.set_downloadUrl("http://community.aspose.com/community/secureservices/asposedownloads/java/aspose.ocr.aspx");
114122
asposeOCR.get_downloadFileName();
115123
asposeOCR.set_name(AsposeConstants.ASPOSE_OCR);
124+
asposeOCR.set_remoteExamplesRepository("https://github.com/asposemarketplace/Aspose-OCR-Java");
116125
list.put(AsposeConstants.ASPOSE_OCR, asposeOCR);
117126

118127
//ASPOSE_Imaging
119128
AsposeJavaComponent asposeImaging = new AsposeJavaComponent();
120129
asposeImaging.set_downloadUrl("http://community.aspose.com/community/secureservices/asposedownloads/java/aspose.imaging.aspx");
121130
asposeImaging.set_downloadFileName("");
122131
asposeImaging.set_name(AsposeConstants.ASPOSE_IMAGING);
123-
asposeImaging.set_remoteExamplesRepository("https://github.com/AdeelIlyas2014/Aspose_Imaging_Java.git");
132+
133+
asposeImaging.set_remoteExamplesRepository("https://github.com/asposemarketplace/Aspose-Imaging-Java");
134+
124135
list.put(AsposeConstants.ASPOSE_IMAGING, asposeImaging);
125136

126137
//ASPOSE_Diagram
127138
AsposeJavaComponent asposeDiagram = new AsposeJavaComponent();
128139
asposeDiagram.set_downloadUrl("http://community.aspose.com/community/secureservices/asposedownloads/java/aspose.diagram.aspx");
129140
asposeDiagram.set_downloadFileName("");
130141
asposeDiagram.set_name(AsposeConstants.ASPOSE_DIAGRAM);
131-
asposeDiagram.set_remoteExamplesRepository("https://github.com/AdeelIlyas2014/Aspose_Diagram_Java.git");
132-
list.put(AsposeConstants.ASPOSE_DIAGRAM, asposeDiagram);
133142

143+
asposeDiagram.set_remoteExamplesRepository("https://github.com/asposemarketplace/Aspose-Diagram-Java");
144+
145+
list.put(AsposeConstants.ASPOSE_DIAGRAM, asposeDiagram);
134146

135147
}
136148

0 commit comments

Comments
 (0)