Skip to content

Commit 132b80e

Browse files
authored
Merge pull request fdorg#1773 from SlavaRa/feature/Launch_Adobe_Animate_CC_2017
Added paths to correctly locate/launch Adobe Animate CC 2017
2 parents 7c53cae + 4f103bb commit 132b80e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Improvements] Added paths to correctly locate/launch Adobe Animate CC 2017

External/Plugins/ASCompletion/Commands/CallFlashIDE.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ namespace ASCompletion.Commands
1212
{
1313
public class CallFlashIDE
1414
{
15-
private delegate void RunBackgroundInvoker(string exe, string args);
16-
17-
static readonly private string[] FLASHIDE_PATH = {
15+
static readonly string[] FLASHIDE_PATH = {
16+
@"C:\Program Files\Adobe\Adobe Animate CC 2017\Animate.exe",
17+
@"C:\Program Files (x86)\Adobe\Adobe Animate CC 2017\Animate.exe",
1818
@"C:\Program Files\Adobe\Adobe Animate CC 2016\Animate.exe",
1919
@"C:\Program Files (x86)\Adobe\Adobe Animate CC 2016\Animate.exe",
2020
@"C:\Program Files\Adobe\Adobe Animate CC 2015\Animate.exe",

0 commit comments

Comments
 (0)