'2009/05'에 해당되는 글 3건
- 2009/05/26 삼가 고인의 명복을 빕니다.
- 2009/05/20 NSIS 개발자의 센스
- 2009/05/10 Editplus Erlang Syntax 파일 (4)
분류없음2009/05/26 00:20
일상 이야기/머리속 이야기2009/05/20 13:21
http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.1.6
Sets the text that is shown (by default it is 'Nullsoft Install System vX.XX') at the bottom of the install window. Setting this to an empty string ("") uses the default; to set the string to blank, use " " (a space). If it doesn't matter to you, leave it the default so that everybody can know why the installer didn't suck. heh. Use /TRIMLEFT, /TRIMRIGHT or /TRIMCENTER to trim down the size of the control to the size of the string.
나도 저런 도움말 써보고 싶다!
공부/프로그래밍 일반2009/05/10 18:53
회사 소모임에서 Erlang 스터디를 진행중 입니다.
얼랭 문법을 공부하고 발표하는 식이 아니고 문법은 알아서 공부해 오고 매주 Uva.onlinejudge.org에서 한문제 정도를 선정해서 Erlang으로 각자 풀어와 발표하는 식으로 진행을 하고 있습니다.
각자 개발 환경을 알아서 세팅해야 하는데 저는 다른 툴 익숙해 지기 귀찮아서 Editplus로 코딩하고 있는데 구문강조 파일이 없더군요.(Ecplise나 Emacs는 잘 되어 있다던데..) 그래서 직접 만들어 보았습니다.
Erlang의 math, io, lists 라이브러리는 구문강조에 포함시켰지만 다른 라이브러리들은 아직 포함시키지 않았어요.
이상한거나 좋은 의견 있으면 공유합시다 :D
erlang.stx