Book a Demo

Author Topic: How to apply changes to Project Browser Script  (Read 4443 times)

Asperamanca

  • EA User
  • **
  • Posts: 91
  • Karma: +0/-0
    • View Profile
How to apply changes to Project Browser Script
« on: April 03, 2014, 08:21:41 pm »
I have a project browser script that allows me to do text search and replace within a package tree.

Now I try to add some features, but the changes I make to the script are never used.
I can add message boxes, and never see them.
I can add syntax errors, and the script still runs and shows it's old behavior.
I can rename the script, see the new name in the context menu, but the old script is still run

What do I need to do so EA will run the script as I see it in the script editor?

(EA 9.3)

OpenIT Solutions

  • EA User
  • **
  • Posts: 555
  • Karma: +9/-1
    • View Profile
Re: How to apply changes to Project Browser Script
« Reply #1 on: April 05, 2014, 12:39:40 am »
Can you confirm that the changes you make are saved ? You may not have correct permissions ?
« Last Edit: April 05, 2014, 12:40:04 am by openit »

Asperamanca

  • EA User
  • **
  • Posts: 91
  • Karma: +0/-0
    • View Profile
Re: How to apply changes to Project Browser Script
« Reply #2 on: April 07, 2014, 05:10:52 pm »
After closing and re-opening the EAP file, my changes can still be seen.

And now they work, too. So it would seem I'd better close and re-open the EAP file every time I change a script.  :-?