So far I like RASE and it looks like the best bang for the buck.
How do I create links to my generic AS libraries (e.g. CasaLib, etc.)?
The issue was discussed in the context of another editor here:
http://youtrack.jetbrains.net/issue/IDEA-57200#comment=27-223296
So what I need to do is be able to link to other AS libraries that I
often use globally for numerous projects.
Thanks.
On Nov 23, 1:28 am, Alexander Eliseyev <a.a.elise...@gmail.com> wrote:
> Hello there!
>
> To add an SWC lib to the project, either use a project context menu
> (Project -> New -> Library)
> or libraries context menu (Libraries -> New Library). A new module
> representing the library you
> had specified would be created.
>
> To import the classes from the library, use the CTRL+R (to import package
> by the class contained
> in it) or CTRL+M (to import the package by the name) shortcut.
>
> Also check out this One Picture Tutorial on imports in RASE:http://onepicturetutorial.com/post/12636674840/realaxy-editor-import-...