- C-a == Ctrl-a
- M-a == Alt-a
:q close
:w write/saves
:wa[!] write/save all windows [force]
:wq write/save and close
| Add the script include-version-info.sh into a new run script build phase of your application target. The build phase | |
| should be located after the build phase "Copy Bundle Resources". |
| (ns tetris.core | |
| (:import (java.awt Color Dimension BorderLayout) | |
| (javax.swing JPanel JFrame JOptionPane JButton JLabel) | |
| (java.awt.event KeyListener)) | |
| (:use clojure.contrib.import-static deflayout.core | |
| clojure.contrib.swing-utils) | |
| (:gen-class)) | |
| (import-static java.awt.event.KeyEvent VK_LEFT VK_RIGHT VK_DOWN VK_UP VK_SPACE) |