Skip to main content

Refresh IDEA with IDEAScript command

Hi,I am using Python together with IDEAScript and when I created IMD files I have the problem that at the end I need to manually click the refresh button in IDEA in order to refresh IDEA and that it displays the IDEA-files.
 
I wondered if there is an IDEAScript function that I could add at the end of my code to automatically refresh? I checked the help section in IDEA, but couldn't find any command.

Brian Element Thu, 09/21/2023 - 14:51

Hi Bert, there sure is, just add this line at the end of your script or anytime you want to do a refresh.

 

Client.RefreshFileExplorer