Commit graph

5,608 commits

Author SHA1 Message Date
nightwing
383b798901 disable automatic scroll into view 2014-08-09 22:22:49 +04:00
nightwing
ec6ffec1e4 Merge branch 'missing-redraw' 2014-08-01 22:07:25 +04:00
nightwing
72dcd28905 trigger redraw less often 2014-08-01 22:06:43 +04:00
nightwing
f4990b3a56 make sure text redraw isn't missed when bgTokenizer state changes 2014-08-01 21:52:25 +04:00
nightwing
d01cbaf698 Merge pull request #2041 from jpallen:master
Redraw lines and active line highlight when offscreen updates are made
2014-08-01 21:50:51 +04:00
Harutyun Amirjanyan
f80dea7915 Merge pull request #2066 from gatof81/master
ie11 fix getBoundingClientRect() error
2014-08-01 21:47:27 +04:00
Diego Ferreyra
b0babd3f25 ie11 fix getBoundingClientRect() error missing ";" 2014-07-28 14:37:15 -03:00
Diego Ferreyra
7ab9ce686f ie11 fix getBoundingClientRect() error 2014-07-28 14:34:39 -03:00
Diego Ferreyra
d40bec839d ie11 fix getBoundingClientRect() error 2014-07-24 17:14:40 -03:00
Lennart Kats
f3d4147f6b Merge pull request #2023 from ajaxorg/edit_textarea
Do not hang the browser when ace.edit is called for textarea
2014-07-21 14:07:47 +02:00
Lennart Kats
c079a49ce7 Merge pull request #2053 from ajaxorg/fix/highlighting
Fix highlighting issues
2014-07-21 14:07:20 +02:00
Lennart Kats
b71a09d8d0 Merge pull request #2052 from ajaxorg/double_tap
fix Double tapping to select words doesn't work reliably
2014-07-21 14:06:19 +02:00
Harutyun Amirjanyan
c073766cc3 Merge pull request #2055 from Conaclos/working
Eiffel programming language mode
2014-07-21 04:37:47 +04:00
Conaclos
b651a424f1 Adding the new Eiffel example. 2014-07-20 19:12:34 +02:00
Conaclos
9284732a28 Remove eiffel example.
Current example is too large.
2014-07-20 19:12:03 +02:00
Conaclos
7e55724c52 Add comment mark in Eiffel mode. 2014-07-20 19:10:50 +02:00
Conaclos
fcd1dbb98d Adding Eiffel language mode.
- Adding Eiffel highlight rules and Eiffel mode
- Use Sudoku grid example of Eiffel Rosetta Code project as Eiffel example
2014-07-20 17:22:21 +02:00
nightwing
d53c91e41a update mode tests 2014-07-16 23:29:37 +04:00
nightwing
1ad5e66be0 fix #2051 highlighting php string in script tag 2014-07-16 23:27:20 +04:00
nightwing
a52b30317b add heredoc support for sh mode 2014-07-16 22:50:12 +04:00
nightwing
c1c08945b2 do not scroll cursor into view after quad click 2014-07-16 22:46:35 +04:00
nightwing
d3d2e0823b fix Double tapping to select words doesn't work reliably 2014-07-16 19:03:23 +04:00
Harutyun Amirjanyan
3b85ddfa05 Merge pull request #2048 from dfelder/patch-1
Update latex.js
2014-07-15 14:25:18 +04:00
Daniel Felder
0afb5f6da6 Update latex.js
Most of LaTeX is text. Word wrapping etc. should behave accordingly.
2014-07-15 01:38:50 +02:00
Harutyun Amirjanyan
e9faed1868 Merge pull request #2040 from devoncarew/devoncarew_show_hide_dart
add the show and hide keywords to the dart mode
2014-07-10 22:24:55 +04:00
James Allen
fd182ea76f Redraw lines and active line highlight when offscreen updates are made
When setUseWrapMode is true, if some text is inserted into a line which is
above the cursor and offscreen, then the renderer did not previously redraw the
lines or active line highlight. However, if this insert causes the line to wrap
onto another line then everything is shifted down by one visual line, leaving
the onscreen lines in an out of date state. With this commit, the onscreen
lines and active line highlight are now redrawn when this happens.
2014-07-10 12:56:11 +01:00
Devon Carew
a885aea2f0 add the show and hide keywords to the dart mode 2014-07-09 16:22:24 -07:00
Harutyun Amirjanyan
4b286a5c0d Merge pull request #2036 from jjatria/praat
Praat syntax highlighting rules
2014-07-09 21:02:18 +04:00
nightwing
a3bb907f46 v1.1.5 v1.1.5 2014-07-09 18:32:00 +04:00
baboso
5ebcf9298b Merge branch 'master' of git://github.com/ajaxorg/ace into praat 2014-07-08 15:22:40 -04:00
baboso
4904f74dbd Minor changes to Praat syntax files 2014-07-08 15:18:57 -04:00
Harutyun Amirjanyan
d3ddd74fe7 Merge pull request #2029 from devoncarew/devoncarew_gitignore
Devoncarew gitignore
2014-07-07 19:30:04 +04:00
Devon Carew
cc03e77327 review comments 2014-07-07 08:17:25 -07:00
Fabian Jakobs
779912d517 Merge pull request #2027 from ajaxorg/autocomplete
Tweak autocomplete
2014-07-07 15:08:28 +02:00
Devon Carew
e6f01878d7 add snippets; fix the kitchensink demo 2014-07-04 11:35:07 -07:00
Devon Carew
bf72097811 add a gitignore mode 2014-07-04 11:25:53 -07:00
Ruben Daniels
c3bb709318 Merge pull request #2022 from ajaxorg/performance
do not use setInnerHTML since it isn't faster on new browsers
2014-07-03 13:53:19 +02:00
nightwing
8ed2799620 do not close the popup if there are matching completions 2014-07-03 00:12:27 +04:00
nightwing
f8be5072ac allow using name instead of caption 2014-07-02 23:56:24 +04:00
nightwing
f9b3655c94 fix autocomplete popup click regression 2014-07-02 23:38:11 +04:00
nightwing
109923873a do not hang the browser when edit is called for textarea 2014-07-02 10:58:21 +04:00
Harutyun Amirjanyan
7fbfbc4c16 Merge pull request #2025 from devoncarew/master
add the export keyword to dart
2014-07-02 07:43:30 +04:00
Devon Carew
2ce7ed0f44 add the export keyword to dart 2014-07-01 16:15:45 -07:00
nightwing
ccfb820418 add test for whitespace extension v1.1.4 2014-07-01 01:32:24 +04:00
nightwing
b5eda22bfc update changelog 2014-07-01 01:21:09 +04:00
nightwing
299d174dc7 do not use setInnerHTML since it isn't faster on new browsers 2014-06-29 09:58:48 +04:00
Harutyun Amirjanyan
416f5582e8 Merge pull request #2021 from devoncarew/master
remove the invalid rule from the go syntax file
2014-06-29 09:48:51 +04:00
Devon Carew
f8b7dce3e0 remove the invalid rule from the go syntax file 2014-06-28 22:21:52 -07:00
Harutyun Amirjanyan
63f43da96a Merge pull request #2012 from hartman/dragDelay
Match platform specifics for dragDelay of text
2014-06-27 20:07:43 +04:00
Derk-Jan Hartman
2dcc4a3f04 Match platform specifics for dragDelay of text
On Mac we keep it at 150ms. On other platforms it either
does not exist or at most it's very small.

This fixes issue #1879
2014-06-27 14:20:09 +02:00