Refresh IDEA with IDEAScript command
Bert_B
Forums
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.
Hi Bert, there sure is, just
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