Garen Torikian
175f3ea06c
Truly improve syntax highlighting for JS, CSS, XML/HTML
2012-03-31 23:56:47 -07:00
Garen Torikian
ad6e54ce2c
Add new requires
2012-03-30 14:54:39 -07:00
Garen Torikian
78252c4cf6
Add dependencies
2012-03-30 14:52:29 -07:00
Fabian Jakobs
0fb6590f26
be smarter with mode and theme loading
2012-03-30 17:44:24 +02:00
mikedeboer
19a5af9fe3
improved empty check
2012-03-27 17:19:01 +02:00
cloud9Deploy
4113f574a4
Merge pull request #658 from jrburke/patch-1
...
Call onLoad in the non-browser case.
2012-03-26 03:15:16 -07:00
cloud9Deploy
d7d8a164f1
Merge pull request #664 from ajaxorg/typo/placeholder
...
Typo followup: now handling both of ACE and Cloud9 worlds
2012-03-26 03:01:46 -07:00
cloud9Deploy
1340569415
Merge pull request #672 from ajaxorg/theme/update_monokai
...
Hella improve syntax highlighting for JS across all themes
2012-03-26 02:58:33 -07:00
cloud9Deploy
0b3fdb469c
Merge pull request #674 from nightwing/pullreq
...
update jshint
2012-03-26 02:55:05 -07:00
richo
d6a21166fc
Add sh editing mode based on the python mode
2012-03-26 11:26:10 +02:00
Garen Torikian
ab7fa1a78d
Fix test I didn't know existed
2012-03-24 03:12:14 +01:00
Garen Torikian
5a02205fc8
Update to add param colors and more JS functions
2012-03-24 02:47:25 +01:00
nightwing
9244fd0440
update dependencies
2012-03-23 21:00:47 +04:00
Garen Torikian
0fb021b967
Fix failing test
2012-03-22 19:30:13 +01:00
Garen Torikian
ee667179b3
Add a few more JS styles for escaped chars & keywords, also tests
2012-03-22 18:17:01 +01:00
Garen Torikian
a0038069b8
Include storage.type for JS definitions; fix various themes
2012-03-22 11:04:06 +01:00
Fabian Jakobs
413607a991
don't write to read only property in IE10
...
fixes #669
2012-03-16 12:24:49 +01:00
Mostafa Eweda
ec022c3abb
Typo followup: now handling both of ACE and Cloud9 worlds
2012-03-12 17:33:17 +02:00
Mostafa Eweda
0329c10031
Fixing typo followup, try fixing the corrupted tests
2012-03-09 00:52:20 +02:00
Mostafa Eweda
1283b11f0e
Fixed a typo in placeholder that was stopping the cancel to work
2012-03-08 20:29:21 +02:00
James Burke
66adddf2f7
Call onLoad in the non-browser case. This allows the r.js optimizer to work when building projects that include ace from source. It should be done anyway, to indicate the load of the resource was successful.
2012-03-06 12:56:40 -08:00
Fabian Jakobs
099f1541fd
add json worker
2012-03-02 11:40:25 +01:00
Fabian Jakobs
30bd07dd22
add worker_client to the main package
2012-02-29 15:07:55 +01:00
Bernie Telles
f05b5d9961
fix ie8 jquery 1.7.1 compatibility
2012-02-23 20:52:03 -08:00
mikedeboer
4f93588763
removed scrolling threshold for older safari versions, cause it make working with apple mice less pleasant
2012-02-22 10:17:55 +01:00
mikedeboer
c549e3a17f
removed scrolling threshold for older safari versions, cause it make working with apple mice less pleasant
2012-02-22 10:15:57 +01:00
Fabian Jakobs
2814203c33
fix click offset bug
2012-02-03 15:42:59 +01:00
mikedeboer
67ba8f5f29
fixed horizontal scroll restore when browser and ACE are out of sync
2012-02-02 12:21:37 +01:00
Fabian Jakobs
dd55f74256
Merge remote-tracking branch 'nightwing/pullreq'
...
Conflicts:
lib/ace/virtual_renderer.js
2012-02-02 11:25:34 +01:00
mikedeboer
0caee61b22
fixed font size flicker between show/hide of editor instances
2012-02-02 11:22:59 +01:00
Garen Torikian
cd88f1ccfb
Fix getScrollLeft to actually get scroll left
2012-02-01 12:09:46 -08:00
Fabian Jakobs
5b6e24dd09
Merge pull request #623 from adamjimenez/patch-8
...
Fix to work with Jsmin
2012-01-25 08:26:48 -08:00
nightwing
d46983aa5f
fix for #618 : Editor gets blocked when typing <style type="
...
happened when rule started with same prefix as embedded language name
2012-01-25 00:15:46 +04:00
nightwing
f065505bc3
use slightly lighter color for folds in textmate theme
2012-01-24 12:57:58 +04:00
nightwing
0fb16fdaf0
small css optimization. (based on output from chrome css profiler)
2012-01-24 12:57:34 +04:00
nightwing
5dee6a10c3
keep vertical scroll position if gutter size changes during setSession
2012-01-24 12:56:31 +04:00
nightwing
9f1d8af937
on CHANGE_LINES update gutter only if visible lines changed
...
otherwise it's impossible to click on foldwidget after typing at the start of big document
2012-01-24 12:56:03 +04:00
nightwing
9f2e504d67
fix horizontal scroll desynchronization on windows
2012-01-24 12:55:00 +04:00
Fabian Jakobs
6e0a9ce53d
Merge commit ' 8b82f01'
...
Conflicts:
build/kitchen-sink.html
build/src/ace-noconflict.js
build/src/ace.js
2012-01-23 15:05:49 +01:00
Fabian Jakobs
fe8a9d0681
don't scroll cursor into view on change session
2012-01-23 14:48:43 +01:00
Adam Jimenez
52edab929d
Fix to work with Jsmin
2012-01-19 10:54:36 +00:00
Jan Jongboom
dce1cda421
Make sure that Ace looks good on Windows & Linux too
...
Default monospace font on Windows is now Consolas, which is a great one, then remove Courier New, because monospace is better on Linux systems; and if there is no nice monospace font it'll fall back to Courier anyway.
2012-01-17 18:45:23 +01:00
Fabian Jakobs
cf6f4d88d3
Merge branch 'master' of https://github.com/desoi/ace into desoi-master
...
Conflicts:
Makefile.dryice.js
2012-01-06 11:39:27 +01:00
John DeSoi
493824ca4d
new mode for PostgreSQL - pgsql
2012-01-05 22:00:26 -05:00
nightwing
496446ddfc
on session with active placeholder setValue("") crashes the browser
2012-01-02 21:46:04 +04:00
nightwing
29246bf8d9
do not wait for pollSizeChanges to apply change after setFontSize
2012-01-02 21:46:04 +04:00
nightwing
9c30cf29c8
get rid of $desiredScrollLeft
2012-01-02 21:46:04 +04:00
nightwing
8d6facfdc7
fix typo
2012-01-02 21:46:04 +04:00
nightwing
35aecf42af
fix scrollToLine for sessions containing folds
2012-01-02 21:46:04 +04:00
nightwing
57bb9f767c
fix foldAll
2012-01-02 21:46:04 +04:00