How to clean compile imported cls files in Studio.
Hi Friends ,
Here I have imported object script cls classes form local file to studio , As a result new package created and all the cls files showing inside the package.
Now When I comple newly imported classes , it is thows compilation error because , each cls is already compiled in source system.
If i removed
To remove this tag from multiple files is taking long time. I need to remove this
Could you please suggest me the alternative like , clean compile option such kind.
Thnaks
Prashanth
There is an easy way to do it on Notepad++
PS.: you might have to use the replace tool to replace the </Storage> part that's left, but it's pretty much the same steps.
PPS.: yes you can leave the Replace text box empty!
Here's the explanation for the expression on a similar situation: https://community.notepad-plus-plus.org/topic/21308/how-to-find-and-sele...