Commit Graph

11 Commits

Author SHA1 Message Date
wailo a7c5322d3a
Fixed cout template token
The first and the second token of the cout template are merged, which is annoying when inserting cout and then typing, the second token `<< \n\` will be removed. This fix separates the second token from the first, so after inserting cout template, the user will be typing directly into the body of the cout.
2020-05-21 09:02:06 -03:00
Andrea Crotti 2cc5f35cd4
Merge pull request #341 from equwal/delete-trailing-whitespace
Delete obviously erroneous (and often annoying) trailing whitespace.
2019-11-17 17:30:47 +00:00
Spenser Truex 695a7db1ed Delete obviously erroneous (and often annoying) trailing whitespace. 2019-11-14 14:10:31 -08:00
hankail05 48c39037e6 c++: make cin recognize whether 'using namespace std' exists 2019-09-03 16:11:14 +09:00
Andrea Crotti a4fa2e3596
add all the missing modes 2019-03-09 18:35:58 +00:00
Andrea Crotti af322fb6d2
improve syntax to make parsing easier 2019-03-09 09:42:25 +00:00
Wieland Hoffmann c9d08ca7b4 c++/class: Use yas-c++-class-name
This does the same yas/substr calls previously done by the snippet.
2018-10-03 10:39:59 +02:00
Wieland Hoffmann 2ce06a1fa6 c++-mode: Use `Name` as the default placeholder for all snippet
The snippets previously used Class, MyClass, Name and Type. Now it's just Name
in all of them, based on the class11 snippet.
2018-10-03 10:37:01 +02:00
Konstantin Kharlamov fc3cf36798 c++-mode: fix `tfm` snippet ignored by changing duplicate descriptions (#284)
Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
2018-07-14 14:19:37 +01:00
Noam Postavsky 120d35010a Move some C/++ specific stuff to its own subdir (#231) 2017-10-31 13:17:53 +00:00
Andrea Crotti 0253a7eb57 move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00