태그>editor(총 74개의 글)
'editor' 관련 최근글
-
- 6 Exceptional Web-based Image Editors

-
BUG IN BLACK by metalkin|2011/12/06 20:15
SOURCE : http://sixrevisions.com/tools/web-based-image-editors/Web-based image editors have several advantages to its desktop counterparts. The most obvious benefit is that they allow you to work on any computer (that has ..
- 6 Exceptional Web-based Image Editors
-
-
- 편집이야기(2) 대구에 살어리랏다

-
망나니 찰리의 만물잡화고물상 by Charlie|2011/05/31 03:00
대구(對句) ; 비슷한 어조나 어세를 가진 것으로 짝 지은 둘 이상의 글귀. 눈으로 읽지 마세요 입에 양보하세요 개인적으로 신문 기사의 제목은 문장으로써 독해(讀解)하는 대상이 아니라, 머릿속에서 독음..
- 편집이야기(2) 대구에 살어리랏다
-
- 편집이야기(1) 펜로즈의 계단

-
망나니 찰리의 만물잡화고물상 by Charlie|2011/05/21 10:15
편집이야기 시작에 부쳐 언제 어떻게 사라질지 모르는 부정기 날림 연재물 '편집이야기'입니다. 신문 편집기자로 일한 지 햇수로 4년째인데 만날 올리는 포스팅이라고는 블루레이로 탑을 쌓았네 아마존에서 주문한..
- 편집이야기(1) 펜로즈의 계단
-
- Taylor tomasi hill

-
(o^_^)o by 박민정|2011/04/03 18:11
Taylor tomasi hill US MarieClaire Style&ACC Direter 처음 봤을때 테일러 토마시 힐을 떠올리게끔 만들어준 캣츠아이선그라스 + 빨간머리 ▲ 이 사진은 정말 보고 반했다. 깔맞춤이 넘 좋다 내가 동..
- Taylor tomasi hill
-
-
- 안드로이드 preference 설정값 다른 activity에서 변경하기.

-
하이큐 by 하이큐|2010/09/19 14:16
PreferenceActivity에서 설정한 값을 다른 액티비티에서 변경하고 싶을 경우. Editor를 통하여 설정 값을 변경 할 수 있다. public void chagePrefValue() { //기본 SharedPreference를 가져옴. (PreferenceActivity에서 설정한 pref) SharedPreferences sha..
- 안드로이드 preference 설정값 다른 activity에서 변경하기.
-
-
- [vim] 창 나누기

-
Vital Memes by daftcoder|2010/05/28 10:11
vi[Visual Edit]의 간단한 팁들.[사용하고 있는 헤더파일 열기]***.h (Header file) 에 커서를 이동시킨후에[ctrl + wf] : 해당 Header file 이 창이 분할 되어서 표시된다.-[Tab Size 를 변경하기]명령어 모드에서[set ts=8][set sts=4]ts [tabstop] : ta..
- [vim] 창 나누기
-
- [Emacs] 기본 폰트 설정

-
Vital Memes by daftcoder|2010/02/17 14:32
다음과 같이 설정 파일에 추가한다. $ emacs ~/.emacs (set-default-font "-adobe-courier-medium-r-normal-*-12-120-75-75-m-70-iso8859-1") 폰트 명세는 xfontsel을 이용하여 얻을 수 있다.
- [Emacs] 기본 폰트 설정
-
- [Emacs] Preventing the Creation of Backup Files

-
Vital Memes by daftcoder|2010/02/05 15:25
Normally, when you use emacs to edit a file, it automatically creates a backup of the original file. The backup file has the same name as the original one, but appended with a tilde ( ~ ) at the end.If you want to prevent emacs fr..
- [Emacs] Preventing the Creation of Backup Files
-
- [Emacs] buffer 왼쪽에 line number 보이도록 하기

-
Vital Memes by daftcoder|2010/01/11 15:53
linum-mode.el을 이용하여 buffer 왼쪽에 line number를 출력할 수 있다. linum-mode.el을 적당한 위치(/usr/share/emacs/22.2/lisp/ 등의)에 복사하고, ~/.emacs에 다음과 같이 적어 넣는다. (require 'linum) (global-linum-mode) M-x linum-mode ..
- [Emacs] buffer 왼쪽에 line number 보이도록 하기
-
- CeRegEditor - Free Remote Registry Editor fo..

-
호기심 많은 녀석 by tactlee|2010/01/08 12:07
CeRegEditor PC에서 Windows CE와 Windows Mobile 단말기의 레지스트리를 원격으로 편집할 수 있게 해주는 프리웨어다. 플랫폼빌더나 비주얼스튜디오에도 레지스트리 편집기가 있기는 하지만 좀 복잡한..
- CeRegEditor - Free Remote Registry Editor fo..
-
- [vim] 라인 끝에 ^M 제거하기

-
Vital Memes by daftcoder|2009/12/22 13:34
다음과 같이 문자열 치환 명령을 이용할 수 있다. :%s/^M//g ^M은 Control+v, Control+m으로 만들어야 한다. References - vi 외에 더 다양한 방법을 제시함.
- [vim] 라인 끝에 ^M 제거하기




