Allan Odgaard
c7bfb36d25
Use variadic template function instead of varargs macros (C++11)
2014-04-10 11:13:13 +07:00
Allan Odgaard
4307d9eb91
Add ‘onDocumentSave’ HTML output auto refresh option
2014-04-10 11:13:13 +07:00
Allan Odgaard
63d431b5ed
Simplify parsing of multiple choice keys (tmCommand)
2014-03-28 10:19:06 +07:00
Allan Odgaard
4313571fc9
Parse ‘autoRefresh’ key from tmCommand files
...
This can be set to ‘onDocumentChange’ to indicate that the command should be re-run when the document changes, though the code hasn’t yet been written to handle this.
2014-03-28 10:19:05 +07:00
Allan Odgaard
cf8f796053
Do not use va_start macro with variable reference
...
This is undefined according to the standard and is a warning with clang-503.0.38.
2014-03-13 20:51:15 +07:00
Allan Odgaard
19d03df1fb
Add bundle item setting for how to re-use output windows
...
This presently does not have any effect.
2014-03-09 17:13:57 +07:00
Allan Odgaard
0fd03842b7
Move bundle requirement checking to bundles framework
...
This also generalizes it to being applicable to all bundle items (not just commands).
2013-05-09 15:16:33 +07:00
Allan Odgaard
ddc85708f8
Allow disabling auto-indent for snippets
...
Snippets are normally inserted with indent matching that of the caret. This isn’t always desired, which is why TM 1.x allowed this feature to be disabled. This is now also supported for 2.0.
Closes #387 .
2013-02-08 13:55:10 +01:00
Allan Odgaard
4d8f0422ec
Provide “More Info…” for unsatisfied command requirements
...
See issue #622 for more details.
2012-12-16 00:01:13 +01:00
Allan Odgaard
9894969e67
Initial commit
2012-08-09 16:25:56 +02:00