一,JBuilder光標(biāo)定位不準(zhǔn)確的修改::
在中文的Windows下面安裝JBuilder后,
在IDE的代碼編輯器里面光標(biāo)定位會(huì)不準(zhǔn)確,
很多人通過修改Editor的缺省字體來修改這個(gè)問題,
但是JBuilder預(yù)設(shè)的字體是最美觀的。魚與熊掌不能兼得,那么改怎么辦才好呢?
其實(shí)最簡單的辦法就是把JBuilder的Editor里面的
缺省字體里面的語法高亮列表里面"Reserved word"的Bold的屬性去掉,
就可以了,而且字體還更漂亮!
具體路徑:"Editor Option"->"Color"->"Screen Element"->"Reserved word"
->"Attributes"->"Bold",把"Bold"uncheck就可以了!
Enjoy it!!
二,如何在Jbuilder中使用自定義的Server.xml文件?
這個(gè)問題相信困擾很多人了,解決辦法如下
1,在jbuilder中運(yùn)行web app
2,在輸出窗口察看server0808的輸出目錄
我的jbuilder7是C:/myapp/Tomcat/conf/server8080.xml
3,把這個(gè)文件備份,
其中有這樣一行
4,刪除這一行,停止web app
5,此時(shí)Tomcat目錄下沒有conf目錄了,建立這個(gè)目錄,將刪除了3中這句話的文件放在
conf目錄,還叫做server8080.xml,把自己需要的連接池等信息加入
6,運(yùn)行web app,我在jbuilder7中不會(huì)替換這個(gè)文件。
ok...........................
Using a Custom server.xml file with Tomcat in JBuilder
Question: How do a use a custom server.xml with Tomcat in JBuilder 4,5 and 6?
Answer:
Make a copy of the JBuilder-generated server.xml file while your Web app
is running, modify the line which says the file was generated by JBuilder,
make you mods, and then AFTER you quit the Web app you were just running,
save your modified copy back to server.xml. After that, JBuilder won't
modify that file.
Note: Remember that when you shut down Tomcat you'll need to recreate
the directory that the server.xml file was in before you can save it back out.
After you've made the above modifications, JBuilder will leave the directory
alone.
三,如何修改jbuilderx的字體
#1: 安裝JBX
#2: 改變一下,Editor|Display 里面的字體,主要是讓jbx搜索系統(tǒng)字體
#3: 關(guān)閉JBX
#4: 用戶主目錄下(我的是:C:\Documents and Settings\Administrator\)
.primetimeX/user_zh.properties
添加一行:
editor.display;fixed_fonts.3=\u5b8b\u4f53
就可以啦!
同樣也可以添加其它字體,只要在
editor.display;known_fonts
列表中有的,都可以添加,順序編號(hào)就行了
#5: 重起JBX
posted on 2006-05-16 19:42
wqwqwqwqwq 閱讀(472)
評(píng)論(0) 編輯 收藏 所屬分類:
Simple Java