Tớ dùng Antechinus Javascript Editor thì format ngon các thứ như: tab, block, conditinal statements ... nhưng còn 1 cái nữa mà ko có: đó là cứ 2 dòng code của tớ thì bị chèn một dòng trắng vào giữa, như thế này:
Code:
function AddListMenuItems(m, ctx)
{
if (typeof(Custom_AddListMenuItems) != "undefined")
{
if (Custom_AddListMenuItems(m, ctx))
return;
}
if (ctx.listBaseType == BASETYPE_DISCUSSION)
{
strDisplayText = L_Reply_Text;
if(itemTable.Ordering.length>=504)
{
var L_ReplyLimitMsg_Text="Cannot reply to this thread. The reply limit has been reached.";
strAction="alert('" + L_ReplyLimitMsg_Text + "')";
}
...
Bạn nào biết cái tool nào để format bỏ đi các dòng trắng thừa không ?
Cảm ơn.
(Đã search 1 số loại khác như: Javascript Editor Pro, ... nhưng vẫn ko được)