capitaomorte
df408a1c00
* Fix Issue 132.
...
* Add `yas/expand-uuid'
* Remove some `make-variable-buffer-local'
2010-04-07 07:58:42 +00:00
capitaomorte
5be8629b7e
* Add the `yas/unimplemented' helper and minor tweaks.
2010-04-05 23:34:38 +00:00
capitaomorte
f56ab8ec03
* replace mirrors with "" when transformation returns nil
...
* remove one use of `make-variable-buffer-local'
2010-04-04 12:08:00 +00:00
capitaomorte
579081f000
* Fix Issue 131.
...
* Remove a warning about `beginning-of-buffer'
2010-04-03 20:29:41 +00:00
capitaomorte
92d0c45589
* Soon, no tweaking on snippet importations...
2010-04-01 16:05:41 +00:00
capitaomorte
4a8651f34f
* Support exits in the form of ${0:ephemeral text}
...
* Clean up whitespace
* Minor bug fixes
2010-03-31 22:54:11 +00:00
capitaomorte
8696e15e32
* slight changes to the `yas/define-menu' interface for upcoming
...
conversion in textmate_import.rb
2010-03-31 12:33:38 +00:00
capitaomorte
9fc671569b
`yas/direct-keymap-set-vars\' only run after minor-mode hooks
2010-03-30 14:32:31 +00:00
capitaomorte
2a88ccfaff
better yas/describe-tables
2010-03-29 18:15:08 +00:00
capitaomorte
32336e1462
Fix issue 125.
2010-03-28 01:57:39 +00:00
capitaomorte
3c90c1b279
* Added `yas/get-template-by-uid'
2010-03-25 08:19:04 +00:00
capitaomorte
f55c2dfc46
* Fixed some little bugs. Bundle compilation works with `yas/define-menu'
2010-03-21 00:44:19 +00:00
capitaomorte
b66c38ce52
* still shaky, but a new `yas/define-menu' added for composing much
...
nicer snippet menus.
2010-03-20 22:39:57 +00:00
capitaomorte
ceec8709a0
* Still refactoring menu-keymap code in preparation for more powerful menus
...
* More refactoring (`yas/snippet-table' to `yas/table')
* New `yas/template' structure handling, cleaner, but may have broken some stuff, handle with care.
2010-03-20 13:05:36 +00:00
capitaomorte
fccfb6e22f
* fix big bug in `yas/remove-snippet-by-uid', much cleaner also.
...
* other minor adjustments
2010-03-19 14:01:47 +00:00
capitaomorte
cd8cbd943a
* Preparing for new menu-building architechture
...
* Added a user-customizable `yas/post-command-runonce-actions', but don't use it, may remove this...
2010-03-18 16:55:44 +00:00
capitaomorte
5b0786fa4d
* Adjustments to `yas/load-snippet-buffer'
2010-03-17 09:46:29 +00:00
capitaomorte
affd244f04
* Help display for snippet keybindings much cleaner.
...
* New very helpful `yas/list-tables'.
* Debug functions now go to their own file.
* More slight adjustments to snippet loading code.
* Hyperlinks to snippets definition files!
* `yas/key-syntaxes' tweaked, allows "c)" as a key, for example.
2010-03-17 00:21:09 +00:00
capitaomorte
ea025980d8
* Finally, a more reasonable uuid-based template-loading framework...
2010-03-16 16:06:00 +00:00
capitaomorte
c937048036
preparing snippet-loading changes to yasnippet.el
2010-03-16 11:21:23 +00:00
capitaomorte
f3ff02272c
* Fix issue 124 - "yas/new-snippet default template creates spurious 'k-e-y-b-i-n-d-i-n-g' binding"
2010-03-15 21:25:34 +00:00
capitaomorte
e19ecb4695
fix a small bug when reading keybindings
2010-03-14 19:59:46 +00:00
capitaomorte
a090443417
* subtle fom bug found and fixed!
2010-03-14 16:23:05 +00:00
capitaomorte
a1df3cd2ac
* some small fixes and a new helper function...
2010-03-08 07:45:14 +00:00
capitaomorte
9f8fab6bc6
* less akward snippet management when working with multiple snippet dirs.
2009-12-26 00:40:35 +00:00
capitaomorte
eebdf516b2
* reformed yas/new-snippet' and
yas/load-snippet-buffer'. Works, but probably buggy...
2009-12-25 02:20:26 +00:00
capitaomorte
1727109305
* getting rid of the hierarchy-based parents
...
* visit snippet can now visit snippets inside bundles
2009-12-24 00:32:15 +00:00
capitaomorte
1c812b8692
tweaking the ruby-mode snippets slightly
2009-11-27 16:05:05 +00:00
capitaomorte
3108399930
* Added the condition-cache feature.
2009-11-18 17:12:04 +00:00
capitaomorte
791d866957
* very subtle mirror-in-field bug fixed (sort stability issue in yas/calculate-adjacencies)
2009-11-17 16:31:10 +00:00
capitaomorte
ead36b2544
* Fixed a couple of bugs for the mirrors-in-fields feature.
...
* Commented and cleaned up
2009-11-14 13:42:27 +00:00
capitaomorte
2e16b2a732
* mirrors-inside-fields works! hope I didn't break a million other
...
things...
2009-11-14 01:09:36 +00:00
capitaomorte
9d1757a707
* prepare yasnippet.el to the mirror-inside-field feature
2009-11-13 14:30:17 +00:00
capitaomorte
589084cc1a
* removed spurious newline
2009-11-13 10:31:57 +00:00
capitaomorte
3dae4c6db3
* Fixed a bug where using `yas/also-auto-indent-first-line' would
...
likely mess up undo.
2009-11-13 10:31:39 +00:00
capitaomorte
477f7c99e4
* Fixed the "direct-keymaps" bug with `emulation-mode-map-alists'
...
* Fixed a bug when evaluating primary field expressions
* Completed importation of TextMate HTML snippets, some TextMate HTML commands missing.
2009-11-04 15:51:43 +00:00
capitaomorte
73bad7366f
* Corrected some little snippet loading bugs
...
* Removed the indentation hack introduced by the previous rev because
it looks dangerous and there are better ways.
* Direct keybindings display correctly in menu.
* Preparing to fix the yas/snippet-keymaps bug which is basically the
same as autopair.el's issue.
2009-11-03 18:24:11 +00:00
capitaomorte
3d4d06df1d
* Working on the html-bundle. Major work done, details missing...
...
* Fixed an aesthetic describe-key bug.
* A serious "kill-line from snippet field" bug lurks somewhere
2009-11-02 18:08:20 +00:00
capitaomorte
088ba32300
* Commands are now identified by a new "# type: command" directive.
2009-10-16 14:56:49 +00:00
capitaomorte
0b55a52b8d
* First implementation of snippet-commands, looks promising.
...
* Optimization: read lisp expressions only once, eval many times.
* auto-load .yas-setup.el instead of setup.el to prevent loading it as
a snippet
2009-10-15 17:22:51 +00:00
capitaomorte
57c150b42d
* Finished commiting Rob Christie's patches to the ruby snippets (add
...
setup.el, delete the # => snippet)
* Tweaked some ruby snippets
* Disabled bindings for some TextMate text-mode snippets
2009-10-15 14:08:17 +00:00
capitaomorte
a18e5fda5d
* Slightly nicer (yas/debug-tables) function, helpful for debugging as
...
the name clearly suggests
2009-10-06 16:36:57 +00:00
capitaomorte
493c923b40
* Redesigned direct keybinding slightly
...
* Fixed some bugs
* Added fancy docs for functions redefining bindings
2009-10-01 22:57:02 +00:00
capitaomorte
14a8eb22fc
* Redid implementation of directs keybindings, looks good, but still
...
work in progress.
* Still to decide when to call (or if to call)
`yas/snippet-keybindings-reload'.
* Split `yas/store' into yas/remove-snippet and
yas/add-snippet. Better, but still needs more work.
* Commented and beautified some existings comments.
* Bumped version to 0.7
2009-09-26 12:36:14 +00:00
capitaomorte
5d0b9657e3
* minor adjustments to bundle generation.
...
* *NOW* will probably tag 0.6.1c
2009-09-13 16:56:23 +00:00
capitaomorte
97e7491dfa
* Adjusting the yas/trigger-key mechanism, now can be set after require but before yas/initialize.
...
* Indented the buffe
* Some cleanup to the yas/minor-mode-keymap initialization mechanism
* Some commenting
2009-09-13 14:34:12 +00:00
capitaomorte
7b8da4357d
* Yet another adjustment to issue 93
2009-09-11 15:46:07 +00:00
capitaomorte
6b865cda63
* More adjustments to fixing issue 93
2009-09-10 22:41:22 +00:00
capitaomorte
931253f9b8
* Adjustments to fix made for issue 90, faq updated
...
* Added google analytics tracking to html docs (experimental)
2009-09-09 16:55:56 +00:00
capitaomorte
dbae0320ff
* Fixed issue 99 (Raking bundle and loading it doesn't correctly create menu.)
2009-09-07 08:55:51 +00:00