1. 一個(gè)很不錯(cuò)的vim中文文檔網(wǎng)站
          http://vcd.gro.clinux.org/
          看了下里面的vim用戶手冊(cè),翻譯得很不錯(cuò),以后不用再啃英文文檔了 ^_^
          2. 設(shè)置tab的格數(shù)
          setlocal softtabstop=4
          set shiftwidth=4
          3. [zz]Java Complete
          http://www.vim.org/scripts/script.php?script_id=1785
          install details
          1. Place javacomplete.vim in the autoload directory, e.g. $VIM/vimfiles/autoload
          2. Place classes of Reflection into classpath.
          set CLASSPATH=path_of_Reflection.class;%CLASSPATH%
          or in linux/unix
          export CLASSPATH=path_of_Reflection.class:$CLASSPATH
          You can also recompile Reflection.java by yourself. Use jdk1.2 (and above)
          3. Set 'omnifunc' option if necessary. e.g.
          :set omnifunc=javacomplete#Complete
          You can do it in a script like ftplugin/java_fc.vim.
          Or, use autocmd:
          " Only do this part when compiled with support for autocommands.
          if has("autocmd")
          autocmd Filetype java setlocal omnifunc=javacomplete#Complete
          endif
          4. Add more jars or class directories to classpath, if you like. e.g.
          let g:java_classpath = '.;C:\java\lib\servlet.jar;C:\java\classes;C:\webapp\WEB-INF\lib\foo.jar;C:\webapp\WEB-INF\classes'
          or in unix/linux
          let g:java_classpath = '.:~/java/lib/servlet.jar:~/java/classes:~/java/webapp/WEB-INF/lib/foo.jar:~/java/webapp/WEB-INF/classes'
          Besides g:java_classpath, you can set local b:classpath and it is preferred.

          posts - 403, comments - 310, trackbacks - 0, articles - 7
            BlogJava :: 首頁(yè) :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理

          2.10 Linux notes

          Posted on 2007-04-22 20:23 ZelluX 閱讀(429) 評(píng)論(0)  編輯  收藏 所屬分類: Linux
          2007-02-10 22:59:59
          只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 康定县| 滦平县| 敦煌市| 桐柏县| 芜湖县| 三穗县| 佛冈县| 嘉黎县| 清水河县| 汕尾市| 宽甸| 皋兰县| 桑日县| 丰都县| 平乐县| 永城市| 绵阳市| 延津县| 分宜县| 宁海县| 昌平区| 巴塘县| 南阳市| 海淀区| 策勒县| 龙海市| 连南| 金寨县| 丰宁| 桑植县| 藁城市| 长宁县| 陵水| 苍山县| 天全县| 吉木乃县| 乾安县| 阳山县| 南川市| 宣威市| 北碚区|