nightwing
|
c427956d0e
|
use try catch to guard against errors in commands
|
2012-04-25 00:33:41 +04:00 |
|
nightwing
|
43327bbbe4
|
fix tests
|
2012-04-24 22:30:12 +04:00 |
|
nightwing
|
a97d104e25
|
better defaults in demo
|
2012-04-24 22:18:06 +04:00 |
|
nightwing
|
c72357c201
|
simplify scroll animations
|
2012-04-24 22:10:50 +04:00 |
|
mikedeboer
|
616bf24a31
|
a document change now doesn't scroll the cursor into view
|
2012-04-24 16:46:52 +02:00 |
|
nightwing
|
256b88fcd0
|
fix findPrevious/findNext
|
2012-04-24 15:05:08 +04:00 |
|
Garen Torikian
|
775af73f64
|
More design progress
|
2012-04-24 01:45:41 -07:00 |
|
nightwing
|
acdb23c828
|
fix page up/down
|
2012-04-24 12:44:38 +04:00 |
|
nightwing
|
2538e85780
|
live preview of themes in demo
|
2012-04-24 12:42:06 +04:00 |
|
William Candillon
|
994e8fd4e9
|
Fix semantic highlighting bug.
|
2012-04-23 19:04:21 +02:00 |
|
Ruben Daniels
|
9245e4bd1b
|
* Tweak to anims
|
2012-04-23 09:34:31 -07:00 |
|
William Candillon
|
031e72c3e3
|
Merge https://github.com/ajaxorg/ace
Conflicts:
build/kitchen-sink.html
build/src/ace-noconflict.js
build/src/ace.js
|
2012-04-23 12:42:15 +02:00 |
|
William Candillon
|
248fb57cda
|
Update XQuery semantic highlighter.
|
2012-04-23 12:37:35 +02:00 |
|
Ruben Daniels
|
ba4f7e3765
|
* added highlightgutterline setting
|
2012-04-22 17:00:25 -07:00 |
|
Ruben Daniels
|
b448a1ca9c
|
* Reset horscroll class when new session loads
|
2012-04-22 16:16:16 -07:00 |
|
Ruben Daniels
|
02e86c5b5f
|
* Moved horscroll class to scroller
|
2012-04-22 16:06:06 -07:00 |
|
Ruben Daniels
|
769b964bd7
|
* Small bug fix
|
2012-04-22 15:19:27 -07:00 |
|
Ruben Daniels
|
ac70ecc005
|
* Tweaked scroll animations
* Added animations to pgup/pgdn goto start/end of document
|
2012-04-22 15:16:52 -07:00 |
|
Garen Torikian
|
928b762f96
|
Merge master
|
2012-04-21 18:01:12 -07:00 |
|
Garen Torikian
|
512bde6fd8
|
We're getting there
|
2012-04-21 17:54:46 -07:00 |
|
nightwing
|
54b1f3f9ac
|
update command manager for cloud9
|
2012-04-21 21:40:38 +04:00 |
|
nightwing
|
93967294cf
|
add transition delay for fold widgets
|
2012-04-21 21:23:48 +04:00 |
|
Fabian Jakobs
|
3645c88c63
|
package
|
2012-04-21 11:01:19 +02:00 |
|
Fabian Jakobs
|
8584581a32
|
Merge pull request #728 from sub/golang_mode
Go mode
|
2012-04-21 01:45:52 -07:00 |
|
nightwing
|
6398fcf539
|
move google font import out of core styles
|
2012-04-21 12:30:31 +04:00 |
|
nightwing
|
df4ef6667d
|
add 0.05s animation for showing fold arrows
|
2012-04-21 12:27:49 +04:00 |
|
nightwing
|
a3053c8353
|
do not add \x00 characters to document
|
2012-04-21 12:25:41 +04:00 |
|
William Candillon
|
e807106c8f
|
Improve XQuery semantic highlighting.
|
2012-04-21 10:01:30 +02:00 |
|
Ruben Daniels
|
4fe9cd5d95
|
* Added cancelable commands
|
2012-04-20 16:02:05 +02:00 |
|
nightwing
|
9ca9b010ba
|
fix error in text size calculation
|
2012-04-20 16:59:40 +04:00 |
|
nightwing
|
5422ecb793
|
fix selection tests
|
2012-04-20 13:34:37 +04:00 |
|
nightwing
|
3b827c11ae
|
make setFadeFoldWidgets on by default
|
2012-04-20 12:20:34 +04:00 |
|
William Candillon
|
ee7ce9f6a1
|
Update XQuery semantic highlighting.
|
2012-04-20 08:32:50 +02:00 |
|
nightwing
|
09de46063d
|
ctrl-left/right must stop at both word start and end
|
2012-04-19 19:34:25 +04:00 |
|
nightwing
|
9ca7609d00
|
add FadeFoldWidgets setting
|
2012-04-19 19:34:24 +04:00 |
|
nightwing
|
defae049f4
|
multiselect paste
|
2012-04-19 19:34:23 +04:00 |
|
Ruben Daniels
|
1a0cabba1e
|
Merge branch 'master' of github.com:ajaxorg/ace into ui/navbar
|
2012-04-19 16:17:20 +02:00 |
|
William Candillon
|
a951e93778
|
Merge https://github.com/ajaxorg/ace
|
2012-04-19 12:28:36 +02:00 |
|
Fabian Jakobs
|
4905bd45c4
|
Merge pull request #734 from richoH/features/sh/1
Update builtin definitions
|
2012-04-19 01:25:21 -07:00 |
|
William Candillon
|
b37daf7262
|
Update semantic highlighting.
|
2012-04-19 10:02:56 +02:00 |
|
Garen Torikian
|
03816b05c7
|
Modify where keyboard cut/copy can come from
|
2012-04-18 19:18:50 -07:00 |
|
richo
|
f7f157773b
|
Update builtin definitions
Add @jpgriffo and @jamestyj as contributors (definitions came from his bash mode)
|
2012-04-19 09:53:40 +10:00 |
|
William Candillon
|
b744549a7d
|
Update Semantic highlighter.
|
2012-04-18 22:50:21 +02:00 |
|
Ruben Daniels
|
a003315328
|
* build ace
|
2012-04-18 14:59:13 +02:00 |
|
Ruben Daniels
|
865ed44f03
|
* Hacked ace key handler element support
|
2012-04-18 14:59:06 +02:00 |
|
Ruben Daniels
|
2a30f0f50f
|
* build ace
|
2012-04-18 12:43:03 +02:00 |
|
Ruben Daniels
|
18956d8ee7
|
* small command changes
|
2012-04-18 12:42:37 +02:00 |
|
Garen Torikian
|
23f74a3be3
|
Doc API updates...almost ready
|
2012-04-17 11:02:08 -07:00 |
|
Garen Torikian
|
c2caee8024
|
Merge master, update content
|
2012-04-16 21:14:50 -07:00 |
|
Davide Saurino
|
e00b6e656e
|
Go example added to kitchen sink demo
|
2012-04-16 16:45:57 +02:00 |
|