William Candillon
|
b2cb4b344f
|
Fix bugs in XQuery lexer. Add safeguard to avoid infinite loop in the XQuery lexer.
|
2013-03-11 18:35:22 -07:00 |
|
William Candillon
|
e9850ad3bd
|
Add missing XQuery keywords.
|
2013-03-02 14:28:39 +01:00 |
|
William Candillon
|
b0504015ee
|
Remove unused event handler.
|
2013-02-25 18:27:50 +01:00 |
|
William Candillon
|
78a67e95a7
|
Fixed autoclosing tag behaviour in XQuery.
|
2013-02-25 17:08:33 +01:00 |
|
William Candillon
|
d6b26632eb
|
Fix lexer bug.
|
2013-02-25 16:00:12 +01:00 |
|
William Candillon
|
148f4dc8c4
|
Improvements in the XQuery parse tree handler API.
|
2013-02-25 15:59:33 +01:00 |
|
William Candillon
|
5d899eed55
|
Fix bug with XQuery comment regexp for syntax highlighter.
|
2013-02-25 15:58:16 +01:00 |
|
William Candillon
|
53c83a79d5
|
Fix parser bug with JSON items. Refactor grouping variable ebnf rule according to the latest W3C spec.
|
2013-02-25 15:56:51 +01:00 |
|
William Candillon
|
aea9a21bd6
|
Fix bug with desynchronizing in the XQuery highlighter.
|
2013-02-25 15:55:29 +01:00 |
|
nightwing
|
9bfdcd4104
|
highlight escaped characters in strings
|
2013-02-25 01:52:49 +04:00 |
|
Garen Torikian
|
7f90df40b2
|
Add TOML JSON test
|
2013-02-24 12:55:07 -08:00 |
|
Garen Torikian
|
068fee994b
|
Fix up highlight rules
|
2013-02-24 12:54:17 -08:00 |
|
Garen Torikian
|
f2e523b0b4
|
Initial addition of toml files
|
2013-02-24 12:46:32 -08:00 |
|
Mostafa Eweda
|
1b8fb10e50
|
Merge pull request #1260 from ajaxorg/toggleComment
Improve toggleCommentLines and make it faster
|
2013-02-23 06:03:44 -08:00 |
|
nightwing
|
d783a77bc9
|
fix #1242: session.setMode() doesn't always work in IE10
makes net.loadScript to work same way as jQuery.getScript
|
2013-02-23 14:05:17 +04:00 |
|
nightwing
|
1ba09e1a84
|
fix * highlighting in markdown lists
|
2013-02-23 13:09:14 +04:00 |
|
nightwing
|
f2d6d7d6c9
|
Merge pull request #1237 from danyaPostfactum/miscfixes
classList usage in dom.{add|remove|toggle}CssClass + minor changes
|
2013-02-22 18:40:50 +04:00 |
|
nightwing
|
e6fd9dc977
|
move elastic_tabstops into ext to automatically include in build
|
2013-02-22 16:39:45 +04:00 |
|
nightwing
|
b29dc7c49e
|
fix undefined errors when there is no tabstop cell
|
2013-02-22 16:18:00 +04:00 |
|
nightwing
|
04f06ebefe
|
use config defineOptions
|
2013-02-22 16:17:30 +04:00 |
|
nightwing
|
1228b2d30d
|
remove traces of elastic tabstops from editor.js
|
2013-02-22 16:17:30 +04:00 |
|
Garen Torikian
|
3d0f30c36d
|
Start addressing comments
|
2013-02-22 16:17:30 +04:00 |
|
Garen Torikian
|
9efccbb776
|
Uhh actually commit fix
|
2013-02-22 16:17:29 +04:00 |
|
Garen Torikian
|
face772865
|
Yesss fix positional bug
|
2013-02-22 16:17:29 +04:00 |
|
Garen Torikian
|
6e1398273c
|
Turn into separate plugin
|
2013-02-22 16:17:29 +04:00 |
|
Garen Torikian
|
d54921fcc9
|
Remove cursor propogation
|
2013-02-22 16:16:35 +04:00 |
|
Garen Torikian
|
4d94636247
|
Make a better multipler
|
2013-02-22 16:16:34 +04:00 |
|
Garen Torikian
|
148f7cc0ab
|
Working implementation
|
2013-02-22 16:16:34 +04:00 |
|
Garen Torikian
|
b63b84292a
|
Save state
|
2013-02-22 16:16:34 +04:00 |
|
Garen Torikian
|
18d12d5375
|
Hell yes, get all the Python implementation out of the way
|
2013-02-22 16:16:33 +04:00 |
|
Garen Torikian
|
cb5a8a4be4
|
Stash
|
2013-02-22 16:16:33 +04:00 |
|
Garen Torikian
|
9dc94741a6
|
Stash
|
2013-02-22 16:16:33 +04:00 |
|
Garen Torikian
|
cf079109d7
|
Stash
|
2013-02-22 16:16:33 +04:00 |
|
Lennart Kats
|
92786afa7c
|
Merge pull request #1240 from ajaxorg/textarea
make ACE work better as a textarea replacement.
|
2013-02-22 03:45:58 -08:00 |
|
Lennart Kats
|
7d7867c149
|
Merge pull request #1255 from ajaxorg/uiworker
Uiworker
|
2013-02-22 03:40:39 -08:00 |
|
nightwing
|
1a9686c6b7
|
fix contextmenu for editor with border
|
2013-02-22 14:22:52 +04:00 |
|
nightwing
|
2f55065e84
|
fix #1239 on('changeScrollTop') argument is an object instead of number
|
2013-02-22 14:22:51 +04:00 |
|
nightwing
|
c6ba1957aa
|
add a way for disabling AutoScrollEditorIntoView
|
2013-02-22 14:22:29 +04:00 |
|
nightwing
|
bd6dda68f0
|
Issue #1232: Scroll editor into browser view on cursor movement
|
2013-02-22 14:22:27 +04:00 |
|
nightwing
|
3cbb8dda55
|
when text is wrapped highlight full gutter row and screen row
|
2013-02-22 14:22:25 +04:00 |
|
nightwing
|
29d9737b4c
|
add beforeRender and after render events
|
2013-02-22 14:22:24 +04:00 |
|
nightwing
|
72eccd5283
|
fix typo in fold_handler
|
2013-02-22 14:22:22 +04:00 |
|
nightwing
|
83cf35e7ea
|
move textarea and gutter-line-highlight to main cursor
|
2013-02-22 14:22:20 +04:00 |
|
nightwing
|
ed7750e70e
|
improve MouseWheel behavior
|
2013-02-22 14:22:19 +04:00 |
|
nightwing
|
d8cfb0687d
|
add afterExec event
|
2013-02-22 14:22:17 +04:00 |
|
nightwing
|
911cbb3bfb
|
improve event_emitter
- add once
- _signal = fast _emit without side effects (preventdefault)
- capturing argument for addListener
|
2013-02-22 14:22:14 +04:00 |
|
nightwing
|
f7e17a7c38
|
Merge pull request #1261 from LivelyKernel/fix-onPaste-command-multiselect
Fix onPaste when it is used in a command and multiselect is active
|
2013-02-21 11:08:29 +04:00 |
|
Harutyun Amirjanyan
|
3788e83a0c
|
Merge pull request #1262 from LivelyKernel/emacs-improvements
Emacs improvements
|
2013-02-20 21:54:13 -08:00 |
|
Lennart Kats
|
b815db63cd
|
Restore old labeled break semantics
|
2013-02-20 18:31:21 +01:00 |
|
nightwing
|
f4b7fcc77d
|
fix typo in gutterLineHighlight option setter
|
2013-02-20 11:33:46 +04:00 |
|