Commit graph

15 commits

Author SHA1 Message Date
Julian Viereck
3ebd2865ea Finalize current keymapping work:
- catchup with latest changes to pilot/keys.js
- the textinput adds a event.addCommandKeyEvent(...) to the input
- the onTextInput and onCommandKey event sent by the textinput are forwareded to the edtior which
  then forwards the input to the keybinding, which handles the input based on the current inputMode.
- the current inputMode can get changed by setting the setting "inputMode". Currently there are the
  modes "vim" and "emacs". If the inputMode doesn't match, the "default" mode is used.
2011-01-13 22:47:58 +01:00
Joe Walker
840b83d15b catchup with cockpit 2011-01-12 17:31:25 +00:00
Joe Walker
bc85026e23 catchup with cockpit 2011-01-12 11:12:35 +00:00
Joe Walker
c13e39c672 adding dryice submodule 2011-01-12 01:19:49 +00:00
Joe Walker
ce503c7470 catchup with cockpit (pilot really) 2011-01-12 01:15:13 +00:00
Joe Walker
5a74d8f944 catchup with cockpit 2011-01-07 12:20:09 +00:00
Joe Walker
60ddae77a8 catchup with cockpit 2011-01-07 12:12:23 +00:00
Joe Walker
086d673db1 catchup with cockpit 2011-01-05 11:33:15 +00:00
Joe Walker
496e29de2d cockpit submodule catchup 2011-01-04 15:52:30 +00:00
Joe Walker
d4a4857b01 move cockpit/pilot to a submodules 2010-12-23 15:30:55 +00:00
Fabian Jakobs
f07745839c fix all tests to run with node.js 2010-12-14 15:09:24 +01:00
Eddy Bruel
8b15b3c0a7 Added paths.js and requireJS-node.js 2010-12-14 11:47:52 +01:00
Eddy Bruel
d30340a809 Fixed a bug in single line tabbing that caused
the tab length not being taken into account.

Added DOM emulation to the unit tests so that they
can be run from node.

Extended the Mockrenderer for the unit tests.

Made the majority of the unit tests work again
(barring those for moveLinesUp, see below).

Fixed a bug in moveLinesUp that caused an empty
line to be inserted. However, this fix causes the
editor to break (need to look at this).
2010-11-24 13:27:38 +01:00
Fabian Jakobs
cba64d86be add original textmate themes and add license information 2010-11-05 09:43:26 +01:00
Fabian Jakobs
6b2e5da482 add requirejs as submodule 2010-11-05 08:40:10 +01:00