묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
자동 코드 포멧 On/OFF 기능있는 에디터 추천부탁합니다.
2009.09.12 19:56
소스코드를 줄바꿈 전혀 없이 아래처럼 된 소스를 자동으로 { } 맞춰서 줄바꿈에 들여쓰기까지 가능한 에디터가 있나요?
드림위버의 자동포멧기능으로는 javascript 는 작동되지 않는 것 같던데요.
좋은 에디터 있으면 추천부탁드립니다.
(OFF)
if(typeof _STNS=="undefined"){if(!Array.prototype.push){Array.prototype.push=function(){for(var i=0;i<arguments.length;i++){this[this.length]=argumen.........
와 같은 소스를 아래처럼... 또는 거꾸로 정렬된 걸 위에 처럼
(ON)
if(typeof _STNS == "undefined")
{
if( ! Array.prototype.push)
{
Array.prototype.push = function()
{
for(var i = 0; i < arguments.length; i ++ )
{
this[this.length] = argumen.......
위 두가지 기능이 같이 있거나 또는 따로 따로 있는 에디터라도 상관없습니다.