Custom Function in IDEA 9

3 posts / 0 new
Last post
shlomit
Offline
Joined: 04/30/2014 - 03:13
Custom Function in IDEA 9

Hi,
In IDEA ver 8, I could see and use custom function in all IDEA projects by importing function I previous built and saved. In IDEA 9 I haven't button "Import" in Custom Function screen. Does anyone know if there is any way to post function for all projects in IDEA 9?  
Thanks,
Shlomit

Brian Element's picture
Brian Element
Offline
Joined: 07/11/2012 - 19:57

Hi Shlomit,

In verion 9 you just have to copy the custom function to the Custom Functions.ILB or copy it to the local library where you can access it in all your local projects: C:\Users\User\Documents\My IDEA Documents\Local Library\Custom Functions.ILB

You can use the Library tab (which is next to the File Explorer tab) to copy custom functions between projects and importing them from other parts of your harddrive.

shlomit
Offline
Joined: 04/30/2014 - 03:13

Ok, it still seems me more complex than in IDEA 8, but at least copying directly in Library tab it's better than copying between local projects - as I did it till now...
Thanks a lot!