myeclipse 10 flash builder 4.6をインストール


詳細
Flash Builder 4以降、adobeはplug-in版のflash builderを提供するのではなく、正式インストール版ではdropinsとしてflash builderをeclipseプラグインに統合するツールAdobe Flash Builder 4.6 Plug-in Utilityを提供する.exe .具体的な統合方式については、公式サイトで説明しています.以下の通りです.
参照
英:
Flash Builder 4.6 supports installation as a plugin to an existing Eclipse instance. To do so:
1.  Complete the installation process as described above.
2.  Navigate to the installed  Flash Builder installation location and open the utilities
folder.
3.  Run the executable Adobe Flash Builder 4.6 Plug-in Utility.app.
4.  Select the language and click on OK.
5.  Select the Flash Builder installation location if prompted.
6.  Select the eclipse folder into which you want Flash Builder 4.6 to be plugged into and
click Next. (Note: Your copy of Eclipse must be version 3.6/3.6.1/3.6.2/3.7, 32-bit,
Cocoa, containing a folder named “dropins”). (実験により、ここではeclipse 3.7.Xのインストールディレクトリを指定するか、myeclipse 10.0のインストールディレクトリを指定してもよい.ここでは異なる言い方がある.http://blog.csdn.net/classicbear/article/details/6881301)
7.  Review the pre-Installation summary and click on Install.
8.  Following installation it is recommended that you edit the eclipse.ini file for your
Eclipse instance, so that it includes the following settings: 
-vmargs -Xms256m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m
 
で、次の操作を行います.
Flash Builder 4.6は、プラグインとして既存のEclipseインスタンスにインストールすることをサポートします.具体的な操作は以下の通りです.
1.上記のインストール手順を完了します.
2.Flash Builderのインストール先に移動し、ユーティリティフォルダを開きます.
3.実行可能ファイルAdobe Flash Builder 4.6 Plug-in Utilityを実行する.exe.
4.言語を選択し、「OK」をクリックします.
5.プロンプトに従ってFlash Builderのインストール場所を選択します.
6.Flash Builder 4.6を挿入するEclipseフォルダを選択し、「次へ」をクリックします.
ステップ(Step)(注:インストールするEclipseバージョンは3.6/3.6.1/3.6.2/3.7、32ビットでなければなりません.
「dropins」というフォルダを含める必要があります)
7.プリインストールの概要を確認し、「インストール」をクリックします.
8.インストールが完了したら、Eclipseインスタンスのeclipseを編集することをお勧めします.iniファイル、以下を含むようにする
設定:
-vmargs -Xms256m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m

ここでは、いくつかの問題について説明します.
統合後にEclipseまたはMyeclipseが漢化された問題.多くの人は英語環境でeclipseの開発に慣れているが、Adobe Flash Builder 4.6 Plug-in Utilityを使用している.ExceツールがFlash Builderを統合すると、eclipseのインタフェースが部分的に漢化されます.あなたのflash builderとeclipse/myeclipseは最初は英語でしたが.解決策は
統合する前にeclipseのeclipse.ini(myeclipseのmyeclipse.ini)言語設定項目を追加-nl en_US(実際には統合して追加しても構いません):
参照
前:
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
...
以降:
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-nl
en_US
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
...

英語版FBがインストールされているので、私の地元のFlashBuilder.iniに-nl en_がありますUSパラメータ.
二eclipse/myelcipseにFB 4.6が統合された後、以前のバージョンのflexエンジニアリングをインポートするとき(4.0ベースなど)、エンジニアリングではmxmlファイルのactionscriptスクリプトが文法的にハイライトされませんでした!asファイルでの構文のハイライトやmxmlでのflexコンポーネントラベルの構文のハイライトは問題ありません.解決策:eclipse/myelcipseの「installed flex SDKs」を切り替えることで、以前のsdk(ここでは4.6から4.1に変更)に変更し、正常に戻ることができます(sdkを変更しても、この問題は発生しません).しかし、mxmlファイルのビジュアル化エディタは使用できません.「Design View not Supported-incompatible SDK version」と報告します.
3 FB 4.6統合後のp-general-editors-text editors-annotationsのLive Error Highlightingについて、わけのわからないエラーを報告します.
これはFB 4.6自身の質問で、問題はないのに、わけのわからない新聞Live Error Highlightingの間違い(疑問符).統合後のLive Error Highlightingはeclipse/myeclipseの下にもありますが、統合前にはこのオプションはありません.調べたところ、FB 4.0にもこのオプションは存在せず、FB 4以降のバージョンが追加されたものである.