Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Doroshko
Total activity
2479
Last activity
November 15, 2024 18:36
Member since
June 09, 2009 09:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
851
Activity overview
Articles (0)
Posts (0)
Comments (1628)
Sort by recent activity
Recent activity
Votes
Created
August 28, 2020 08:39
'S1' module on the screenshot probably has Java module type. Flash modules have a different icon. If auto-importing of the project from Flash Builder fails (it's not ideal, sorry), then you'll need...
Community
IntelliJ IDEA Users
How to create Build Configuration after importing Flash project from Flash Builder?
0 votes
Created
August 25, 2020 15:58
> Let's say I have a command that's not correlated to dependencies, something like a formatter, that I want to run on the modified file only, whether it is "root" or not. Can I express that? Thanks...
Community
WebStorm
insights about File Watchers
0 votes
Edited
August 25, 2020 13:28
> That's a lot of smartness and implicit behaviour changes that we got here. Is this in the documentation? We should add if it's not. > I do care! Sure, sorry. Docs say that a root file is a file t...
Community
WebStorm
insights about File Watchers
0 votes
Created
August 25, 2020 09:27
Official comment
Hi Lucide, 1. IDE supports file-independent File Watchers and behaves accordingly. Make sure that there are no file-specific macros in the File Watcher settings. I mean 'Arguments', 'Output paths t...
Community
WebStorm
insights about File Watchers
0 votes
Created
April 13, 2020 09:23
Note that most probably it's the ADT tool that hangs for some reason. If you get the same result when running ADT with the same parameters from command line then there's nothing we can do with that...
Community
IntelliJ IDEA Users
Intellij Stuck Uninstalling Adobe AIR Apk File on Android Device
0 votes
Created
December 27, 2019 09:28
Yes, in both cases, referenced classes from RLM will be compiled into the main application swf. I think swc library is a more natural way of doing things. In case of a raw AS library, I suspect, ID...
Community
IntelliJ IDEA Users
Flex Runtime Loaded Module issue
0 votes
Created
December 27, 2019 09:11
Let's return to the original question. As far as I understand: you want to have main_app.swf and RLM.swf. You don't want main_app.swf to contain classes that are included in RLM.swf in main_app so...
Community
IntelliJ IDEA Users
Flex Runtime Loaded Module issue
0 votes
Created
December 27, 2019 08:02
I assumed that you don't use IDE for compilation. Because IDE can't compile the main app if it references classes from RLM (and that's why IDE highlights them red). The trick with Raw AS Library me...
Community
IntelliJ IDEA Users
Flex Runtime Loaded Module issue
0 votes
Edited
December 26, 2019 11:33
IDE doesn't provide code completion and reference resolution for classes from other modules if Application BC (aka build configuration) depends on RLM BC with 'Loaded' linkage type. The reason: it ...
Community
IntelliJ IDEA Users
Flex Runtime Loaded Module issue
0 votes
Created
December 26, 2019 10:19
Vincent, thank you for the sample project. If I add var a:MyClass; to the Main.mxml file then I get a compiler error Error:(6, 0) [lab]: Error code: 1046: Type was not found or was not a compile-t...
Community
IntelliJ IDEA Users
Flex Runtime Loaded Module issue
0 votes
«
First
‹
Previous
Next
›
Last
»