utraedit就是一个纯文本编辑器,不提供JAVA的编绎。你把文件名保存为.jsp试试!
utraedit使用心得:1 如何改变行的自动缩进?UltraEdit的缩进是8个字符,我想改为4个字符。
Advanced--configuration--edit:
Tab Stop Value:4
Indent Space:42 如何禁止UltraEdit的自动关键字自动大写功能?
“Advanced--configuration--syntax  Highlighting---Auto  correct  keyword

解决方案 »

  1.   

    保存為HTML,JAVA,PHP等才有提示,保存為JSP沒有分顏色的,所以可以先保存為以.java或.htm為後錐名的文件
      

  2.   

    菜单栏的View下边有一个View As子菜单,在里边选择java就可以了
      

  3.   

    干嘛非要用UltraEdit   用Eclipse阿   好用又好看
      

  4.   

    谁知道如何用UltraEdit和jdk结合????
    http://search.csdn.net/expert/topic/54/5401/2002/11/28/1214673.htm
      

  5.   

    用JAVA,或者HTML后缀都可以显示颜色
      

  6.   

    来自帮助文件
    Auto-Completion
    UltraEdit provides the ability to complete words automatically while typing.There are four aspects to the Auto-Completion:
    - When invoked all the keywords from the Syntax Highlighting will be available in the list (if the file uses Syntax Highlighting).- Functions shown in the Function List will be shown in auto-complete list.- In configuration under the EDIT tab a user specified file may be used to provide the strings for Auto-Completion.  In this case a new line is required for each word, or sentence (allowing a complete sentence/paragraph to be specified).- UltraEdit will search back 50K in the active file from the cursor location for words that match a partially typed word and show these.By default Auto-Completion is invoked with Ctrl+Space.  When this is invoked a list box is displayed with the possible words/phrases for completion.  If an appropriate word exists it will be highlighted.  Typing additional characters will change the selection as appropriate to a word that matches the partial word typed.The user may use the cursor keys to change the selected word and at any time use the TAB, SPACE or ENTER to select the word to be used.  Doing so will cause UltraEdit to replace the partially entered word (if present) with the selected word/phrase.ShortcutKeys: CTRL+Space
    Additional Downloads Page
    =========================
    http://www.ultraedit.com/downloads/additional.html