Links to AS libraries?

9 views
Skip to first unread message

activa

unread,
Nov 22, 2011, 12:40:31 PM11/22/11
to RealaxyEditor
I'm an experienced Flash programmer but so far I've always used the
Flash Pro IDE. I'm now exploring using another script editor. So far
I'm looking at FDT, IntelliJ IDEA, Jedit, and RASE.

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.)?

Alexander Eliseyev

unread,
Nov 23, 2011, 1:28:08 AM11/23/11
to realax...@googlegroups.com
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:



--
Alexander Eliseyev
Division Tech Lead | Realaxy

activa

unread,
Nov 24, 2011, 8:53:17 PM11/24/11
to RealaxyEditor
Hi, sorry if my question was not clear. I need to add third-party AS
libraries to my compile path.

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-...

Alexander Eliseyev

unread,
Nov 25, 2011, 1:34:06 AM11/25/11
to realax...@googlegroups.com
Ah, I see.

We do have such high priority task, but it's not yet properly implemented:
http://www.realaxy.com/tracker/issue/RE-1419 (most of the text is in Russian, there, sorry)

For now you can just import your library sources as a separate module and use it from your project
modules. To create a RASE module from sources, go to Project -> Parse Sources or File -> New Module from Sources.

Shawn Makinson

unread,
Nov 30, 2011, 9:45:30 AM11/30/11
to RealaxyEditor
Looks like you can add an swc file if you right click on Libraries in
the project panel. I'm assuming this is where we would add casalib,
greensock, etc.
Reply all
Reply to author
Forward
0 new messages