【軟體】EmEditor v6



贊助商連結


頁 : 1 2 [3]

琥珀
2006-06-21, 01:09 PM
有沒有支援verilog & vhdl code的編寫這個應該要用專用軟體分析編譯吧?可以先用記事本撰寫好,然後貼到程式介面上。

贊助商連結


lenbo
2006-06-21, 02:46 PM
請問各位,不知道有沒有支援verilog & vhdl code的編寫啊~
需要外掛嗎?

Verilog 與 VHDL 當然可以用 EmEditor 編寫,
不過,存檔時最好使用 System Default Encoding;
而不要去使用 UTF-8 來存檔。
編譯的話,當然還是得去叫 Max+2 之類的編譯器才行~
不過,小弟實在不習慣用這種文書處理軟體來寫程式 (ーー゛)
還是直接在編譯器 IDE 環境下寫比較舒服吧?
至少 Key word 、Comment、Variable 等等 都會自動使用不同的字體及顏色

warzero
2006-09-16, 06:53 PM
v6.00.2 更新記錄:


Version 6.00.2 (September 5, 2006)

*Optimized Outline plug-in by using another thread to update the outlining tree.
*Optimized multiple-row tabs when the Save All command is selected.

*If both Quick Start and Tray Icon checkboxes are checked, and the Explorer plug-in or the Search plug-in is open, then about 5 seconds after all EmEditor windows were closed, the keyboard focus to another window (not EmEditor Window) will be lost. This bug was fixed.

*This version along with EmFTP Professional v3.00 alpha 2 fixed an issue where editing the FTP server-side files with EmEditor used to disable EmEditor's tabs.

*Explorer plug-in now remembers the root folder.
*Other minor bug fixes.

pcboy
2006-12-13, 02:51 PM
版本差異比較
http://www.emeditor.com/modules/download2/

sanbis
2007-08-21, 03:23 AM
舉手發文~
如果需要根據檔名加入一些代碼的時候要怎麼處理?
ex.001~010.htm 十個檔案,裡面需要根據檔名加入下面的語法,
001中需要加入


<script language='JavaScript'>
document.onkeydown=nextpage
function nextpage() {if (event.keyCode==37) location='index.htm';
if (event.keyCode==39) location='002.htm';
if (event.keyCode==13) location='index.htm';
}
</script>

而002中需要加入


<script language='JavaScript'>
document.onkeydown=nextpage
function nextpage() {if (event.keyCode==37) location='001.htm';
if (event.keyCode==39) location='003.htm';
if (event.keyCode==13) location='index.htm';
}
</script>

不知道要怎麼做?
希望可以指導一下~

wumins
2007-08-21, 11:02 AM
真是好用的軟體,免費版本已經足以應付我的需求,
跟另外一個免費的pspad一起搭配,偶爾跳到notepad++

alec5106
2007-08-22, 01:33 AM
剛下載了 6.00.4 版, 執行的速度挺好.
但為何在開啟檔案時, 無法一次開啟多個檔.就是同時點選多個檔名一起開啟.
因為我有需要同時更改20-30檔內的同一個字串. 如果要一個一個開啟就煩了

kanako0605
2007-08-22, 08:52 AM
剛下載了 6.00.4 版, 執行的速度挺好.
但為何在開啟檔案時, 無法一次開啟多個檔.就是同時點選多個檔名一起開啟.
因為我有需要同時更改20-30檔內的同一個字串. 如果要一個一個開啟就煩了


你指的是在開啟檔案裡,選擇開啟的檔案只能一個?
折衷辦法是可以從外部,自己先選好要開啟的數個檔案,按下ENTER同時開啟可以達成。

kimber
2007-08-31, 06:41 PM
不錯的軟體,比 nopad好用多了
開啟18mb的檔案快多了,nopad速度跟烏龜一樣