아아 워크샵
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Functional Programming with Clojure: Simple Concurrency on the JVMClojure is a dialect of the Lisp programming language. It is a multi-purpose language supporting interactive development that encourages functional programming style and simplifies multithreaded programming. This Refcard goes into depth on the history of JVM, Clojure's language foundation, experimentation through Read Eval Print Loop (REPL), the catalog of functions, interoperability, the Clojure ecosystem and more. The authors of this Refcard are veterans of Java-based development, published authors and active bloggers. |
지난번 포스팅 (2010/10/31 - [Eclipse/GEF] - [GEF] 키보드 방향키로 크기/위치 제어하기) 에 추가적인 개선사항을 적용해 보았습니다.
GEF 의 GraphicalEditor 에 Grid 를 적용할 경우 12 픽셀씩 격자가 생기게 됩니다. 그 크기만큼 조절하도록 수정하였습니다.
기존의 1 픽셀 단위로 변경되던 것을 Ctrl 키를 누른 상태로 방향키를 누르면 12 픽셀씩 변경되도록 하였습니다.
event.stateMask 와 SWT.SHIFT, SWT.CTRL 키를 마스크 연산을 하여 처리하였습니다.
| |
User |
id text |
name text |
address text |