Commit graph

1,169 commits

Author SHA1 Message Date
Fabian Jakobs
ebbe67a01b Merge pull request #573 from nightwing/pullreq
more folding polish
2011-12-14 05:27:52 -08:00
Fabian Jakobs
653a88ff30 don't sélect on unfold 2011-12-14 13:28:02 +01:00
Fabian Jakobs
a2ed7d8b14 more theme updates 2011-12-13 18:03:56 +01:00
Fabian Jakobs
9ef05262f4 update themes 2011-12-13 17:57:58 +01:00
Fabian Jakobs
2bd85c163d automatically resize gutter for high line numbers 2011-12-13 16:19:28 +01:00
Fabian Jakobs
78d2e48ab2 when setting fold style to manual unfold all folds 2011-12-13 14:04:57 +01:00
Fabian Jakobs
57662cf8fa open folds with single click 2011-12-13 13:50:42 +01:00
Fabian Jakobs
e8f35d3cd2 cleanup 2011-12-13 13:50:28 +01:00
Fabian Jakobs
3b01eb9bac cleanups 2011-12-13 12:21:47 +01:00
Fabian Jakobs
c93d1e209a remove classList support 2011-12-13 12:21:30 +01:00
nightwing
d10ea1fe0d show some feedback to user action, when fold can't be added 2011-12-13 09:31:14 +04:00
nightwing
0a9a997883 better folding for python and coffeeScript 2011-12-13 01:21:29 +04:00
nightwing
55198434a4 folds should respond only to click events (not dblclick) 2011-12-13 01:04:00 +04:00
Fabian Jakobs
fcf3b7928f cleanups 2011-12-12 12:52:24 +01:00
Fabian Jakobs
8bd16ba2ed remove fold styles from the theme (might have to be
added back later)
2011-12-09 17:19:09 +01:00
Fabian Jakobs
dac9d03944 more folding css tweaks 2011-12-09 17:18:46 +01:00
Fabian Jakobs
16abfcbe75 Revert "add scrollbar before scroller to not cover it"
This reverts commit decebfc552.
2011-12-09 16:49:27 +01:00
Fabian Jakobs
83065ec8f5 fix folding of comments 2011-12-09 16:37:00 +01:00
Fabian Jakobs
d12d7e3dc5 update folding styling 2011-12-09 15:56:39 +01:00
Fabian Jakobs
a742993ffb Merge pull request #565 from nightwing/pullreq
small polish
2011-12-08 09:52:44 -08: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
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
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
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
1b58db895c Merge pull request #553 from nightwing/pullreq
some highlight rule fixes
2011-12-05 09:11:37 -08:00
Fabian Jakobs
e0c00a1840 Merge branch 'master' of github.com:ajaxorg/ace 2011-12-05 18:09:21 +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
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
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