Aaron O'Mullan
e06a14ab92
Revert "Remove autocomplete shadow from ambiance theme"
...
This reverts commit 0e256ce80d .
2014-02-08 01:38:24 +01:00
Aaron O'Mullan
f7be399bd2
Add "enableLiveAutocomplete" option
...
This makes live autocomplete optional and is not tied to
“enableBasicAutocomplete” anymore
This also renames “onChangeAutocomplete” to “doLiveAutocomplete”
2014-02-08 01:01:30 +01:00
Aaron O'Mullan
cbbbf1c539
Fix bug and clarify async autocomplete result gathering
...
@SamyPesse’s “left: total - (i + 1)” was flawed because it only would
work if all completers were async
2014-02-08 00:50:50 +01:00
Aaron O'Mullan
c52278a64e
Cleanup autocomplete.js
...
Consistently use .bind(this) instead of that = this
2014-02-08 00:32:16 +01:00
Harutyun Amirjanyan
aab8b7f7a8
Merge pull request #1805 from creationix/master
...
Two tiny fixes I made while working on Tedit
2014-02-07 21:14:52 +01:00
Tim Caswell
a8ba1e06d9
Fix syntax error in kuroir.css
...
This bad line was breaking my css parser.
Workaround in my code: 079741c477/src/applytheme.js (L66-L67)
2014-02-07 13:08:35 -06:00
Tim Caswell
0f9bcfbc7d
Fix out-of-range error when parsing certain files.
...
An example file that breaks on this is b2f8bf1e74/kitchen-sink/demo.js (L1000)
2014-02-07 13:05:43 -06:00
nightwing
7cff8e7cff
Merge pull request 1542 'Add worker to the html mode'
2014-02-07 01:54:55 +04:00
nightwing
8ccb0e6fda
disable worker for non html modes, make doctype message info
2014-02-07 01:52:26 +04:00
nightwing
eac48f5190
fix broken python snippet
2014-02-06 00:19:41 +04:00
nightwing
4795261b94
fix infinite loop when inserting snippet with self referencing tabstop
...
fixes #1802
2014-02-06 00:13:52 +04:00
nightwing
42f274a42c
update smarty mode
2014-02-05 23:59:17 +04:00
Aaron O'Mullan
0e256ce80d
Remove autocomplete shadow from ambiance theme
...
This fixes a regression caused by the newly introduced feature allowing
autocomplete theming
2014-02-05 20:26:40 +01:00
Aaron O'Mullan
e76a389e88
Clarify typing condition in live autocomplete
2014-02-05 20:10:20 +01:00
nightwing
99f49fdc49
add smarty mode
2014-02-05 22:06:15 +04:00
nightwing
31e1a2d1f3
improve php variable regexp
2014-02-05 21:24:03 +04:00
nightwing
0eb2b74a66
fix #1795 PHP variables that begin with an underscore are not highlighted
2014-02-04 02:41:21 +04:00
Zef Hemel
2cf93d936e
Update autocomplete.js
...
Unsubscribe blurListener callback instead of onChange listener in auto complete.
2014-02-03 17:19:56 +01:00
Samy Pessé
c36fac3a94
Improve autocomplete results display and filtering
...
Autocomplete: Display unique results when it's a snippet
Fix autocomplete popup display
Remove listener for afterExec when enableBasicAutocompletion change
Fix autocomplete detach when no results are ready from the first completer
Remove condition from detach
2014-02-03 12:32:14 +01:00
Samy Pessé
09b9348852
Improve autocomplete support for async completers
2014-02-03 12:31:21 +01:00
nightwing
1e46543b05
fix error marker column
2014-02-01 04:18:46 +04:00
nightwing
9cbcfb35d3
use _signal where possible
2014-02-01 04:11:56 +04:00
nightwing
750d38af6f
Merge commit ' b54d268a72'
2014-02-01 04:06:57 +04:00
nightwing
b54d268a72
fix typo
2014-02-01 04:06:31 +04:00
Samy Pessé
110eb26f96
Use event afterExec instead of change for live autocomplete
2014-01-31 15:18:45 +01:00
Ruben Daniels
7dc4bddae9
Merge pull request #1793 from ajaxorg/misc
...
misc bugfix
2014-01-31 03:13:15 -08:00
nightwing
2246da0021
fix infinite loop when using ace with polymer
2014-01-30 22:55:40 +04:00
nightwing
3dc20b0824
update highlighter tests
2014-01-30 22:25:52 +04:00
nightwing
af16d9ca54
fix #1757 Merged undos don't decrement dirtyCounter correctly
2014-01-30 22:01:02 +04:00
nightwing
07ef6a115c
fix #1776 c_cpp mode syntax highlighting
2014-01-30 21:49:24 +04:00
nightwing
abb1e4703b
add showLineNumbers fixes #1755 , #892
2014-01-30 21:44:36 +04:00
nightwing
f6983739e9
fix bug with scrollMargin and maxLines
2014-01-30 21:44:36 +04:00
nightwing
36c6fcc9d4
fix scrolling error widget into view
2014-01-30 21:44:36 +04:00
nightwing
f3af20aa15
fix #1775 Horizontal scrollbar is not resizing when typing
2014-01-30 21:44:17 +04:00
nightwing
eafe6a7997
fix gutter is too short when hor scrollbar is visible
2014-01-30 21:43:53 +04:00
nightwing
048d9589c7
remove slow cursor[style*] css rule
2014-01-30 21:24:04 +04:00
nightwing
5e2c5f4e0a
fix two way mapping of keys
2014-01-30 21:24:04 +04:00
nightwing
21bd4a15fa
fix diagonal resizing
2014-01-30 21:24:04 +04:00
nightwing
4ed6afc829
convert autoScrollEditorIntoView into preoper option
2014-01-30 21:24:04 +04:00
nightwing
cd12b25ea6
cleanup
2014-01-30 21:23:48 +04:00
nightwing
9253fffb9f
allow modifying pasted text from paste event
2014-01-30 20:54:41 +04:00
nightwing
54ad13847a
fix ejs highlighting
2014-01-30 20:51:30 +04:00
nightwing
7a92c174eb
fix findall
2014-01-30 20:50:56 +04:00
nightwing
0c03302a6d
allow textinput to work with hosts not supporting textcomposition
2014-01-30 20:50:37 +04:00
nightwing
75e41746e6
alllow functions as argument to addKeyboardHandler
2014-01-30 20:49:38 +04:00
nightwing
baa0c28e69
remove color from ace_editor class
2014-01-30 20:48:37 +04:00
nightwing
ca41480c72
add scrollIntoView to all commands
2014-01-30 20:46:47 +04:00
Harutyun Amirjanyan
625173182d
Merge pull request #1791 from willnorris/license
...
update license of more files from RStudio to BSD
2014-01-29 11:04:55 -08:00
Will Norris
b4418d2ffd
update license of more files from RStudio to BSD
...
It appears these were simply missed in the original license change
(ajaxorg/ace#1622 ). Discussion on that pull request confirms that these
should have been included.
2014-01-29 10:54:16 -08:00
Patrick Nevels
5223d19e3f
added license to files
2014-01-28 21:45:28 -06:00