欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Flex Builder 3代码格式化方法

程序员文章站 2022-05-13 16:24:35
...

博客原址:http://tongqiuyan.blog.163.com/blog/static/195545302201191375810127/

 

Flex Builder的最新版本已经到了4.5,可是代码格式化工具并没有集成在安装版本中,需要通过其他途径来实现。

下面提供一个安装插件的方法实现Flex代码格式化:     

1. 点击菜单中的 Help-> Software Updates-> Find and Instal...

2. 选中单选框: Search for new features to install

3. Next

4. 点击 New Remote Site

5. 输入 Name:FlexFormatter

        URL:http://flexformatter.googlecode.com/svn/trunk/FlexFormatter/FlexPrettyPrintCommandUpdateSite

   点击OK并Finish

Flex Builder 3代码格式化方法
            
    
    博客分类: Flex 插件安装

 

6. 看到上图继续NEXT,选中“I accept the terms in the license agreement”后Next并Finish,等待更新结束 

 

Flex Builder 3代码格式化方法
            
    
    博客分类: Flex 插件安装

 

Flex Builder 3代码格式化方法
            
    
    博客分类: Flex 插件安装 

  

7. 进入Window--Proferences--FlexFormatter—Auto Format设置如下,那么在你保存的时候,就会自动进行格式化了。

 

Flex Builder 3代码格式化方法
            
    
    博客分类: Flex 插件安装

 

结束。

相关标签: 插件安装