Commit graph

47 commits

Author SHA1 Message Date
Joe Walker
7f0930ea51 convert the remaining modes to exports style 2010-11-17 12:16:51 +00:00
Joe Walker
805a181d1a export style for html mode 2010-11-17 11:56:44 +00:00
Joe Walker
dee4708658 export style for doc comments 2010-11-17 11:48:00 +00:00
Joe Walker
a58e3556b7 fix path left behind due to changeset clash 2010-11-15 15:34:16 +00:00
Joe Walker
4ab7c653cc converting modules to use exports style rather than return style 2010-11-15 13:50:13 +00:00
Joe Walker
b91f4d0941 adjusting paths to use ace/ rather than ./ 2010-11-15 12:45:07 +00:00
Fabian Jakobs
18f58071fb update packaged ace 2010-11-09 09:51:50 +01:00
Fabian Jakobs
4afbcbec55 pre load default commands 2010-11-09 09:45:37 +01:00
Fabian Jakobs
fde5198af0 use relative module IDs 2010-11-09 09:34:31 +01:00
Fabian Jakobs
89181da423 fix some refactoring bugs 2010-11-09 09:24:24 +01:00
Fabian Jakobs
89537e1bb7 reapply renderloop IE fix 2010-11-09 08:56:04 +01:00
Fabian Jakobs
bb1fe29944 Merge branch 'master' into define
Conflicts:
	lib/ace/RenderLoop.js
2010-11-09 08:54:34 +01:00
Fabian Jakobs
2c0368ff6c rename part #2 2010-11-09 08:50:08 +01:00
Fabian Jakobs
3adeac683d apply Kevin's refactoring
- lower case file names
- use define(function(require, exports, module) {..})
2010-11-09 08:48:19 +01:00
martinwittemann
682df4e76d Fixed IE problem. 2010-11-08 18:50:45 +08:00
Fabian Jakobs
753fc40125 update windows key bindings 2010-11-08 10:03:56 +01:00
Fabian Jakobs
fdb75c0cb9 Fix IE8 issue 2010-11-08 09:57:46 +01:00
Fabian Jakobs
e377e03a82 use lower case file names and use define(function(require, exports, module) {}) 2010-11-05 09:45:01 +01:00
Fabian Jakobs
761209c4dd add more future reserved words to the JS highlighter 2010-11-04 16:19:46 +01:00
Fabian Jakobs
30e3841857 remove use of future reserved words 2010-11-04 16:19:26 +01:00
Fabian Jakobs
63eb385ef5 completely remove top/bottom padding since it causes too many scroll problems 2010-11-03 18:42:08 +01:00
Eddy Bruel
aeb3e63e31 Fixed minor bug in regex highlighting 2010-11-03 18:18:39 +01:00
Eddy Bruel
6df42adcba Merge branch 'master' of github.com:ajaxorg/ace 2010-11-03 17:27:57 +01:00
Eddy Bruel
95a805048a Fixed a minor bug in the editor 2010-11-03 17:27:50 +01:00
Fabian Jakobs
4c865950ed fix scroll to Y 2010-11-03 16:12:03 +01:00
Fabian Jakobs
d14c7e6a58 fix update bug after removing lines 2010-11-03 11:33:48 +01:00
Fabian Jakobs
3c2bd0f76e remove top padding 2010-11-03 11:12:21 +01:00
Fabian Jakobs
3e28057caf navigate line start: toggle between line start and text start 2010-11-02 19:37:56 +01:00
Fabian Jakobs
043dfa705e fix: undo broken after move lines 2010-11-02 19:24:01 +01:00
Fabian Jakobs
ab4f1c0e1a fix typo fox copy lines down 2010-11-02 19:12:43 +01:00
Fabian Jakobs
89e7b97ea4 remove log statement 2010-11-02 18:58:52 +01:00
Fabian Jakobs
85422c35ec what a crappy fix 2010-11-02 18:56:08 +01:00
Fabian Jakobs
98f1ad6ab8 Merge branch 'master' of github.com:ajaxorg/ace 2010-11-02 18:50:43 +01:00
Fabian Jakobs
d9ac4f3abe fix redrawing bugs 2010-11-02 18:49:14 +01:00
Fabian Jakobs
c0ee808786 reset changes lines correctly 2010-11-02 18:28:49 +01:00
Fabian Jakobs
ce6e512e9c fix first row calculation 2010-11-02 18:28:03 +01:00
Eddy Bruel
86478b9353 After undoing an insert (which amounts to a remove)
there should not be a selection (fixed)
2010-11-02 18:24:06 +01:00
Fabian Jakobs
3e1eb8d592 fix detection of doc comments 2010-11-02 17:06:09 +01:00
Fabian Jakobs
729a8848d3 add support for paddings 2010-11-02 16:54:04 +01:00
Eddy Bruel
5d9f8cf0e9 Fixed single replace and removed several spurious
log messages.
2010-11-02 16:03:01 +01:00
Eddy Bruel
04b4a59a81 Merge branch 'master' of github.com:ajaxorg/ace 2010-11-02 15:15:31 +01:00
Eddy Bruel
e02afd9806 Small fix in audo-indentation. 2010-11-02 15:14:38 +01:00
Eddy Bruel
37913f80a1 Fixed a bug in the auto-indentation where already
existing whitespace was not taken into account.
2010-11-02 14:43:48 +01:00
Ruben Daniels
770e1626da Subtle selection / mouse tweaks 2010-10-29 20:14:41 +02:00
Ruben Daniels
05caccfd90 added gutter property 2010-10-29 15:58:04 +02:00
Fabian Jakobs
792ef0a543 pass in require to the require.def wrapper 2010-10-27 13:30:49 +02:00
Fabian Jakobs
58494e088c rename "src" to "lib" 2010-10-27 13:11:21 +02:00