Joe Walker
4fc695fb67
move key binding system into ace from gcli
2011-04-06 18:48:12 +01:00
Joe Walker
b6e3f52faf
fix keybinding in a slightly less kludgy way
2011-04-06 13:34:42 +01:00
Joe Walker
2ddec8717c
fixing keyboard handling with least hassle
2011-04-06 12:28:22 +01:00
Joe Walker
2d43ddd047
change command format to move request to being an implementation detail
2011-04-06 01:23:35 +01:00
Joe Walker
d80f0fe66e
Merge branch 'master' of https://github.com/ajaxorg/ace
...
Conflicts:
lib/ace/commands/default_commands.js
lib/ace/edit_session.js
2011-03-30 12:06:18 +01:00
Joe Walker
d8cb48191d
convert to using gcli api, and sync with latest gcli
2011-03-30 11:50:54 +01:00
Joe Walker
37e9c8ed56
adding keyboard handling code from cockpit
2011-03-30 09:20:08 +01:00
Joe Walker
9530383e41
reverting to older boot sequence now that commands are properly registered
2011-03-30 09:19:34 +01:00
Joe Walker
953cc3b240
changes resulting from resource moves from pilot to cockpit
2011-03-30 09:19:03 +01:00
Joe Walker
1e24a23ca5
moving files from pilot to ace where they more properly belong
2011-03-29 17:59:53 +01:00
Fabian Jakobs
8ea46c56e3
Merge branch 'master' of github.com:ajaxorg/ace
2011-03-25 15:40:45 +01:00
Fabian Jakobs
6589eee14a
merge
2011-03-25 14:35:02 +00:00
Joe Walker
a48d0e7688
catchup with changes to command syntax in cockpit/gcli
2011-03-25 12:51:49 +00:00
Joe Cheng
7fa4d37f57
All full width characters should be styled with double character width
2011-03-23 13:17:19 -07:00
Joe Cheng
21a79fea65
Respect full width property of all East Asian characters
...
Common Japanese punctuation (comma, period) was being treated as half-width, causing cursor positioning to be off. The new code is comprehensive for code points in the Basic Multilingual Plane.
See https://gist.github.com/883802 for the script I used to generate the code.
2011-03-23 13:06:40 -07:00
Fabian Jakobs
ff7559e388
dom't merge embedded ruby into the standard html mode
2011-03-21 18:44:56 +08:00
Fabian Jakobs
e32370cae8
dom't merge embedded ruby into the standard html mode
2011-03-21 10:44:16 +00:00
Fabian Jakobs
979c16705e
Merge remote branch 'upstream/master'
2011-03-21 10:41:39 +00:00
Heigh Tech LLC
c1c6e2b727
add last exception symbol
2011-03-21 18:40:34 +08:00
Heigh Tech LLC
723f284a10
more rails built in functions and variables
2011-03-21 18:40:34 +08:00
Heigh Tech LLC
13bda087e8
erb support!
2011-03-21 18:40:33 +08:00
Heigh Tech LLC
20b6652c5b
add class name rule
2011-03-21 18:40:33 +08:00
Heigh Tech LLC
0d03b6df7d
add backtick string and instance variable rules
2011-03-21 18:40:33 +08:00
Heigh Tech LLC
1abfd5f813
add some Rails things
2011-03-21 18:40:33 +08:00
Heigh Tech LLC
71969c2538
add more keywords
2011-03-21 18:40:33 +08:00
Heigh Tech LLC
ae8e262395
add ruby symbol and erb
2011-03-21 18:40:32 +08:00
Julian Viereck
8d8ac9ead6
Remove not used getDisplayLine() function and convert tabs to spaces
2011-03-21 17:54:06 +08:00
Julian Viereck
0f4e2016c7
Add 'softTab' option to demo
2011-03-21 17:54:06 +08:00
Julian Viereck
468ba76890
Moving replacing of spaces into big replace function to avoid replacements of <span ...>tab</span>
2011-03-21 17:54:06 +08:00
Julian Viereck
e8333c2df2
Fixed some bugs and unit tests pass again
2011-03-21 17:54:05 +08:00
Julian Viereck
b05ec94154
First iteration of implementing real real tabs
2011-03-21 17:54:05 +08:00
Julian Viereck
e09e67b940
Use getStringScreenWidth in Session.computeWidth
2011-03-21 17:54:05 +08:00
Fabian Jakobs
b7e6499c3a
Merge branch 'real_tabs' of https://github.com/jviereck/ace into jviereck-real_tabs
2011-03-21 09:51:28 +00:00
Fabian Jakobs
2adae3bd72
resolve keybinding collision between goto line and center selection on windows
2011-03-21 17:44:41 +08:00
Fabian Jakobs
8f33d91fc4
resolve keybinding collision between goto line and center selection on windows
2011-03-21 09:43:31 +00:00
Julian Viereck
86851d5a59
Remove not used getDisplayLine() function and convert tabs to spaces
2011-03-19 14:26:14 +01:00
Julian Viereck
63d7ba4439
Add 'softTab' option to demo
2011-03-19 14:14:06 +01:00
Julian Viereck
a8a1d9483b
Moving replacing of spaces into big replace function to avoid replacements of <span ...>tab</span>
2011-03-19 00:54:35 +01:00
Julian Viereck
d1bfdba34b
Fixed some bugs and unit tests pass again
2011-03-19 00:34:35 +01:00
Julian Viereck
1a5a071c7d
First iteration of implementing real real tabs
2011-03-18 23:30:25 +01:00
Julian Viereck
d4a46aa467
Use getStringScreenWidth in Session.computeWidth
2011-03-18 22:25:39 +01:00
Joe Walker
4900fa2f9f
a ton of fixes to make cockpit look good in ace, or at least not totally borked
2011-03-17 21:50:03 +00:00
Joe Walker
6508ebea8c
rename the bool type to be called boolean
2011-03-17 17:23:07 +00:00
Joe Walker
f70310742a
rename the text type to be called string type
2011-03-17 17:12:00 +00:00
Joe Walker
667b11e013
post merge fixes to straighten paths and fix mini_require
2011-03-17 13:07:27 +00:00
Joe Walker
a6aa2ec6ee
Merge branch 'master' of https://github.com/ajaxorg/ace
...
Conflicts:
build_support/mini_require.js
support/cockpit
support/pilot
2011-03-17 12:54:50 +00:00
Joe Walker
88a335b500
moving pilot to be a submodule of cockpit
2011-03-11 12:18:26 +00:00
Fabian Jakobs
af5d11770f
update packaged ace
2011-03-09 11:21:39 +01:00
Fabian Jakobs
e0dcf0c9c2
update pilot
2011-03-09 11:20:43 +01:00
Fabian Jakobs
5eddc94f97
update packaged ace
2011-03-09 09:38:03 +01:00