风之语

posts(201) comments(182) trackbacks(1)
  • BlogJava
  • 联系
  • RSS 2.0 Feed 聚合
  • 管理

常用链接

  • 我的随笔
  • 我的评论
  • 我的参与
  • 最新评论

留言簿

  • 给我留言
  • 查看公开留言
  • 查看私人留言

随笔分类

  • ajax(1)
  • android(1)
  • apache(1)
  • AppFuse(1)
  • BIRT(1)
  • iText(1)
  • JSF(8)
  • kettle(1)
  • linux(5)
  • mac(1)
  • maven(1)
  • MSTR(3)
  • Open XML(1)
  • Oracle(21)
  • RCP
  • Struts(2)
  • Struts2(2)
  • SybaseIQ(6)
  • tapestry
  • tomcat(2)
  • weblogic(1)
  • webservice(1)
  • weka(1)
  • 云计算(1)
  • 收藏(31)
  • 数据仓库(11)
  • 架构设计(3)
  • 生活(2)
  • 集群(1)
  • 项目管理(6)

随笔档案

  • 2012年12月 (4)
  • 2012年11月 (1)
  • 2012年7月 (2)
  • 2011年8月 (1)
  • 2011年7月 (1)
  • 2011年3月 (1)
  • 2010年12月 (2)
  • 2010年11月 (4)
  • 2010年10月 (3)
  • 2010年9月 (5)
  • 2010年8月 (1)
  • 2010年7月 (4)
  • 2010年3月 (1)
  • 2010年2月 (3)
  • 2009年12月 (3)
  • 2009年11月 (4)
  • 2009年9月 (3)
  • 2009年6月 (5)
  • 2009年5月 (3)
  • 2009年4月 (2)
  • 2009年3月 (5)
  • 2009年2月 (4)
  • 2009年1月 (2)
  • 2008年11月 (2)
  • 2008年9月 (1)
  • 2008年7月 (2)
  • 2008年6月 (4)
  • 2008年5月 (6)
  • 2008年4月 (1)
  • 2008年3月 (1)
  • 2007年12月 (2)
  • 2007年11月 (5)
  • 2007年10月 (2)
  • 2007年9月 (3)
  • 2007年8月 (3)
  • 2007年4月 (1)
  • 2007年3月 (2)
  • 2007年2月 (2)
  • 2007年1月 (2)
  • 2006年12月 (3)
  • 2006年8月 (2)
  • 2006年7月 (2)
  • 2006年6月 (2)
  • 2006年4月 (2)
  • 2006年3月 (1)
  • 2006年2月 (3)
  • 2006年1月 (6)
  • 2005年12月 (6)
  • 2005年11月 (4)
  • 2005年10月 (17)
  • 2005年9月 (25)
  • 2005年8月 (16)
  • 2005年7月 (8)

相册

  • 技术图片

收藏夹

  • java

link

My wife

  • My wife's blog

最新随笔

  • 1. apache修改最大连接并用ab网站压力测试
  • 2. Vm虚拟机访问本地硬盘文件
  • 3. NFS文件无法写入的权限问题
  • 4. weblogic设置上传文件访问权限
  • 5. 在android上动态实现ichartjs的3D柱形图
  • 6. 使用Oracle trunc 来指定精确的年月日时分秒
  • 7. Quartz 2.1.5 web应用配置
  • 8. LoginAny 使用笔记
  • 9. MyEclipse 无响应的几种解决办法
  • 10. java.sql.SQLException: No more data to read from socket

搜索

  •  

积分与排名

  • 积分 - 402298
  • 排名 - 139

最新评论

  • 1. re: 使用Oracle trunc 来指定精确的年月日时分秒[未登录]
  • 政治
  • --张三
  • 2. re: 干掉流氓软件vrvrf_c.exe,vrvedp_m.exe[未登录]
  • `
  • --1
  • 3. re: 无需刻录DMG光盘,教你在VMWare下安装MAC OS X Snow Leopard 10.6
  • 我走到了换DMG映像的时候,然后就没有反应了,这个是什么情况,是不是我的映像文件有问题,还是。。。。
  • --玉竹常青
  • 4. re: LoginAny 使用笔记
  • 怎么没一个人留言,现在来是不是在挖坟啊
  • --ellipse
  • 5. MSTR web应用的部署[未登录]
  • 请问,如何用oracle Application Server服务器部署mstr web应用?
  • --rocky

阅读排行榜

评论排行榜

View Post

MyEclipse 4.1 的ajax的支持

MyEclipse 4.1 Milestone2 has enhanced the JavaScript Editor and Debugger to include the following features:

  • Editor
    • Syntax highlighting
    • Integrated outline and property views
    • Validation and syntax checking
    • Code assist for common JavaScript elements, functions, and variables
    • Code assist documentation for functions
    • Source formatting
    • Toggle comments
  • Debugger
    • Debug any web page containing JavaScript source or included JavaScript files, or standalone JavaScript files
    • Operations: Pause, Resume, Step Into, Step Over, Step to Return, Terminate
    • Views:
      • Web Browser View
      • Call Stack View
      • Variables View
      • Console View
    • Set JavaScript breakpoints in:
      • JavaScript files
      • HTML with embedded JavaScript and linked JavaScript files
      • JSP files
      • Conditional breakpoints planned for MyEclipse 4.1.1
    • Integrates with Eclipse Launch Manager
      • Quick launch from context-menu using "Debug As"
      • Launch from Eclipse Debug toolbar action
      • Use Launch Profile to modify launch configuration
      • Launch JavaScript resource from project location or deployed MyEclipse web-application

JavaScript Outline View

The JavaScript outline view depicts method and variable declarations in their associated scope. Variables can be filtered from the view. Future releases will support for more complex JavaScript constructs.

JavaScript Outline View  


JavaScript Validation and Syntax Checking

The JavaScript Editor now has syntax validation with error and warning markers in the editor and Problems view. Varying levels of JavaScript validation can be configured in the MyEclipse preferences.

Varying levels of JavaScript validation can be configured in the MyEclipse preferences

The JavaScript validation includes warnings for your javascript source code.

JavaScript validation includes warnings for your javascript source code


Code Assist for JavaScript

Code assist is provided for most common DHTML objects like document, window, element, etc. The IE and Netscape icons identify browser support for the function or property. The MyEclipse JavaScript Editor preferences enable the customization of code-assist proposals to filter browser specific proposals and to hide the icons. 

Code assist is provided for most common DHTML objects like document, window, element, etc  

The code assist also provides proposals that include the current functions defined in the JavaScript file.

code assist also provides proposals that include the current functions defined in the JavaScript file

Global and local variables are also included in the code-assist proposals..

Global and local variables are also included in the code-assist proposals


JavaScript Source Code Formatting

The JavaScript editor now has an improved source code formatting.

JavaScript editor now has an improved source code formatting  


JavaScript Quick Comment

Quickly toggle single line comments on/off using the Ctrl+Shift+C key sequence or use the Source menubar action. Select a region or set the cursor on the line to toggle as a comment.


Quickly toggle single line comments on/off using the Ctrl+Shift+C key sequence

Enter Ctrl+Shift+C to add or remove the single line comments.

JavaScript Quick Comment

MyEclipse JavaScript Debugger

The MyEclipse JavaScript Debugger (Milestone 2) is the first fully integrated client-side Eclipse debugger for JavaScript. Feature highlights include:
  • Debug any web page containing JavaScript source or included JavaScript files, or standalone JavaScript files
  • Operations: Pause, Resume, Step Into, Step Over, Step to Return, Terminate
  • Views:
    • Web Browser View
    • Call Stack View
    • Variables View
    • Console View
  • Set JavaScript breakpoints in:
    • JavaScript files
    • HTML with embedded JavaScript and linked JavaScript files
    • JSP files
    • Conditional breakpoints planned for MyEclipse 4.1.1
  • Integrates with Eclipse Launch Manager
    • Quick launch from context-menu using "Debug As"
    • Launch from Eclipse Debug toolbar action
    • Use Launch Profile to modify launch configuration
    • Launch JavaScript resource from project location or deployed MyEclipse web-application

MyEclipse JavaScript Debugger

Features planned for MyEclipse 4.1.1:

  • Conditional JavaScript breakpoints
  • JavaScript Snippet Evaluation Editor
  • Smart Browser session organization

MyEclipse JavaScript Debugger -- Setting JavaScript breakpoints

Set breakpoints in JavaScript, HTML and JSP using traditional breakpoint setting facilities.

  

Set breakpoints in JavaScript, HTML and JSP using traditional breakpoint setting facilities.   <html BP image here>

Breakpoints appear in the left margin as a blue ball image,

 

MyEclipse JavaScript Debugger -- Quick JavaScript Launcher

Launch JavaScript debuggable resources from the Debug As actions on the toolbar and the context-menu of the HTML, JSP and JavaScript editors or from the Run menubar.

Quick JavaScript Launcher    


Quick JavaScript Launcher

Quick JavaScript Launcher      


MyEclipse JavaScript Debugger -- Configuring a JavaScript Launch Profile

A custom JavaScript launch profile is created or edited using the Run>Debug... action from the menubar, toolbar, or context-menu context-menu of the HTML, JSP and JavaScript editors. The launch profile's Project and launch URL are provided. The launch URL can reference a deployed web resource, e.g., http://192.168.1.101/helloworld/helloajax.html or a local file in your project workspace, e.g., file://C:/...,   

Configuring a JavaScript Launch Profile

Configuring a JavaScript Launch Profile


MyEclipse JavaScript Debugger -- Breakpoint/Stepping Operations in JavaScript

When a JavaScript breakpoint is encountered in the browser, the source file containing the breakpoint opened in the corresponding editor and positioned to the breakpoint line-number. The JavaScript Debugger controls allow you to then Resume execution, Step Into a function at the next line, Step Over a function at the next line, Step to End of the current function, or Terminate the current application thread,

  Breakpoint/Stepping Operations in JavaScript   

Breakpoint/Stepping Operations in JavaScript


MyEclipse JavaScript Debugger -- Support for breakpoints in include JavaScript files

The JavaScript Debugger supports breakpoints set in both top-level and included resources. In the following screenshot the breakpoint is set in a JavaScript file that is included in an HTML file.  

Support for breakpoints in include JavaScript files

   

New JavaScript Editor

The new and improved Javascript Editor have new Outline View support for javascript variables and methods, content assist for javascript objects, and a preview capability.

Smart content assist is available for the javascript document object.   Notice, that both IE and Netscape specifc objects are shown.

The javascript editor also have preview support using a builtin browser that will enable testing of javascript.

posted on 2006-02-16 12:57 风 阅读(1267) 评论(0)  编辑  收藏

新用户注册  刷新评论列表  

只有注册用户登录后才能发表评论。


网站导航:
博客园   IT新闻   Chat2DB   C++博客   博问   管理
 
 
Powered by:
BlogJava
Copyright © 风