Fabian Jakobs
08de8b4aa1
add static highlighter demos
2011-10-13 12:38:34 +02:00
Fabian Jakobs
606963f424
move kitchen-sink demo into a separate directory
2011-10-13 11:22:19 +02:00
Fabian Jakobs
879e1a7aa6
fix php demo
2011-10-12 17:12:14 +02:00
Fabian Jakobs
b2fe493a6b
add sql demo
2011-10-11 11:09:05 +02:00
Fabian Jakobs
236274e8fc
reorder docs in the demo
2011-10-11 11:08:40 +02:00
Fabian Jakobs
9aeb02597d
refactor kitchen sink. Make it easier to add new
...
modes.
2011-10-11 10:55:37 +02:00
Fabian Jakobs
cbaf01cfe8
Merge pull request #458 from russplaysguitar/patch-2
...
Added Coldfusion
2011-10-10 03:10:22 -07:00
Fabian Jakobs
7d347d2acd
Merge pull request #457 from russplaysguitar/master
...
Added Coldfusion mode example
2011-10-10 03:09:52 -07:00
Russ
0df6505fd2
Added Coldfusion
2011-10-10 00:57:13 -07:00
Russ
56288d9bec
Added docs/Coldfusion.cfm
2011-10-10 00:54:24 -07:00
Paul Beusterien
89c7c2c4ca
Themes could only be set once in demo. They didn't get set if the theme was already loaded
2011-10-08 20:36:26 -07:00
nightwing
37f5548289
fix sizing of demo
2011-10-04 23:09:54 +05:00
John Kane
c89a00fd51
Extended the binary operators.
2011-09-30 01:00:15 +01:00
John Kane
65afcb20a3
Added support for binary operators.
2011-09-30 00:41:45 +01:00
John Kane
d9004dc8f5
Expanded the demo page for powershell and included the mode in the build.
2011-09-30 00:28:06 +01:00
John Kane
58db794e8e
Added basic powershell mode.
2011-09-29 22:06:15 +01:00
Fabian Jakobs
76a41147ef
generate tomorrow themes
2011-09-28 11:50:36 +02:00
Fabian Jakobs
36b7e982c4
fix kitchen sink
2011-09-07 11:38:39 +02:00
Fabian Jakobs
5379fa6647
latex mode
2011-09-06 14:47:39 +02:00
Fabian Jakobs
aaa7abe505
Merge remote-tracking branch 'jpallen/latex_highlighting' into gh-pages
...
Conflicts:
demo/demo.js
kitchen-sink.html
2011-09-06 14:31:23 +02:00
Lee Gao
0a58b58d1f
Added lua into the kitchen sink demo.
2011-08-18 18:33:37 -04:00
Fabian Jakobs
6c3894d851
add markdown mode by Chris Spencer
2011-08-18 17:05:32 +02:00
Fabian Jakobs
56f6ce2f26
fix build
2011-08-18 13:56:00 +02:00
Fabian Jakobs
0c956185e3
outdent python after 'pass', 'raise', 'return', 'break' and 'continue'
...
fix #382
2011-08-18 13:04:54 +02:00
Fabian Jakobs
5e41503243
Provide our own version of AMD text plugin
...
#fix 374
2011-08-18 09:56:55 +02:00
Fabian Jakobs
426259dc2f
move demo documents into separate files
2011-08-16 13:37:50 +02:00
Fabian Jakobs
8ee1ffab20
remove cli
2011-08-16 12:16:39 +02:00
Fabian Jakobs
6abddb1746
remove implicit global
2011-08-15 12:22:05 +02:00
James Allen
7ab31f2f87
Add LaTeX highlighting
...
Added a new highlighting mode from LaTeX which understands
commands, inline math and comments. It's a very simple parser, but
it doesn't understand comments inside inline math and it doesn't
do anything complicated with command arguments.
2011-08-11 01:21:35 +01:00
Fabian Jakobs
63785dc92f
package kitchen sink demo and include it in the build
2011-08-03 16:47:43 +02:00
Fabian Jakobs
930c995c64
make boot dryice friendly
2011-08-03 16:47:00 +02:00
Fabian Jakobs
afa8bb9698
fix Regression: cannot disable editor commands with canon.removeCommand()
...
fix #294
2011-08-02 14:39:20 +02:00
nightwing
77db0be7f8
add behaviours to demo and fix exceptions in cstyle behaviours
2011-07-29 11:07:54 +02:00
Fabian Jakobs
b28fb5cabc
make Ace compatible with requireJS 0.25.0. This
...
expects a "data-main" to be present. fix #345
2011-07-25 14:13:46 +02:00
Fabian Jakobs
44b8d656f2
make addFold arguments less flexible and do some
...
cleanups in the folding code
2011-07-25 12:00:19 +02:00
Fabian Jakobs
aef91c2d31
merge julians's key handler changes
2011-07-15 08:50:13 +00:00
btilford
47b8fdef17
Fixed demo config issues for groovy/scala highlighting
2011-06-24 21:34:57 -06:00
btilford
a81b0a6f49
Groovy / Scala highlighting
2011-06-24 21:24:32 -06:00
Fabian Jakobs
2d64cb7547
add separate mode for json
2011-06-21 08:43:13 +00:00
Julian Viereck
874349515f
Make keyboard infrastructure route keys like []^$ the right way.
2011-06-15 21:07:18 +02:00
Fabian Jakobs
841e0e407a
add clojure to the demo list
2011-06-08 13:01:14 +00:00
Andreas Madsen
ec61fe5b0f
Added SCSS (SASS) syntax highlighting
2011-06-07 11:12:05 +02:00
Fabian Jakobs
13d88cbc9e
Merge pull request #268 from jviereck/split
...
Implementing split views, closes issue #35
2011-05-27 00:48:05 -07:00
Julian Viereck
50aac69d56
Fold on selection - dont expand in the demo. Otherwise it's hard to test nested folding
2011-05-23 19:42:11 +02:00
Julian Viereck
6cc2453f8b
Demo: Fold comments if the cursor is inside of a comment block
2011-05-23 19:39:20 +02:00
Julian Viereck
ffeda1ae05
Add setFontSize on Split
2011-05-23 17:14:30 +02:00
Julian Viereck
cb6a93a8ce
Add storing second session back again
2011-05-23 17:14:30 +02:00
Julian Viereck
4f06e21070
Reuse the editor instance in Split. Don't like that, but as the Editor is not destroyed completly, this is the base thing to do at the moment in case of memoery usage
2011-05-23 17:14:29 +02:00
Julian Viereck
87003ac4ed
Reuse former session of second split. Add destroy function that stops some timeouts.
2011-05-23 17:14:29 +02:00
Julian Viereck
55328f3690
Add oriantation to Split and demo option
2011-05-23 17:14:29 +02:00