Editor Tools for Linux

    版本為 20:36, 20 Nov 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    Linux 的文字編輯工具

    SciTE

    官方首頁:http://www.scintilla.org/

    Textadept

    官方首頁:http://foicica.com/textadept

    Komodo Edit

    官方首頁: http://komodoide.com/

    UltraEdit for Linux (商用授權)

    官方首頁:http://www.ultraedit.com/

    Notepad++ with Wine

    Wine 首頁:http://www.winehq.org/
    Notepad++ 首頁:http://notepad-plus-plus.org/

    安裝 Wine

    for 32-bit)

    $ wget http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.6.2.tar.bz2
    $ tar -xvf wine-1.6.2.tar.bz2 -C /tmp/
    $ cd /tmp/wine-1.6.2/
    $ ./tools/wineinstall
    
    We need to install Wine as the root user. Do you want us to build Wine,
    'su root' and install Wine?  Enter 'no' to build Wine without installing:
    (yes/no) yes 

    NOTE:

    - 必須使用非 root 用戶作安裝

    - 安裝時會進行編譯工作,請耐心等候

    - 在編譯完成後,進入程式安裝步驟前,會詢問 root 密碼

    設定 Wine
    NOTE: 使用非 root 用戶執行

    $ winecfg
    
    下載 Notepad++ Portable

    下載位址:http://portableapps.com/apps/develop...padpp_portable

    檔案下載後,先在 Windows 環境解壓後直接執行,如果沒問題,將整個程式目錄複製到 Linux 的使用者目錄內。

    在 Linux 開啟 Notepad++

    $ wine /home/alang/Editors/Wine/WinApp/Notepad++Portable/Notepad++Portable.exe
    
    Powered by MindTouch Core