Commit graph

2,878 commits

Author SHA1 Message Date
Robert Krahn
766b07e330 emacs: less eager pushMark 2013-05-27 07:34:19 -07:00
Robert Krahn
5b2ee4f789 emacs: fix typo 2013-05-26 22:19:35 -07:00
Robert Krahn
b11e88885d emacs: allow count prefixes bigger than 9
example: C-1 C-8 C-f to move 18 chars forward
2013-05-26 22:02:12 -07:00
Robert Krahn
a16380eaea emacs: fix bindKey
register all partial key combos as null commands
to be able to activate key combos with arbitrary length
Example: if keyPart is "C-c C-l t" then "C-c C-l t" will
get command assigned and "C-c" and "C-c C-l" will get
a null command assigned
2013-05-26 21:27:57 -07:00
Robert Krahn
0ea9428cd8 emacs: C-u C-x C-x fix (exchangePointAndMark) 2013-05-26 21:27:57 -07:00
Robert Krahn
e3ea71bb12 emacs: C-u C-space fix (setMark) 2013-05-26 21:27:57 -07:00
Robert Krahn
ab2021bdd8 emacs: fix handling of universalArgument, it sets data.count to 4 2013-05-26 21:27:57 -07:00
Robert Krahn
c084a8a34a emacs: fix copy event handler 2013-05-26 21:27:57 -07:00
Robert Krahn
6b01dde666 emacs: use mark ring instead of single mark 2013-05-26 21:27:56 -07:00
Robert Krahn
353958b98c emacs: exchangePointAndMark uses last mark if selection empty 2013-05-26 21:27:56 -07:00
Robert Krahn
1172f5cb3d emacs: adding mark-ring 2013-05-26 21:27:56 -07:00
Robert Krahn
0a774fbb37 emacs: deactivate mark on kill-ring-save 2013-05-26 21:27:56 -07:00
Robert Krahn
ee76ccad19 emacs: add contents of copy/cut editor events to killring 2013-05-26 21:27:56 -07:00
Robert Krahn
259d48ea1a fix exitMultiSelectMode 2013-05-26 21:27:56 -07:00
Robert Krahn
a7cccae039 fixing emacs multiselect cut/copy/paste 2013-05-26 21:27:56 -07:00
Lennart Kats
e97d7609b9 Merge pull request #1445 from ajaxorg/highlighting/bugfix
Add more modes
2013-05-26 00:32:07 -07:00
nightwing
82ee67d49b add more modes 2013-05-26 11:08:11 +04:00
Abram Adams
eee8d5d37f Added highlighting for cfscript blocks 2013-05-22 15:31:54 -07:00
nightwing
d7501b5b1a fix #1315 '#' symbol and preprocessor directive can be separated with spaces 2013-05-21 22:41:27 +04:00
nightwing
2f5ef19f83 fix #1326 L|UL|ULL highlighting in c++ numbers 2013-05-21 22:41:26 +04:00
Ruben Daniels
133d132c61 Merge pull request #1392 from ajaxorg/toggleComment
try to not remove spaces from indentation when uncommenting
2013-05-21 04:02:53 -07:00
nightwing
a5e7d5d1f1 fix comment toggling on lines with wrong indentation 2013-05-20 19:38:42 +04:00
Lennart Kats
d14888a8a0 Merge pull request #1438 from ajaxorg/keyboard/meta
add support for meta key modifier on windows
2013-05-20 08:06:41 -07:00
Lennart Kats
a461d49809 Merge pull request #1439 from ajaxorg/vim/ctrl_c
vim ctrl-c acts as esc
2013-05-20 08:04:47 -07:00
nightwing
8fe616edb1 add more modes 2013-05-20 18:00:48 +04:00
nightwing
4e3506244b [markdown mode] recognize escapes
fixes #1434
2013-05-18 11:02:09 +04:00
nightwing
c0080911e5 vim ctrl-c 2013-05-18 01:38:05 +04:00
Lennart Kats
7ce0ee557b Merge pull request #1415 from ajaxorg/highlighting/bugfix
Highlighting bugfix
2013-05-17 08:39:14 -07:00
Ruben Daniels
62a3954b22 Merge pull request #1430 from ajaxorg/misc
several small bugs
2013-05-15 09:33:22 -07:00
nightwing
40775f68b1 fix config test 2013-05-14 20:12:49 +04:00
nightwing
ebafdd419d fix animated scroll in multiselect mode 2013-05-14 19:18:59 +04:00
Harutyun Amirjanyan
f68b8b9719 Merge pull request #1425 from danyaPostfactum/misc
Micro bug fixes (IE8 issues and mistypes)
2013-05-12 11:19:05 -07:00
DanyaPostfactum
a2260740ad Minor IE8 fixes 2013-05-12 22:16:33 +10:00
nightwing
127b769c50 fix typo 2013-05-11 16:38:58 +04:00
Lennart Kats
527cb626c5 Merge pull request #1416 from ajaxorg/insertlines
fix insert/removeLines at the document edges
2013-05-11 05:31:57 -07:00
nightwing
055a9a5f84 add cursor: pointer; to foldWidgets 2013-05-11 14:33:08 +04:00
nightwing
441dfbad30 fix getOptions 2013-05-11 13:05:25 +04:00
nightwing
9d81d0e6bb fix typo 2013-05-11 13:05:25 +04:00
Harutyun Amirjanyan
8ed6eabc12 Merge pull request #1418 from Joonsoo/master
Dirty check bug fixed
2013-05-10 11:43:26 -07:00
Mostafa Eweda
50fbdac285 add extraStyle parameter to marker layer 2013-05-10 11:25:27 +02:00
nightwing
a09165c64b fix #1417 vbFalse typo 2013-05-09 19:50:14 +04:00
nightwing
e84ec9e27a do not autoclose tags inside of strings 2013-05-09 15:22:14 +04:00
nightwing
c4aa28793f fix tests 2013-05-09 15:10:46 +04:00
nightwing
790bc5e87a add erb mode 2013-05-09 15:10:46 +04:00
nightwing
d3cc3ab5aa do not autoclose tags after %#? etc 2013-05-09 15:10:46 +04:00
nightwing
495318ef6b fix #1413 Invalid number value breaks CSS mode 2013-05-09 15:10:46 +04:00
nightwing
d7b62038c0 disable broken r behaviors 2013-05-09 15:10:46 +04:00
nightwing
5e2ee7a45e update tests 2013-05-09 15:10:46 +04:00
nightwing
e0334c6f6c fix embedding of rules with push/pop 2013-05-09 15:10:46 +04:00
nightwing
2adc4c7c96 fix python string highlighting 2013-05-09 15:10:46 +04:00