Commit graph

2,283 commits

Author SHA1 Message Date
Fabian Jakobs
a742993ffb Merge pull request #565 from nightwing/pullreq
small polish
2011-12-08 09:52:44 -08:00
Fabian Jakobs
5f03c6b48c package 2011-12-08 18:51:28 +01:00
Fabian Jakobs
9cb05c2e56 make move word right/left consistent with OSX behavior (XCode)
fix #542
2011-12-08 18:50:05 +01:00
nightwing
0d02902831 snap scrolling to edges
(it doesn't make sense to have editor scrolled by just one char)
2011-12-08 21:27:18 +04:00
nightwing
85e087f87d fix for jquery modal dialogs which doesn't break selection 2011-12-08 21:01:23 +04:00
nightwing
decebfc552 add scrollbar before scroller to not cover it 2011-12-08 20:54:54 +04:00
nightwing
e6a0c06575 fix size computations depending on renderer $padding 2011-12-08 20:54:15 +04:00
nightwing
b9515ddb01 keep existing macro if nothing new is recorded 2011-12-08 18:54:47 +04:00
Fabian Jakobs
96b6abb615 package 2011-12-07 10:56:09 +01:00
Fabian Jakobs
6a6c4c4c15 Merge branch 'master' of github.com:ajaxorg/ace 2011-12-07 10:54:35 +01:00
Fabian Jakobs
98f245e975 change navigate right unit test to match OSX
TextEdit behavior
2011-12-07 10:53:34 +01:00
Fabian Jakobs
855b43fdad add some more CSS properties to highlight 2011-12-07 10:52:38 +01:00
Fabian Jakobs
130429a611 fix getKeyboardHandler 2011-12-06 16:00:59 +01:00
Fabian Jakobs
23a48b23b4 cleanups 2011-12-06 16:00:10 +01:00
Fabian Jakobs
83d6732abe add chrome theme to the demo 2011-12-06 15:59:53 +01:00
Fabian Jakobs
50ecdb5e0d add wavemaker to projects using ace 2011-12-06 15:59:40 +01:00
Fabian Jakobs
bd9fad0b86 Merge pull request #561 from wildfireapp/jquery_modal_fix
Increase z-index of textarea so it works with jQuery dialogs with modal=...
2011-12-06 02:46:47 -08:00
Fabian Jakobs
5057b7be7b Merge pull request #559 from wildfireapp/add_chrome_theme
Add chrome theme.
2011-12-06 02:18:03 -08:00
Bernie Telles
8932ec3816 remove remnants of liquid 2011-12-05 11:36:41 -08:00
Bernie Telles
a32ade3300 Create chrome theme. 2011-12-05 11:29:51 -08:00
Bernie Telles
b229566f3c Add chrome theme to compile settings. 2011-12-05 11:29:43 -08:00
Bernie Telles
c43618f2cb Increase z-index of textarea so it works with jQuery dialogs with modal=true 2011-12-05 11:28:58 -08:00
Fabian Jakobs
aa08adc5ab Merge branch 'master' of github.com:ajaxorg/ace 2011-12-05 18:54:47 +01:00
Fabian Jakobs
633fbfdb31 package 2011-12-05 18:53:44 +01:00
Fabian Jakobs
d90cf5a31e fix mini require for the bookmarklet 2011-12-05 18:53:37 +01:00
Fabian Jakobs
b002aacf34 Merge pull request #547 from paulb777/patch-3
Point out that dryice is required to build.
2011-12-05 09:12:47 -08:00
Fabian Jakobs
1b58db895c Merge pull request #553 from nightwing/pullreq
some highlight rule fixes
2011-12-05 09:11:37 -08:00
Fabian Jakobs
3d89cadb36 package 2011-12-05 18:10:25 +01:00
Fabian Jakobs
e0c00a1840 Merge branch 'master' of github.com:ajaxorg/ace 2011-12-05 18:09:21 +01:00
Fabian Jakobs
29d00b160f package 2011-12-05 18:09:03 +01:00
Fabian Jakobs
6a9ef52fe8 don't use console without checks 2011-12-05 18:08:07 +01:00
Fabian Jakobs
bf263ff375 Merge pull request #556 from ajaxorg/select-undo
Added the ability to (temporarily) disable selection of undos
2011-12-05 09:04:04 -08:00
Fabian Jakobs
494a21d9e2 package 2011-12-05 16:02:58 +01:00
Fabian Jakobs
4ff215fb72 fix css sample 2011-12-05 16:01:41 +01:00
nightwing
8f20a8f557 add missing flag argument 2011-12-05 19:00:59 +04:00
Fabian Jakobs
82a930053b Merge remote-tracking branch 'nightwing/pullreq'
Conflicts:
	lib/ace/mode/folding/cstyle.js
2011-12-05 15:56:38 +01:00
Fabian Jakobs
d6e6a8ce97 package 2011-12-05 15:45:37 +01:00
Zef Hemel
bab7d58449 Added the ability to (temporarily) disable selection of undos. This messes up placeholder behavior. 2011-12-05 15:39:19 +01:00
Fabian Jakobs
9fee4b7d96 fix folding for self closing tags. fix #548 2011-12-05 15:36:05 +01:00
Fabian Jakobs
70cef75704 add setting to toggle fold mode 2011-12-05 15:11:36 +01:00
nightwing
f1c4eab550 cstyle folding throws if matching bracket isn't found 2011-12-04 21:03:58 +04:00
nightwing
c4bdcd8bad add ability to Tokenizer to use "i" flag for caseInsensitve languages 2011-12-04 20:55:25 +04:00
nightwing
ba334cae71 fix for broken paren matching in @keyframes rules 2011-12-04 20:40:46 +04:00
nightwing
5b08bf8e1e fix js regex highlighting
adds coloring for escaped entities \s
  and fixes highlighting regexps like /[]/g
2011-12-04 20:33:54 +04:00
Fabian Jakobs
da1a45f694 create separate html mode 2011-12-02 15:10:27 +01:00
Fabian Jakobs
8a6bfe2d24 package 2011-12-02 13:21:29 +01:00
Fabian Jakobs
829c24c780 add getAllFolds 2011-12-02 13:19:42 +01:00
Fabian Jakobs
a37f9562e3 add mixed mode folding rules 2011-12-02 13:19:36 +01:00
Fabian Jakobs
593d95f482 Merge branch 'master' of github.com:ajaxorg/ace 2011-12-02 11:10:16 +01:00
Fabian Jakobs
75f5d06362 Merge pull request #546 from nightwing/pullreq
a small followup for structured folding
2011-12-02 01:14:18 -08:00