337 Commits

Author SHA1 Message Date
capitaomorte
5a9ab30982 * Fix issue 88
* Implement enhacement of issue 90
2009-09-02 18:58:30 +00:00
capitaomorte
5fe5e127fd * Fix issue 91. 2009-09-02 17:13:12 +00:00
capitaomorte
371f68e860 * Working on the issues regarding customization of yas/trigger-key and
yas/root-directory. Still not quite fixed.
2009-09-02 16:50:37 +00:00
capitaomorte
b1c079f1e4 * Fixed issue 87. Needs testing 2009-09-02 07:10:17 +00:00
capitaomorte
7686db3476 * BROKEN!: currently working on the bug with customization variables
not being set effectively.
2009-09-01 16:50:41 +00:00
capitaomorte
f5aaad220f Tweaking the TextMate C snippets 2009-08-30 22:16:44 +00:00
capitaomorte
c323cddbd6 * update changelog doc for trunk 2009-08-29 22:11:10 +00:00
capitaomorte
b8dcf61367 Last commit before tagging and releasing 2009-08-29 17:59:02 +00:00
capitaomorte
15c7703b5b Minor doc update and a symbolic link to index.html which I don't know if works 2009-08-29 10:55:59 +00:00
capitaomorte
560fd2acf7 * More adjustments in issue 84, fix issue 78, and faq update for issue 71 2009-08-28 14:49:44 +00:00
capitaomorte
364a3c8378 * Almost fix issue 84 I think.... 2009-08-27 17:10:14 +00:00
capitaomorte
405b76b0d3 * Fix issue 80 (buffer needs widening before any indentation)
* Fix issue 81 (refactored "trouble-markers" fix in
  yas/indent-according-to-mode. Reapplied to $> indentation)

* Probably fix issues 82 and 83 (could not reproduce, probably fixed by 80 and 81)
2009-08-26 21:57:34 +00:00
capitaomorte
4cb1ab2ba7 Added warning about applicability to the documentation 2009-08-26 15:34:37 +00:00
capitaomorte
01205f79d6 Fixed textmate_import.rb slightly and added doc for it 2009-08-26 13:06:00 +00:00
capitaomorte
81857aea6d put textmate import stuff in 'extras' directory 2009-08-26 07:00:56 +00:00
capitaomorte
2739789231 put textmate import stuff in extras directory 2009-08-26 07:00:27 +00:00
capitaomorte
feefc950bb textmate_import.rb now reads info.plist and creates groups (still buggy) 2009-08-25 06:49:08 +00:00
capitaomorte
6c88b24bf8 doc almost complete. Drawing closer to 0.6.1b 2009-08-23 19:52:33 +00:00
capitaomorte
5b8671f8c3 small changes to snippet_copier.rb including not converting bindings by default 2009-08-21 15:47:00 +00:00
capitaomorte
ef9a0d5e69 wrote more documentation, still a bit to go... 2009-08-20 17:03:51 +00:00
capitaomorte
938e3a6eb8 added skeleton of new documentation 2009-08-19 16:19:06 +00:00
capitaomorte
9541218756 * Bring back `yas/dont-activate'
* Fix issue 74. (Thanks to martin.k...@gmail.com)
2009-08-17 14:11:53 +00:00
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
17908a90cb fix title in doc/faq 2009-07-25 12:18:22 +00:00
capitaomorte
65a91330e8 fix the date in the changelog 2009-07-25 12:12:30 +00:00
capitaomorte
9a5ad72076 The TRY-JT-nested-placeholders branch replaces the trunk 2009-07-25 11:44:22 +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