capitaomorte
f28cc874af
* Snippet table store is now based on two hash tables (keyhash and
...
namehash) instead of a hash table and an alist (this is still not ideal).
* `yas/wrap-around-region' can now also be 'cua' (undocumented feature)
* More cleanup
2009-08-16 13:32:19 +00:00
capitaomorte
6b1dce61d9
* Corrected a typo in line 766
2009-08-14 10:56:57 +00:00
capitaomorte
35fa76296e
* another little fix and more cleanup
2009-08-13 22:44:38 +00:00
capitaomorte
2c4dc70ab7
* fix more bugs
...
* cleanup just a little bit
2009-08-13 22:17:41 +00:00
capitaomorte
ceabe9376e
* Fixed more bugs, probably more hiding in 3300+ lines
2009-08-13 01:46:52 +00:00
capitaomorte
8420238a19
* Fix more bugs, still some more to go
...
* For example the inexisting parent-mode when a mode has groups
* Display triggerkey in menu entries if the snippet has a trigger key
2009-08-13 01:26:07 +00:00
capitaomorte
0732b08600
* Corrected snippet expansion bug introduced by previous indenting fix...
2009-08-12 23:37:53 +00:00
capitaomorte
ec33d9e5df
* much nicer menu... work in progress...
2009-08-12 15:00:55 +00:00
capitaomorte
e6f4ca5473
* Fixed a serious nconc (circular-list) bug that lead to infinite loops
...
* Implemented a .yas-make-groups hidden file (already had
.yas-parents) to make groups from directory hierarchy. (as opposed
to making parents)
* yas/ignore-filenames-as-triggers can be used to, well, do what it says
* yas/prefix is bound when a snippet is expanded from a keybinding
2009-08-12 13:50:03 +00:00
capitaomorte
d153d84010
* Implement per-snippet keybinding using "keybinding: " keyword
...
* Fix random bugs
* Fix some whitespace
* `yas/use-menu' can now be 'real-modes' or 'abbreviate'
* Changed prototype of `yas/expand-snippet' to be more user-friendly
(this breaks backward compatibility)
* Renamed keyword "env" to "expand-env"
* TODO: fix more bugs, write more documentation
2009-08-11 14:33:06 +00:00
capitaomorte
4cc4d0c578
* fixed a big bug when compiling bundle
2009-08-08 23:28:12 +00:00
capitaomorte
a877bf5cc8
* Fix issue 72 with snippet conditions
...
* Implemented abbreviated menu in `yas/use-menu'
2009-08-08 22:48:21 +00:00
capitaomorte
d70529d121
Fixed some bug with multiple parent modes and commiting fixed printf snippet
2009-07-31 00:08:00 +00:00
capitaomorte
2ada74c6f2
* Full support for multiple parent-modes, including in menu
...
* TODO: write `yas/new-snippet'
* TODO: update documentation thoroughly
2009-07-30 18:29:35 +00:00
capitaomorte
d42e5a3189
* Redesigned directory-guessing mechanism, but kept backward
...
compatibility
* A mode can now have multiple parent modes using a hidden
".yas-parents" file.
* Fixed issue 70.
* Removed a useless condition-case.
* More fixes
2009-07-29 12:54:54 +00:00
capitaomorte
ad3c307bbc
* fixed Issue 69
...
(http://code.google.com/p/yasnippet/issues/detail?id=69 )
* evaporating control-overlay cause problems for zero-length snippets
* some cleanup
2009-07-27 23:24:20 +00:00
capitaomorte
6b7306004a
Releasing 0.6.0c with some bugfixes
2009-07-27 17:37:50 +00:00
capitaomorte
0e74b208c8
* fixed issue 68
...
(http://code.google.com/p/yasnippet/issues/detail?id=68 )
2009-07-27 10:47:13 +00:00
capitaomorte
b104c6b5ff
* Now byte compiles correctly and with no warnings
...
* added :compile task to Rakefile
(reported by Christoph Conrad)
2009-07-26 22:11:04 +00:00
capitaomorte
1aadcfae8a
* added `yas/also-auto-indent-first-line' defcustom
...
* added `yas/minor-mode-menu' defvar to prevent possible backtrace
(reported by Christoph Conrad)
2009-07-26 15:27:26 +00:00
capitaomorte
3b6e9dda59
* Empty fields that are the last of the list *and* match the
...
snippet's exit are skipped automatically.
* Added a printf snippet to show off.
* The printf snippet also exhibits the back-adjacent mirror bug
2009-07-25 16:26:27 +00:00
capitaomorte
f40a013dec
Last commit before releasing 0.6.0
2009-07-25 11:14:22 +00:00
capitaomorte
b90926499a
* escaping now works inside lisp expressions
...
* new keybindings
* minor fixes
* more doc
2009-07-25 10:50:40 +00:00
capitaomorte
2f21c06622
Cleaning up before release commit...
2009-07-24 19:29:36 +00:00
capitaomorte
102424118e
* Release notes and issue list updated
...
* Little problems fixed
* ruby mode cls snippet fixed
2009-07-24 15:41:12 +00:00
capitaomorte
8dd3a78c01
* Fixed html auto-indent (redesigned yas/indent slightly to collect
...
all the snipept markers then restore them.
2009-07-24 15:06:09 +00:00
capitaomorte
5ca14b495e
* fixed small problem with the `yas/multi-dollar-lisp-expression-regexp'
...
* only move to the first snippet field after pushing snippet undo actions
2009-07-24 10:24:01 +00:00
capitaomorte
e426fdc73d
* small adjustments to yas/choose-value and yas/verify-value
2009-07-23 21:59:37 +00:00
capitaomorte
b2f7e0e102
* added yas/tryout-snippet
...
* corrected some overlay problems, but the remaining known problems are going to remain for a while...
2009-07-23 13:30:02 +00:00
capitaomorte
111aa25382
taking care of some details
2009-07-22 16:25:12 +00:00
capitaomorte
408413a811
* all prompt fuctions working (tried a bit in text emacs)
...
* compile-bundle now includes dropdown-list.el and works (in text mode at least)
2009-07-21 13:03:13 +00:00
capitaomorte
4849ac6546
* Finally, the last details, I think, commenting, etc...
2009-07-21 12:31:23 +00:00
capitaomorte
17e7a385f7
* more little bugs with field deletions and adjancencies fixed...
...
* also the menu problem is fixed now
2009-07-21 10:06:11 +00:00
capitaomorte
5b48e2ec15
* little bugs and the adjacent field problem fixed
2009-07-20 22:08:53 +00:00
capitaomorte
f42d96e2dc
* went back to the previous "advance" strategy and have it seems I
...
have isolated the bug...
2009-07-20 16:39:33 +00:00
capitaomorte
b654545be3
* the marker-insertion-type thing is very very tricky with undo. Will
...
probably have to go back to my "advance-maybe" strategy (which has
less bugs), but still I'm commiting this.
2009-07-20 16:27:12 +00:00
capitaomorte
6c5a0fd4fd
* bugs fixed, the real testing starts now...
2009-07-20 14:26:47 +00:00
capitaomorte
84e9294074
* having trouble with that menu...
2009-07-20 06:36:26 +00:00
capitaomorte
fe8dd70072
* a million new bugs introduced by a million new features, enough for today...
2009-07-19 17:00:11 +00:00
capitaomorte
02117f65e6
* better menu, more bugs found/fixed
...
* auto-indent bug and a lot more stuff could be made much easier if I
had known about marker-insertion-type s!!
2009-07-17 14:40:44 +00:00
capitaomorte
399852d10a
* as one of the final touches, have to make the menu a
...
"easy-define-menu" thing
2009-07-16 21:07:37 +00:00
capitaomorte
c454bd2451
* merged from trunk finally (expect more bugs)
...
* fixed indentation working
* auto-indentation apparently working with dirty hack
* , but did get to see the famous python bug twice,
* contrived existing python snippets are working, even with `yas/indent-line' set to 'auto
* fixed more bugs...
2009-07-16 16:00:02 +00:00
capitaomorte
c15f037874
* enhanced good grace and fixed `yas/trigger-in-field' bug
2009-07-16 06:23:05 +00:00
capitaomorte
5c7e870891
Got to:
...
* get fixed indentation working
* merge from trunk
* try to implement snippet-local vars
* implement a command `find-snippet-file' that defaults to the dir and sets `yas/snippet-editing-mode'
2009-07-15 16:18:44 +00:00
capitaomorte
63378d00b2
* replaced <tab> by TAB and fixed a small bug in $> indendation
2009-07-15 07:23:13 +00:00
capitaomorte
a1a4bfc773
* "$>" now working
...
* `yas/hippie-try-expand' fixed to work with new undo system
2009-07-15 07:02:13 +00:00
capitaomorte
4429104dfc
* more bug fixes and a global mode
2009-07-14 17:07:42 +00:00
capitaomorte
0ee010ce65
* working on indentation...
2009-07-14 12:57:32 +00:00
capitaomorte
bc7acbaf99
* typed a lot of cleanup code, probably many many bugs
...
* at least most of the customization group is here I think
* still got a lot to do for the minor mode (including making it global)
* TODO: write wrap regions
* TODO: write per-snippet variable overrides
* goto sleep
2009-07-13 22:19:41 +00:00
capitaomorte
0622075ba9
* yas/next-field' rewritten, now
yas/expand' fails...
2009-07-13 07:13:58 +00:00