Commit graph

967 commits

Author SHA1 Message Date
David Alan Hjelle
69778adb4c Added Solarized color scheme (from http://ethanschoonover.com/solarized) 2011-04-10 00:03:07 -05:00
Fabian Jakobs
bc027e927a Refactor unit tests:
- move tests next to implementation files
- all tests run standalone in node
- all tests run in the browser
2011-04-08 10:28:18 +02:00
Irakli Gozalishvili
915c1be533 Fixing bug in editor.setOverwrite #issue/204 2011-04-07 17:38:00 +08:00
mikedeboer
ba2f10346b added check in worker if sender actually exists 2011-04-06 16:19:28 +02:00
Resolver Developers
cd3f0aaf7e Merge branch 'master' of https://github.com/ajaxorg/ace
Conflicts:
	lib/ace/commands/default_commands.js
2011-03-31 18:18:39 +01:00
Fabian Jakobs
eac45c82fc make worker detection a little more robust 2011-03-31 10:06:17 +02:00
Fabian Jakobs
82bc93ac60 fix typo 2011-03-31 09:50:14 +02:00
Fabian Jakobs
c84ec61daf move trimRight from fixoldbrowers to lang 2011-03-31 09:40:35 +02:00
Fabian Jakobs
6589eee14a merge 2011-03-25 14:35:02 +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
e32370cae8 dom't merge embedded ruby into the standard html mode 2011-03-21 10:44:16 +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
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
2adae3bd72 resolve keybinding collision between goto line and center selection on windows 2011-03-21 17:44:41 +08:00
Resolver Developers
4944181067 Removed second Ctrl-L binding that was breaking go to line. by: Glenn, Giles 2011-03-16 17:29:06 +00:00
Fabian Jakobs
fb85c5790d Merge branch 'master' of github.com:ajaxorg/ace 2011-03-09 09:36:59 +01:00
Fabian Jakobs
a5bf0bc0be make jshint happy 2011-03-09 09:36:50 +01:00
Fabian Jakobs
8f2949ffb6 don't timeout focus in IE 2011-03-09 08:35:44 +00:00
Sebastian Javier Marchano
5c9071afd3 added java lang classes as support.function 2011-03-09 16:16:18 +08:00
Sebastian Javier Marchano
f40f50f5c7 fix missing java keywords separators 2011-03-09 16:16:18 +08:00
Joe Cheng
4f2de650ae Improve behavior of font size detection when editors have changing visibility
- Allow on-demand checking of text layer character sizes
- Disregard character measurements that result in width or height of 0
2011-03-09 00:14:54 +08:00
Fabian Jakobs
22f00d30f3 add option to specify the Ace base url 2011-03-09 00:09:38 +08:00
Fabian Jakobs
b2193f714b move cursor to mouse on code dragging 2011-03-08 10:15:28 +01:00
Fabian Jakobs
abd7a15858 move themes 2011-03-07 20:20:04 +01:00
Fabian Jakobs
e408fb40c0 Merge remote branch 'mrpants/master' 2011-03-07 20:14:14 +01:00
Fabian Jakobs
4ab1d42273 update cockpit 2011-03-07 20:11:56 +01:00
Fabian Jakobs
1f9206f079 fix keybindings 2011-03-07 20:11:01 +01:00
Fabian Jakobs
0a00b8aea6 Merge remote branch 'jviereck/kb'
Conflicts:
	lib/ace/keyboard/keybinding/default_mac.js
	lib/ace/keyboard/keybinding/default_win.js
	support/pilot
2011-03-07 20:00:51 +01:00
Fabian Jakobs
493373f564 Add svg mode with support for embedded JavaScript 2011-03-07 19:55:24 +01:00
mrpants
2eea795ed9 Adding original Textmate themes. 2011-03-03 17:30:12 -05:00
mrpants
1c6de6babe Adding Vibrant Ink, Merbivore and Merbivore Soft themes. 2011-03-02 12:23:20 -05:00
André Fiedler
222f229960 Fix Issue #142 2011-02-28 16:45:59 +08:00
Ruben Daniels
90fe0a4256 Merge branch 'master' of github.com:ajaxorg/ace into HEAD 2011-02-26 18:07:48 -08:00
Ruben Daniels
17bce83df5 Added missing settings functions 2011-02-26 18:05:56 -08:00
Fabian Jakobs
e18c9cad9f if possible append the measure node to the body
to prevent flickering
2011-02-26 20:44:48 +01:00
Fabian Jakobs
7c92d113b2 highlight hashbang in javascript mode for node.js scripts 2011-02-25 09:25:18 +01:00
Fabian Jakobs
79ab9acb4a remove debugger statement 2011-02-24 15:48:55 +01:00
Fabian Jakobs
98742f8af2 guard console.log call 2011-02-24 15:24:12 +01:00