589 Commits

Author SHA1 Message Date
capitaomorte
4426d044f6 restructuring classic snippets dir to conform to new parenting specs 2009-12-25 14:05:23 +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
295972897f a little bit more work done 2009-11-19 17:09:01 +00:00
capitaomorte
3108399930 * Added the condition-cache feature. 2009-11-18 17:12:04 +00:00
capitaomorte
f7bf0f4f38 Working on the rails snippets and conditions 2009-11-18 17:11:08 +00:00
capitaomorte
3d0262d67f * textmate_import imports macros just like commands (no body)
* imported the Rails macros, no adjustments
* logic in rails-mode/.yas-setup.el supports the "intelligent" migration snippet
2009-11-17 17:34:55 +00:00
capitaomorte
626a8be41f Updated these snippets to use the new mirrors-in-fields feature! 2009-11-17 16:33:54 +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
dcdd007f32 work in progress: rails-snippets and a minimal rails ide 2009-11-17 07:39:28 +00:00
capitaomorte
96b5606d66 first commit of a million rails snippets, conditions missing, command implementation missing... 2009-11-16 07:09:38 +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
9d3d2e102c Fixes some html mode snippets/commands 2009-11-13 14:31:46 +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
859ae946da Fixed the naming problem 2009-11-06 17:12:03 +00:00
capitaomorte
73dc27384c had forgotten to add this useful snippet 2009-11-06 13:49:28 +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
Rob Christie
d6bf2427ea Changed name from untitled top option(..).yasnippet 2009-11-02 01:34:40 +00:00
Rob Christie
32c837290d Files ruby-mode snippets updated to work with yasnippet. 2009-11-02 01:34:29 +00:00
Rob Christie
02408621e8 Each Element ruby snippets updated to work with yasnippet. 2009-11-02 01:34:10 +00:00
capitaomorte
88287640e9 * The c-mode stdmap snippet had slipped the rename of issue 113 2009-10-30 16:22:39 +00:00
capitaomorte
b3b3c12749 * Applied rest of rename plan for issue 113, some changed manually
* Some manual tweaking will be needed
2009-10-30 09:28:38 +00:00
capitaomorte
f46baa85a8 * Fix issue 113: invalid filenames on Windows. Thanks claudio.bley! 2009-10-29 18:01:40 +00:00
Rob Christie
ca2b25e84a Updates to imported ruby-mode block snippets. 2009-10-22 14:06:52 +00:00
capitaomorte
fb1a98dcbf * Imported ""# condition:" directive to all snippets
* Start writing the insert tag snippet-command
2009-10-18 22:18:07 +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
deb0755824 * Small change to textmate_import.rb to import (commented) "scope" directive
* Reimported the HTML and Ruby bundle with the previous fix
* Applied Rob Christie's patches of issues 109 and 110

  0001-Deleted-because-this-is-supported-via-dwim-with-rcod.patch
  0002-Updated-snippets.patch
  0003-Added-setup.el-file-that-must-be-loaded-prior-to-loa.patch
  0004-ruby-mode-class-and-module-snippets-updated.patch
  0005-changes-to-counting-snippets-and-some-declaration-sn.patch

  patching some things manually. Thanks a lot Rob!
2009-10-13 13:28:14 +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
69df357ae8 updated the faq with results from the tab key issue 2009-09-25 09:05:50 +00:00
capitaomorte
037f8fd3ee * proof-reading the documentation
* added link to the new screencast
2009-09-24 15:59:45 +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
9733b478f0 Last commit before branching for 0.6.1c 2009-09-09 22:58:38 +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
a993b9b4f6 * Remove useless debug line from python def snippet 2009-09-09 06:42:18 +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
capitaomorte
8403f2f8b5 *fix a small type "command2" => command-2 2009-09-05 16:49:43 +00:00
capitaomorte
0564b35647 * Fixed issue 98, issue 93 and issues related to the customization group
* Added workaround for issue 97 in the FAQ
* Minor updates in the documentation
2009-09-05 14:44:18 +00:00