Skip to content

Commit 84ac242

Browse files
Latest Release - Ver 1.4 (Critical: Aspose Examples Wizard will only work with this latest update)
New Features 1. Aspose.OCR for Java Examples are now available in Aspose Examples Wizard of your favorite InteliJ IDEA 2. Aspose.OCR for Java Examples are now available in Aspose Examples Wizard of your favorite InteliJ IDEA 3. More Aspose.Slides Examples comparing features of Apache POI HSLF and XSLF. 4. More Aspose.Words Examples with Missing Features of Apache POI HWPF and XWPF. 5. Aspose.Cells Examples showing Missing Features of Apache POI HSSF and XSSF. 6. Supports and Tested with latest IntelliJ IDEA v.14.0.1, v.14.1.5 and v.15.0.1 7. Necessary update for Aspose Examples wizard since examples may not appear proper with older versions of plugin. Signed-off-by: AdeelIlyas2014 <[email protected]>
1 parent 0fb4ca5 commit 84ac242

File tree

6 files changed

+296
-252
lines changed

6 files changed

+296
-252
lines changed

Plugins/Aspose_for_JetBrains/.idea/vcs.xml

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

Plugins/Aspose_for_JetBrains/.idea/workspace.xml

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

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.4</version>
21+
<version>1.4.0</version>
2222
<vendor email="[email protected]" url="http://www.aspose.com">Aspose Pty Ltd.</vendor>
2323

2424

Plugins/Aspose_for_JetBrains/src/com/aspose/examples/AsposeExampleDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private boolean createExample() {
107107
for (OtherExamples _otherExample : asposeComponent.getOtherFrameworkExamples()) {
108108
String examplesName = _otherExample.getExampleName();
109109
if (destinationPath.contains(examplesName)) {
110-
destinationPath = destinationPath.replace(examplesName + "\\", "");
110+
destinationPath = destinationPath.replace(examplesName + File.separator, "");
111111
OtherExamplesManager.installExamplesDependencies(_otherExample, projectPath,project);
112112
break;
113113
}

0 commit comments

Comments
 (0)