在Linux上进行Flex开发,有什么好的免费环境?

时间:2021-08-14 23:31:16

I would like to develop Adobe Flex applications using Linux and a free environment. I'd prefer a free as in freedom alternative, but as in beer would work as well. ;-)

我想使用Linux和免费环境开发Adobe Flex应用程序。我更喜欢免费的*选择,但啤酒也可以。 ;-)

Are any of you developing Adobe Flex rich internet applications using such an environment? Or should I face the "facts" that Flex Builder is an essential tool for Flex development and that I'm more or less lost without it?

您是否有人使用这样的环境开发Adobe Flex富Internet应用程序?或者我应该面对“事实”,即Flex Builder是Flex开发的必备工具,没有它我或多或少会丢失?

11 个解决方案

#1


6  

I use TextMate to do some Flex hacking on my home computer (a PowerBook G4 which can't run FlexBuilder) and I have no trouble writing applications. It depends if you are so used to IDE support that you cannot live without it. I like code completion, project management and the debugger in Flex Builder but I can live without it. TextMate isn't free but any text editor that had code coloring for ActionScript would do for me.

我使用TextMate在我的家用计算机上进行一些Flex黑客攻击(一台无法运行FlexBuilder的PowerBook G4),我在编写应用程序时也没有遇到任何问题。这取决于你是否习惯了IDE支持,没有它就无法生存。我喜欢Flex Builder中的代码完成,项目管理和调试器,但我可以没有它。 TextMate不是免费的,但任何具有ActionScript代码着色的文本编辑器都可以为我做。

I usually use ant to manage my builds and that is free. The Flex SDK is free. That is all you need plus a little patience.

我通常使用ant来管理我的构建,这是免费的。 Flex SDK是免费的。这就是你需要的所有加上一点耐心。

#2


4  

Personally I only have experience with the free aplha release of Flex builder for Linux built on Eclipse. But I must say it is already pretty stable and it provides most features found in the full releases for mac osx and windows. Perhaps the most annoying thing that's missing is the gui editor to quickly lay out your forms.

就个人而言,我只对使用Eclipse构建的基于Flex的构建器的免费aplha版本有经验。但我必须说它已经非常稳定,它提供了mac osx和windows完整版本中的大多数功能。也许最令人烦恼的是gui编辑快速布置你的表格。

If you are looking for another option, however, maybe this will be of any help: http://www.williambrownstreet.net/wordpress/?p=78

但是,如果您正在寻找其他选择,也许这将有任何帮助:http://www.williambrownstreet.net/wordpress/?p = 78

It's not an IDE though

但它不是一个IDE

#3


3  

You can use plugin fb4linux for eclipse in http://code.google.com/p/fb4linux/ It run perfectly in eclipse 3.6 helios, you can choose flex 3 or flex 4 sdk and you can't recognize this plugin with Flex Builder stand alone verson of Adobe with hight light, auto complete code... good luck.

您可以在http://code.google.com/p/fb4linux/中使用插件fb4linux进行eclipse。它在eclipse 3.6 helios中运行完美,你可以选择flex 3或flex 4 sdk而你无法用Flex Builder识别这个插件独立的Adobe与高光,自动完成代码...祝你好运。

#4


2  

If you create a set up using the flex-mojos maven plugin you can set up a build environment very easily without the need to have a flex builder license. Then you are able to use any text editor to edit Action Script and run a compile along with FlexUnit tests by simply calling mvn package.

如果使用flex-mojos maven插件创建设置,则可以非常轻松地设置构建环境,而无需拥有Flex构建器许可证。然后,您可以使用任何文本编辑器编辑Action Script,并通过简单地调用mvn package来运行编译以及FlexUnit测试。

#5


2  

Try the official Adobe Flex Builder Linux Alpha:

试用官方的Adobe Flex Builder Linux Alpha:

http://labs.adobe.com/technologies/flex/flexbuilder_linux/

http://labs.adobe.com/technologies/flex/flexbuilder_linux/

I haven't used it yet, but I'm definitely planning on doing it.

我还没用过它,但我肯定打算这样做。

#6


2  

I just use jEdit and the free Flex SDK for Flex development on Mac OS X and I've been as happy as Larry (however happy he is).

我只是在Mac OS X上使用jEdit和免费的Flex SDK进行Flex开发,我和Larry一样高兴(不过他很开心)。

I've added a couple of links below that point to resources for configuring jEdit for AS3 development if you wanna go down that road. AFAIK, what this setup is missing in comparison to Flex Builder is at least code completion, the visual MXML editor and the profiler feature.

我在这下面添加了一些链接,用于配置jEdit进行AS3开发的资源,如果你想走这条路的话。 AFAIK,与Flex Builder相比,缺少此设置至少是代码完成,可视化MXML编辑器和分析器功能。

#7


1  

I'm afraid so. You can use the command-line tools directly of course and for pure AS coding this is OK since FB isn't that great on the refactoring front. But for MXML, the visual editor is a real plus.

恐怕是这样。您当然可以直接使用命令行工具,对于纯AS编码,这是可以的,因为FB在重构前端不是很好。但对于MXML,可视化编辑器是一个真正的优点。

You could try FlashDevelop but personally I found it to be terrible a year ago.

你可以试试FlashDevelop,但我个人觉得一年前它很糟糕。

#8


1  

I tried the first alpha version (current is 3) of the Flex Builder under Ubuntu and it was just okay, but not useable for productive (just alpha)
FlashDevelop works only under windows, maybe with wine... and in my opinion it's not a good IDE
FDT is on eye level with the Flex Builder but also not free and I don't know if it runs innately on Linux.

我在Ubuntu下尝试了Flex Builder的第一个alpha版本(当前是3)并且它没关系,但是不能用于高效(只是alpha)FlashDevelop只能在windows下工作,也许还有葡萄酒...而且我认为它不是一个好的IDE FDT与Flex Builder处于同一水平,但也不是免费的,我不知道它是否在Linux上运行。

It's some kind of wired but I run a windows installation in VirtualBox and there I use the FlexBuilder...

它是某种有线的,但我在VirtualBox中运行Windows安装,在那里我使用FlexBuilder ......

#9


1  

I use Emacs along with a custom hack to support fcsh (Flex compiler shell) for fast recompile times.

我使用Emacs和自定义hack来支持fcsh(Flex编译器shell)以实现快速重新编译时间。

fcsh-compile can be found at this page along with a blog entry.

可以在此页面找到fcsh-compile以及博客条目。

#10


1  

You can check out the fb4linux solution from this torrent: http://www.alivetorrents.com/torrent/8844946/flex-4-in-eclipse-3.6.0-for-linux

你可以从这个torrent中查看fb4linux解决方案:http://www.alivetorrents.com/torrent/8844946/flex-4-in-eclipse-3.6.0-for-linux

Contains Eclipse Helios with FB4Linux. Runs really fast.

包含带有FB4Linux的Eclipse Helios。跑得真快。

#11


0  

You can get a (kinda) functional Flex environment in Linux with Eclipse and FDT. You can find instructions here.

您可以使用Eclipse和FDT在Linux中获得(有点)功能性Flex环境。你可以在这里找到指示。

#1


6  

I use TextMate to do some Flex hacking on my home computer (a PowerBook G4 which can't run FlexBuilder) and I have no trouble writing applications. It depends if you are so used to IDE support that you cannot live without it. I like code completion, project management and the debugger in Flex Builder but I can live without it. TextMate isn't free but any text editor that had code coloring for ActionScript would do for me.

我使用TextMate在我的家用计算机上进行一些Flex黑客攻击(一台无法运行FlexBuilder的PowerBook G4),我在编写应用程序时也没有遇到任何问题。这取决于你是否习惯了IDE支持,没有它就无法生存。我喜欢Flex Builder中的代码完成,项目管理和调试器,但我可以没有它。 TextMate不是免费的,但任何具有ActionScript代码着色的文本编辑器都可以为我做。

I usually use ant to manage my builds and that is free. The Flex SDK is free. That is all you need plus a little patience.

我通常使用ant来管理我的构建,这是免费的。 Flex SDK是免费的。这就是你需要的所有加上一点耐心。

#2


4  

Personally I only have experience with the free aplha release of Flex builder for Linux built on Eclipse. But I must say it is already pretty stable and it provides most features found in the full releases for mac osx and windows. Perhaps the most annoying thing that's missing is the gui editor to quickly lay out your forms.

就个人而言,我只对使用Eclipse构建的基于Flex的构建器的免费aplha版本有经验。但我必须说它已经非常稳定,它提供了mac osx和windows完整版本中的大多数功能。也许最令人烦恼的是gui编辑快速布置你的表格。

If you are looking for another option, however, maybe this will be of any help: http://www.williambrownstreet.net/wordpress/?p=78

但是,如果您正在寻找其他选择,也许这将有任何帮助:http://www.williambrownstreet.net/wordpress/?p = 78

It's not an IDE though

但它不是一个IDE

#3


3  

You can use plugin fb4linux for eclipse in http://code.google.com/p/fb4linux/ It run perfectly in eclipse 3.6 helios, you can choose flex 3 or flex 4 sdk and you can't recognize this plugin with Flex Builder stand alone verson of Adobe with hight light, auto complete code... good luck.

您可以在http://code.google.com/p/fb4linux/中使用插件fb4linux进行eclipse。它在eclipse 3.6 helios中运行完美,你可以选择flex 3或flex 4 sdk而你无法用Flex Builder识别这个插件独立的Adobe与高光,自动完成代码...祝你好运。

#4


2  

If you create a set up using the flex-mojos maven plugin you can set up a build environment very easily without the need to have a flex builder license. Then you are able to use any text editor to edit Action Script and run a compile along with FlexUnit tests by simply calling mvn package.

如果使用flex-mojos maven插件创建设置,则可以非常轻松地设置构建环境,而无需拥有Flex构建器许可证。然后,您可以使用任何文本编辑器编辑Action Script,并通过简单地调用mvn package来运行编译以及FlexUnit测试。

#5


2  

Try the official Adobe Flex Builder Linux Alpha:

试用官方的Adobe Flex Builder Linux Alpha:

http://labs.adobe.com/technologies/flex/flexbuilder_linux/

http://labs.adobe.com/technologies/flex/flexbuilder_linux/

I haven't used it yet, but I'm definitely planning on doing it.

我还没用过它,但我肯定打算这样做。

#6


2  

I just use jEdit and the free Flex SDK for Flex development on Mac OS X and I've been as happy as Larry (however happy he is).

我只是在Mac OS X上使用jEdit和免费的Flex SDK进行Flex开发,我和Larry一样高兴(不过他很开心)。

I've added a couple of links below that point to resources for configuring jEdit for AS3 development if you wanna go down that road. AFAIK, what this setup is missing in comparison to Flex Builder is at least code completion, the visual MXML editor and the profiler feature.

我在这下面添加了一些链接,用于配置jEdit进行AS3开发的资源,如果你想走这条路的话。 AFAIK,与Flex Builder相比,缺少此设置至少是代码完成,可视化MXML编辑器和分析器功能。

#7


1  

I'm afraid so. You can use the command-line tools directly of course and for pure AS coding this is OK since FB isn't that great on the refactoring front. But for MXML, the visual editor is a real plus.

恐怕是这样。您当然可以直接使用命令行工具,对于纯AS编码,这是可以的,因为FB在重构前端不是很好。但对于MXML,可视化编辑器是一个真正的优点。

You could try FlashDevelop but personally I found it to be terrible a year ago.

你可以试试FlashDevelop,但我个人觉得一年前它很糟糕。

#8


1  

I tried the first alpha version (current is 3) of the Flex Builder under Ubuntu and it was just okay, but not useable for productive (just alpha)
FlashDevelop works only under windows, maybe with wine... and in my opinion it's not a good IDE
FDT is on eye level with the Flex Builder but also not free and I don't know if it runs innately on Linux.

我在Ubuntu下尝试了Flex Builder的第一个alpha版本(当前是3)并且它没关系,但是不能用于高效(只是alpha)FlashDevelop只能在windows下工作,也许还有葡萄酒...而且我认为它不是一个好的IDE FDT与Flex Builder处于同一水平,但也不是免费的,我不知道它是否在Linux上运行。

It's some kind of wired but I run a windows installation in VirtualBox and there I use the FlexBuilder...

它是某种有线的,但我在VirtualBox中运行Windows安装,在那里我使用FlexBuilder ......

#9


1  

I use Emacs along with a custom hack to support fcsh (Flex compiler shell) for fast recompile times.

我使用Emacs和自定义hack来支持fcsh(Flex编译器shell)以实现快速重新编译时间。

fcsh-compile can be found at this page along with a blog entry.

可以在此页面找到fcsh-compile以及博客条目。

#10


1  

You can check out the fb4linux solution from this torrent: http://www.alivetorrents.com/torrent/8844946/flex-4-in-eclipse-3.6.0-for-linux

你可以从这个torrent中查看fb4linux解决方案:http://www.alivetorrents.com/torrent/8844946/flex-4-in-eclipse-3.6.0-for-linux

Contains Eclipse Helios with FB4Linux. Runs really fast.

包含带有FB4Linux的Eclipse Helios。跑得真快。

#11


0  

You can get a (kinda) functional Flex environment in Linux with Eclipse and FDT. You can find instructions here.

您可以使用Eclipse和FDT在Linux中获得(有点)功能性Flex环境。你可以在这里找到指示。