FlashDevelop v3 beta8 リリース!

FlashDevelop v3 beta8 がリリースされました。
詳細は下記リンク先をどうぞ!
「フルスクリーンエディタモード」がメニューに追加されました。
その他、メニューの増えた項目もあるので前回のbeta7用の日本語化ファイルは使わない方が良いかも・・・
GUI: * New "fullscreen" editor mode * New common GUI for AS2Api and ASDoc * SWF exploration shows the frame where definitions are importedActionScript:
* Fine tuned code completion
* Dynamic syntax highlighting: custom classes get colored like flash classes (MovieClip, Event, etc)
* Completion for package-level declarations and Flash 10's Vector.<t> type
* New generator: Ctrl+Shift+1 on a non-imported type to generate the import
* Go To Declaration (F4) with SWC classes display a generated pseudo-class
* Improved generatorsMXML:
* Tags with ID now appear in outline view and <script> code completion
* Updated completion (generated using a tool available in SVN)Templates:
* Improved MXML projects templates
* New optimized AS3 project template with preloader (no Flex dependencies)
* Templates now include an index.html with swfobject.jsPHP:
* Now featuring simple PHP completion