Holger Rapp
|
001bb70975
|
Added support for vimscript interpolation
|
2009-07-15 16:28:33 +02:00 |
|
Holger Rapp
|
79d342ddb4
|
Added support for interpolated python code
|
2009-07-13 11:36:13 +02:00 |
|
Holger Rapp
|
93121595c9
|
Added a missing newline
|
2009-07-12 17:34:10 +02:00 |
|
Holger Rapp
|
53f464e3a0
|
Fixed a bug with indenting in snippets. Autoindent is now supported
|
2009-07-12 17:23:39 +02:00 |
|
Holger Rapp
|
ba6e0662b5
|
Added the possibility to backspace over newlines in tabstops
|
2009-07-10 18:34:46 +02:00 |
|
Holger Rapp
|
49aa031a95
|
Sleep after each char send through screen which makes testing even slower but more reliable
|
2009-07-10 13:26:52 +02:00 |
|
Holger Rapp
|
86e7b3a1b5
|
The project now has a name: UltiSnips
|
2009-07-10 12:47:54 +02:00 |
|
Holger Rapp
|
3bcbdac872
|
- Fixed a bug in parsing of definition files
- implemented shell code interpolation
- implemented multiline tabstop selection (needed for shell code interpolation)
|
2009-07-10 12:06:58 +02:00 |
|
Holger Rapp
|
fa513f7619
|
Removed a TODO that was handled
|
2009-07-10 09:37:53 +02:00 |
|
Holger Rapp
|
982e32712f
|
Removed a TODO reminder that was fixed
|
2009-07-10 09:36:04 +02:00 |
|
Holger Rapp
|
8d9c04c675
|
Fixed a corner case in jumping: When a TS was selected and the next one was jumped too and was a TS with zero lenght, the cursor moved one too far
|
2009-07-10 09:35:21 +02:00 |
|
Holger Rapp
|
ade790cc60
|
Nearly fixed all bugs with Tab in DefText
|
2009-07-10 08:46:49 +02:00 |
|
Holger Rapp
|
447b800f70
|
Some bugs remain with tabstops in default text
|
2009-07-09 17:49:59 +02:00 |
|
Holger Rapp
|
307d822ffa
|
Halfway through with tabstop in default text
|
2009-07-09 17:04:57 +02:00 |
|
Holger Rapp
|
ccfa5d7a73
|
Expand is now <tab>, forward is <c-j> and backwards is <c-k>
|
2009-07-09 15:30:23 +02:00 |
|
Holger Rapp
|
3b921ca515
|
Fixed a bug that prevented newlines in the first column in snippets
|
2009-07-09 10:43:45 +02:00 |
|
Holger Rapp
|
130706b915
|
TextObjects.py no longer needs the vim module. Now the VimBuffer also needs removing
|
2009-07-09 10:20:25 +02:00 |
|
Holger Rapp
|
d3ab4730f9
|
There is now always only one active snippet, if another is launched, the current one gains an child
|
2009-07-08 20:08:32 +02:00 |
|
Holger Rapp
|
2d6c5d8a76
|
Refactored the code in different files. This makes Stuff a bit more Readable
|
2009-07-07 22:28:09 +02:00 |
|
Holger Rapp
|
5dba8710f7
|
Added tests for tabstops in tabstops
|
2009-07-07 10:27:05 +02:00 |
|
Holger Rapp
|
9adaccabf1
|
Added a very basic fetching utility that fetches TextMate Bundle Snippets from the TextMate site and writes out a file that is compatible with us. Also added a new critical feature/bug that needs fixing: Tabstops in Default Text of Tabstops
|
2009-07-07 09:41:09 +02:00 |
|
Holger Rapp
|
3ac62a0315
|
The next important todos
|
2009-07-06 23:29:17 +02:00 |
|
Holger Rapp
|
09e50acae1
|
Added the one hundreds test with many tabstops and many mirrors
|
2009-07-06 23:26:01 +02:00 |
|
Holger Rapp
|
ddd4a574f4
|
Added support for transformations in default text of tabstops
|
2009-07-06 21:45:30 +02:00 |
|
Holger Rapp
|
97315a1add
|
Added tests for transformations in tabstop default texts. Fixed a todo in the code
|
2009-07-06 21:16:02 +02:00 |
|
Holger Rapp
|
ee882dd769
|
Fully implemented backspacing while tab is selected
|
2009-07-06 18:34:12 +02:00 |
|
Holger Rapp
|
8c8f3b9769
|
A first attempt to add the feature to backspace a default text away
|
2009-07-06 17:44:04 +02:00 |
|
Holger Rapp
|
4261a6d17a
|
Added two more tests for the escape bug
|
2009-07-06 16:57:22 +02:00 |
|
Holger Rapp
|
fdc3c17d3f
|
Fixed the annoying bug when directly escaping after selecting a tabstop
|
2009-07-06 16:55:48 +02:00 |
|
Holger Rapp
|
02684225a8
|
Added tests for leaving snippets above or below
|
2009-07-06 16:43:24 +02:00 |
|
Holger Rapp
|
d8cd3f3d08
|
Snippets are now dropped when cursor reached /bin/zsh
|
2009-07-06 11:47:27 +02:00 |
|
Holger Rapp
|
52a91f17fe
|
Only jump to the end of a snippet when there is no Zero Tabstop defined
|
2009-07-06 11:35:18 +02:00 |
|
Holger Rapp
|
531a9c174d
|
Fixed a bug with indented single line snippets. A new line was added after them before
|
2009-07-06 10:40:07 +02:00 |
|
Holger Rapp
|
657af1a9cb
|
Added support for exiting snippet if moved out left or right
|
2009-07-06 10:31:12 +02:00 |
|
Holger Rapp
|
bf5b4c8290
|
Tabstops no longer receive text when user moved the cursor while inputting.
|
2009-07-05 22:25:01 +02:00 |
|
Holger Rapp
|
0e54082713
|
Further refactored unittests by moving runTest up into _VimTest. Now all non test base classes run a dummy test, which doesn't hurt so much
|
2009-07-05 18:51:12 +02:00 |
|
Holger Rapp
|
4a3821059d
|
Further refactored test by replacing cmd function through keys variable
|
2009-07-05 18:46:08 +02:00 |
|
Holger Rapp
|
58731e251d
|
Removed escape function int tests, added a constant for it
|
2009-07-05 13:20:58 +02:00 |
|
Holger Rapp
|
3e34086b8e
|
Made test execution faster and also a bit more reliable. The remaining problem is the screen stuff command :/
|
2009-07-05 00:53:30 +02:00 |
|
Holger Rapp
|
e5715d8d5e
|
Removed some oververbose debug output
|
2009-07-05 00:26:19 +02:00 |
|
Holger Rapp
|
f1f5bb1518
|
Snippet updates
|
2009-07-04 23:32:37 +02:00 |
|
Holger Rapp
|
87b0c199ae
|
A slight optimization
|
2009-07-04 23:15:37 +02:00 |
|
Holger Rapp
|
a54127268f
|
Renabled a test that was accidentally disabled
|
2009-07-04 23:04:12 +02:00 |
|
Holger Rapp
|
f308e96832
|
Fixed a bug when tabstops were behind mirrors
|
2009-07-04 23:01:23 +02:00 |
|
Holger Rapp
|
4eae66c1b8
|
Added support for multiple defined triggers
|
2009-07-04 21:58:13 +02:00 |
|
Holger Rapp
|
0aa37bf1f7
|
Added support for proper indenting
|
2009-07-04 17:59:50 +02:00 |
|
Holger Rapp
|
22cc4e7f45
|
All snippets are dropped when user exits out to normal mode with <Esc>. Changed how tab behaves at the end of all triggers
|
2009-07-04 17:36:06 +02:00 |
|
Holger Rapp
|
bf35ed08fb
|
Added support for proper startup and support for working with supertab
|
2009-07-04 16:08:14 +02:00 |
|
Holger Rapp
|
e88378c10b
|
Fixed cursor movement when there were mirrors in front or above it
|
2009-07-04 15:01:19 +02:00 |
|
Holger Rapp
|
1d5a81b0c3
|
Before fixing cursor movement stuff
|
2009-07-04 12:14:13 +02:00 |
|