Commit graph

630 commits

Author SHA1 Message Date
nightwing
09ddbeb341 add Io mode 2014-09-02 12:55:58 +04:00
Adam Joseph Cook
37aa485137 Adding G-code (ISO 6983) language mode. 2014-08-10 22:24:52 -05: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
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
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
d3d2e0823b fix Double tapping to select words doesn't work reliably 2014-07-16 19:03:23 +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
Devon Carew
cc03e77327 review comments 2014-07-07 08:17:25 -07: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
nightwing
299d174dc7 do not use setInnerHTML since it isn't faster on new browsers 2014-06-29 09:58:48 +04:00
nightwing
d63863ac0c use architect-build for building ace 2014-06-20 02:27:50 +04:00
Ruben Daniels
5496351529 Merge pull request #1985 from ajaxorg/focus
fix issue with scrolling into view on focus
2014-06-16 12:34:23 +02:00
baboso
17c75da27b Added sendpraat and unquoted string directives, simplified demo example, added some other missing functions/directives 2014-06-05 00:45:20 -04:00
baboso
a519520ae7 Removed useless rules, added support for do() syntax 2014-06-04 18:03:55 -04:00
baboso
df92a99e93 Praat syntax highlighter, first release 2014-06-01 18:27:03 -04:00
nightwing
a7cac9466d add vala mode 2014-06-01 22:54:30 +04:00
nightwing
66866121e9 fix issue with scrolling into view on focus 2014-05-23 14:13:23 +04:00
nightwing
5dc93cd627 add r.js demo 2014-05-18 17:12:55 +04:00
nightwing
ea07bfb4e7 fix highlighting of unicode variables in julia 2014-05-15 14:10:29 +04:00
Harutyun Amirjanyan
8416cfb42a Merge pull request #1955 from wcandillon/patch-2
Fix misspelled enableLiveAutocompletion option
2014-05-12 16:46:27 +02:00
William Candillon
d5566938ba Fix misspelled enableLiveAutocompletion option 2014-05-11 14:29:02 +02:00
nightwing
efea2a755b cleanup demo html pages 2014-05-05 19:51:37 +04:00
nightwing
c5689d94ca also enable numpad keys for increaseFontSize 2014-04-18 14:22:23 +04:00
jimmyboh
156ebc0a72 Fixed hotkeys for changing font size (Fixes #1914)
Hotkey for `increaseFontSize` does not work, `+` key should actually be
`=`.
2014-04-17 13:09:13 -04:00
Harutyun Amirjanyan
993df16bdb Merge pull request #1907 from ajaxorg/dockerfile
Dockerfile
2014-04-13 18:21:00 +02:00
Fabian Jakobs
75bac806b0 always use https 2014-04-13 16:20:02 +00:00
Fabian Jakobs
7767efe0f6 fix dockerfile mode 2014-04-13 16:08:45 +00:00
Fabian Jakobs
4d24573946 use wildcard protocol for external resources.
Otherwise we can't serve it over https
2014-04-13 16:07:34 +00:00
nightwing
bb55802197 update require.js 2014-03-31 20:02:13 +04:00
Adam Jimenez
180fa0c4cb Beautify
Beautify based on Ace tokenizer
2014-03-23 15:22:56 +04:00
nightwing
8e5bdc512c Merge remote-tracking branch 'remotes/pull/1789'
Conflicts:
	lib/ace/autocomplete.js
2014-03-21 15:35:04 +04:00
Builders Brewery
2b77b9ec8b updated LSL syntax 2014-02-18 16:04:54 +01:00
jiyinyiyong
080596e6a1 fix dollar; add comma syntax 2014-02-16 23:49:54 +08:00
Harutyun Amirjanyan
e4cfb47ae1 Merge pull request #1782 from pnevels/master
add Gherkin highlighting support
2014-02-14 15:15:13 +04:00
nightwing
3bed18be1d restore other demo files 2014-02-12 23:32:02 +04:00
Thaddee Tyl
a6ece4cbfa rename AsciiDoc demo. 2014-02-12 23:24:42 +04:00
nightwing
5e3c3b660b revert AsciiDoc demo deletion 2014-02-12 23:13:48 +04: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
nightwing
99f49fdc49 add smarty mode 2014-02-05 22:06:15 +04:00
Patrick Nevels
68f46ff7ef add tags to the demo 2014-01-25 20:06:40 -06:00
Patrick Nevels
d44c8080bf make demo more expressive 2014-01-25 20:03:49 -06:00
Patrick Nevels
c5f58503fe added Gherkin highlighting support 2014-01-25 19:19:57 -06:00
jiyinyiyong
cd506ca7ad add Cirru syntax highlighting 2014-01-23 16:40:38 +08:00
Harutyun Amirjanyan
177e0af9eb Merge pull request #1707 from danyaPostfactum/refactor/tooltip
Refactor tooltip to separate class.
2014-01-14 06:38:28 -08:00
DanyaPostfactum
0b1630d6fa Refactor tooltip to separate class. 2013-12-30 20:13:00 +10:00
John DeSoi
48cd7f55dc Updated keywords and functions for PostgreSQL 9.3. Added sub-mode support for JavaScript and Json. 2013-12-29 14:16:38 -06:00
Lennart Kats
c612dac355 Merge pull request #1723 from ajaxorg/misc
fix several small bugs
2013-12-25 07:11:00 -08:00