【軟體】EmEditor v6 - 第 2 頁

第 2 頁,共 3 頁 首頁首頁 1 2 3 末頁末頁
顯示結果從第 11 筆 到 20 筆,共計 29 筆
  1. #11
    處於罪惡深淵的人
    註冊日期
    2002-03-04
    討論區文章
    63

    回覆: 【軟體】EmEditor v5免費版

    Eme 5Pro 存在一個很明顯的Bug
    "當資料夾或是檔名含有UNICODE字元時,無法用右鍵選Emeditor開啟"



    而4.X版無這問題

    Free版不支援Shell所以不會有這困擾


    已報官方論壇,但這問題至今未除

  2. #12
    會員 warzero 的大頭照
    註冊日期
    2003-09-15
    所在地區
    光纖 30M/10M
    討論區文章
    1,885

    回覆: 【軟體】EmEditor v5免費版

    引用 作者:rockzero
    Eme 5Pro 存在一個很明顯的Bug
    "當資料夾或是檔名含有UNICODE字元時,無法用右鍵選Emeditor開啟"



    而4.X版無這問題

    Free版不支援Shell所以不會有這困擾


    已報官方論壇,但這問題至今未除
    不只是unicode,而是非英文數字的話就會出現。
    那個shell該不會是用ANSI編寫的吧?

    基本上這個問題對小弟沒差,因爲小弟99%的文件都採用英文數字為標準。
    目前小弟有個臨時解決方案:

    在HKEY_CLASSES_ROOT\* 下,新增EmEditor數值。
    然後在EmEditor數值下建立command。在command的右邊視窗default哪兒填入
    "X:\Program Files\EmEditor\emeditor.exe" "%1"

    * X: 為你安裝EmEditor的硬碟。

    這樣以後右鍵EmEditor都不會在出現這個問題了。
    當然這方法也可以為免費版的EmEditor新增右鍵shell功能出來。
    這樣不管收費或免費都可以享受到完全shell功能。 :jocky:
    此文章於 2006-03-11 07:14 PM 被 warzero 編輯。

  3. #13
    處於罪惡深淵的人
    註冊日期
    2002-03-04
    討論區文章
    63

    回覆: 【軟體】EmEditor v5免費版

    引用 作者:warzero
    不只是unicode,而是非英文數字的話就會出現。
    那個shell該不會是用ANSI編寫的吧?

    基本上這個問題對小弟沒差,因爲小弟99%的文件都採用英文數字為標準。
    目前小弟有個臨時解決方案:

    在HKEY_CLASSES_ROOT\* 下,新增EmEditor數值。
    然後在EmEditor數值下建立command。在command的右邊視窗default哪兒填入
    "X:\Program Files\EmEditor\emeditor.exe" "%1"

    * X: 為你安裝EmEditor的硬碟。

    這樣以後右鍵EmEditor都不會在出現這個問題了。
    當然這方法也可以為免費版的EmEditor新增右鍵shell功能出來。
    這樣不管收費或免費都可以享受到完全shell功能。 :jocky:

    在XP上,只要含括Unicode字元就掛,而 Big5 OK
    剛試了您的方式,還是不行

    可否惠賜REG檔,感謝您

  4. #14
    會員 warzero 的大頭照
    註冊日期
    2003-09-15
    所在地區
    光纖 30M/10M
    討論區文章
    1,885

    回覆: 【軟體】EmEditor v5免費版

    引用 作者:rockzero
    在XP上,只要含括Unicode字元就掛,而 Big5 OK
    剛試了您的方式,還是不行

    可否惠賜REG檔,感謝您
    Big5 OK是因爲rockzero大大您的語系是採用Big5系統。
    而小弟使用的語系是英文系統,在相容性來説當然是差更遠。
    這些一切都是語系搞的鬼。小弟採用英文語系是爲了保持標準化,有時候在英文語系和Big5語系下看到的東西會是有很大改變.....

    語系的問題小弟大多數都靠pApplocale臨時來做出補救。
    不過真正期待解決的還是要靠unicode,因爲pApplocale也不是萬能,遇到比較系統化的軟件就毫無用處了..... orz


    不好意思,剛發現到小弟忽略了shell.....
    是 HKEY_CLASSES_ROOT\*\Shell 才對。

    不然還是直接套用這個登陸值也行。 (要另行保存成 EmEditor.reg)

    語法:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\*\Shell\EmEditor]
    
    [HKEY_CLASSES_ROOT\*\Shell\EmEditor\command]
    @="\"C:\\Program Files\\EmEditor\\emeditor.exe\" \"%1\""
    此文章於 2006-03-12 12:46 AM 被 warzero 編輯。

  5. #15
    處於罪惡深淵的人
    註冊日期
    2002-03-04
    討論區文章
    63

    回覆: 【軟體】EmEditor v5免費版

    酷!!!
    看來層級不同效果不同



  6. #16
    FYI
    FYI 目前未上線
    會員
    註冊日期
    2001-06-22
    討論區文章
    7,294

    回覆: 【軟體】EmEditor v5免費版

    務必看一下EmEditor 的外掛

  7. #17
    會員 warzero 的大頭照
    註冊日期
    2003-09-15
    所在地區
    光纖 30M/10M
    討論區文章
    1,885

    回覆: 【軟體】EmEditor v6

    最新v6出爐:
    EmEditor v6專業版(32bit)下載: http://www.emeditor.com/pub/emed600epx.msi
    EmEditor v6專業版(64bit)下載: http://www.emeditor.com/pub/emed600ep64.msi

    EmEditor v6普通版下載: http://www.emeditor.com/pub/emed600esx.msi
    EmEditor v6免費版下載: http://www.emeditor.com/pub/emed600efx.msi


    更新記錄:
    June 12, 2006

    * Added the Shortcut tab on the Customize dialog box, which allows you to display or hide the Tray Icon, Send To Shortcut and other shortcuts. Moreover, the Quick Start check box was added to make EmEditor launch faster.
    * Custom bars can be now displayed using plug-ins.
    * EE_CUSTOM_BAR_OPEN, EE_CUSTOM_BAR_CLOSE, EE_MATCH_REGEX, EE_FIND_REGEX, EE_GET_OUTLINE_LEVEL, *EE_SET_OUTLINE_LEVEL, EE_SHOW_OUTLINE, and EE_ENUM_CONFIG messages added to the plug-in interface.
    * Editor_CustomBarOpen, Editor_CustomBarClose, Editor_MatchRegex, Editor_FindRegex, Editor_GetOutlineLevel, Editor_SetOutlineLevel, Editor_ShowOutline, Editor_EnumConfig inline functions added to the plug-in interface.
    * New flags added to EE_SET_CARET_POS message, and Editor_SetCaretPos and Editor_SetCaretPosEx inline functions.
    * EVENT_IDLE, EVENT_CUSTOM_BAR_CLOSED, and EVENT_CUSTOM_BAR_CLOSING events added to the plug-in interface.
    * EP_PRE_TRANSLATE_MSG message added to the messages to plug-ins.
    * CUSTOM_BAR_INFO, CUSTOM_BAR_CLOSE_INFO, FIND_REGEX_INFO, MATCH_REGEX_INFO structures added to the plug-in interface.
    * The installer became Windows Installer, which allows installation without displaying dialog boxes.
    * The Language tab was added to the Customize dialog box. By installing additional language components, the user interface language can be switched.
    * The Do Not Close Last Document by Selecting Close Command check box was added to the Window tab of the Customize dialog box.
    * The Use Output Bar check box was added to the External Tool Properties dialog box.
    * The Automatically Name Untitled Document check box was added to the Save Details dialog box.
    * The management method for the current folder is changed, and solved the issue that previously used folders could not be removed.
    * The Outside of Tabs - Middle Mouse Button Click drop-down list box and the Outside of Tabs - Left Mouse Button Double-Click drop-down list box were added to the Tab tab of the Customize dialog box.
    * New command line options (/ar, /ca, /car, /di, /hide, /ipi, /sca) were added.
    * Active Pane, Collapse/Expand Line, Collapse Line, Expand Line, Collapse All, Expand All, Next Node, Previous Node, Next Node Extend, Previous Node Extend, Restore Deleted String commands added.
    * The Find and Replace dialog box positions are now remembered.
    * The Search All Open Documents check box added to the Find dialog box.
    * ActiveScript languages other than JavaScript and VBScript can be now used by only adding the #language directive on the first line of a macro.
    * The Avoid Printer Access check box was added to the File tab of the Customize dialog box.
    * The Current Folder check box was added to the Status tab of the Customize dialog box.
    * Now supports Windows Vista, including the new security feature called User Account Control. EmEditor clearly distinguishes options that need administrative privileges (Associate with EmEditor dialog box, Customize More Shortcuts dialog box, etc.), and allows you to run usually with least privileges environment.
    * EmEditor now allows you to register per user as well as per computer.
    * All installer packages (msi), executable files (exe), and application extensions (dll) are now digitally signed.
    * During uninstall, a new option allows you to keep the application settings.
    * New parameters added to EP_SET_UNINSTALL message to plug-ins.
    * Added the Toggle Output Bar command on the View menu.
    此文章於 2006-06-13 10:00 PM 被 warzero 編輯。

  8. #18
    會員
    註冊日期
    2001-09-16
    討論區文章
    2,184

    回覆: 【軟體】EmEditor v6

    EmEditor v6免費版下載
    不能做所有開啟文件中 字串替換

  9. #19
    寧靜之智慧 tom168 的大頭照
    註冊日期
    2001-05-25
    所在地區
    ADSL 2M/256
    討論區文章
    292

    回覆: 【軟體】EmEditor v6

    EmEditor 確實好用
    我用3年嚕
    經得起考驗的軟體 尤其是5.0版以上的版本
    功能強 開分頁 更省記憶體

  10. #20
    會員
    註冊日期
    2001-02-28
    討論區文章
    100

    回覆: 【軟體】EmEditor v6

    請問各位,不知道有沒有支援verilog & vhdl code的編寫啊~
    需要外掛嗎?



類似的主題

  1. 【分享】[美化軟體] 唯一獲得微軟許可的美化軟體~WindowBlinds V6.0
    作者:fREE2 所在討論版:-- 軟 體 分 享 版
    回覆: 1
    最後發表: 2007-11-20, 11:17 PM
  2. 【軟體】Windows Update V6
    作者:masai 所在討論版:-- Windows 更新 & 驅 動 程 式 版
    回覆: 19
    最後發表: 2006-04-28, 10:55 AM
  3. 【軟體】Yahoo!奇摩Messenger v6.0 正式版
    作者:赫伯懷特 所在討論版:-- 網 路 軟 體 討 論 二 版 (網路其他軟體)
    回覆: 0
    最後發表: 2004-05-31, 05:16 PM

 

此網頁沒有從搜尋引擎而來的訪客

發表文章規則

  • 不可以發表新主題
  • 不可以回覆文章
  • 不可以上傳附加檔案
  • 不可以編輯自己的文章
  •