Fabian Jakobs
|
328dfacf47
|
goto line is 1 based
|
2010-04-20 12:06:56 +02:00 |
|
Fabian Jakobs
|
ba025f3e87
|
improve CSS and HTML auto indent
|
2010-04-20 12:06:47 +02:00 |
|
Fabian Jakobs
|
8b110a3e70
|
first CSS tokenizer
|
2010-04-16 17:22:22 +02:00 |
|
Fabian Jakobs
|
980fee2e99
|
add html mode with mixed XML and JS highlighting
|
2010-04-16 15:35:58 +02:00 |
|
Fabian Jakobs
|
257d80f379
|
Add support for doc doc comments:
- special highlighting
- highlight jsdoc tags
- special auto indent mode
|
2010-04-16 12:15:21 +02:00 |
|
Fabian Jakobs
|
299894795e
|
add copy lines down/up functionality and fix "delete line"
|
2010-04-16 10:46:47 +02:00 |
|
Fabian Jakobs
|
3e8639596a
|
move tab support from editor to the document
|
2010-04-15 16:42:07 +02:00 |
|
Fabian Jakobs
|
1f82e32175
|
move word selection from the editor to the selection class
|
2010-04-15 15:58:13 +02:00 |
|
Fabian Jakobs
|
7529f90080
|
refactor selection support into a separate class
Merge branch 'master' into HEAD
Conflicts:
src/Editor.js
src/KeyBinding.js
src/Selection.js
|
2010-04-15 15:37:08 +02:00 |
|
Fabian Jakobs
|
b7e69d5da5
|
minor fixes
|
2010-04-15 10:34:23 +02:00 |
|
Fabian Jakobs
|
e9fe18f657
|
first support for auto indent
|
2010-04-14 19:15:52 +02:00 |
|
Fabian Jakobs
|
34d851b24e
|
support moving lines up/down (alt-up/down)
|
2010-04-14 17:51:28 +02:00 |
|
Fabian Jakobs
|
960d6abc34
|
minor fix to xml tokenizer
|
2010-04-14 16:04:22 +02:00 |
|
Fabian Jakobs
|
7399cc94e3
|
toggle comment functionality (Meta-7)
|
2010-04-14 15:54:49 +02:00 |
|
Fabian Jakobs
|
29435328f3
|
reorganize language mode support
|
2010-04-14 11:39:42 +02:00 |
|
Fabian Jakobs
|
2e906f4a35
|
highlight matching brackets
|
2010-04-13 12:09:48 +02:00 |
|
Fabian Jakobs
|
09c873c780
|
goto line functionality
|
2010-04-13 10:10:56 +02:00 |
|
Fabian Jakobs
|
879539f32a
|
add indent/outdent support
|
2010-04-12 17:11:09 +02:00 |
|
Fabian Jakobs
|
f5a61599cf
|
add delete line command
|
2010-04-12 16:04:49 +02:00 |
|
Fabian Jakobs
|
895e5b77c1
|
navigate/select word left/right
|
2010-04-12 15:05:56 +02:00 |
|
Fabian Jakobs
|
443b712b8f
|
make jslint happy
|
2010-04-12 13:10:47 +02:00 |
|
Fabian Jakobs
|
4572d9f335
|
add "js Test Driver" unit tests
|
2010-04-12 12:43:28 +02:00 |
|