| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix tests | Christoph Schlosser | 2019-10-05 | 2 | -2/+2 |
| | | |||||
| * | Fix vscodeautocomplete detection | Christoph Schlosser | 2019-10-05 | 1 | -3/+6 |
| | | |||||
| * | Release 0.5.0 | Christoph Schlosser | 2019-06-29 | 1 | -2/+34 |
| | | |||||
| * | Negative test | Christoph Schlosser | 2019-06-28 | 1 | -0/+8 |
| | | |||||
| * | Fix brief and add tests | Christoph Schlosser | 2019-06-28 | 2 | -2/+25 |
| | | |||||
| * | Remove previous implementation | Christoph Schlosser | 2019-06-28 | 1 | -2/+0 |
| | | |||||
| * | Indents anywhere | Christoph Schlosser | 2019-06-28 | 1 | -15/+30 |
| | | | | | {indent:number} can be used to align parameters, text blocks and all at cetain limits. | ||||
| * | Enable indent also for return | Christoph Schlosser | 2019-06-22 | 1 | -2/+4 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into indent-option | Christoph Schlosser | 2019-06-22 | 5 | -34/+46 |
| |\ | |||||
| | * | Release 0.4.3 (#115)0.4.3 | Christoph Schlosser | 2019-06-22 | 1 | -30/+2 |
| | | | | | | | | | | | | | * Remove now out of date notification * Set to release 0.4.3 | ||||
| | * | Add test for stripping trailing `*/` | Christoph Schlosser | 2019-06-22 | 1 | -0/+5 |
| | | | |||||
| | * | Fix linter warning | Christoph Schlosser | 2019-06-22 | 1 | -1/+1 |
| | | | |||||
| | * | Fix autogenerated close comment | Christoph Schlosser | 2019-06-22 | 2 | -3/+37 |
| | | | |||||
| | * | Implement new VS Code interface | Christoph Schlosser | 2019-06-22 | 1 | -1/+2 |
| | | | |||||
| * | | Current WIP | Christoph Schlosser | 2019-06-22 | 2 | -6/+24 |
| |/ | |||||
| * | Release 0.4.20.4.2 | Christoph Schlosser | 2019-04-13 | 1 | -2/+2 |
| | | |||||
| * | Enums now are treated as type correctly | Christoph Schlosser | 2019-04-13 | 2 | -0/+6 |
| | | |||||
| * | Release 0.4.10.4.1 | Christoph Schlosser | 2018-10-05 | 1 | -2/+2 |
| | | |||||
| * | Fix type as variable name | Christoph Schlosser | 2018-10-04 | 2 | -1/+9 |
| | | |||||
| * | Release 0.4.0 | Christoph Schlosser | 2018-09-29 | 1 | -2/+2 |
| | | |||||
| * | Added additional documentation to package.json | Dean Anderson | 2018-09-29 | 1 | -2/+0 |
| | | | | | Cleaned up FIXME comments in CppDocGen.ts | ||||
| * | Fixes for whitespace errors to pass tslint tests | Dean Anderson | 2018-09-29 | 2 | -11/+10 |
| | | |||||
| * | customTag will supply ISO date format if user configured format empty | Dean Anderson | 2018-09-29 | 4 | -10/+75 |
| | | | | | | | Added separate templates for author name {author} and email {email} Added method to make multiple template substitutions in a string customTag will now replace {author}, {email}, {date} and {year} templates | ||||
| * | Added additional File Header fields for version, copyright, and custom lines | Dean Anderson | 2018-09-29 | 2 | -0/+47 |
| | | |||||
| * | Release 0.3.30.3.3 | Christoph Schlosser | 2018-07-06 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into memberpointer | Christoph Schlosser | 2018-07-06 | 2 | -3/+5 |
| |\ | |||||
| | * | Release 0.3.20.3.2 | Christoph Schlosser | 2018-06-26 | 1 | -2/+3 |
| | | | |||||
| | * | Check if editor and event are undefined | Christoph Schlosser | 2018-06-26 | 1 | -1/+2 |
| | | | |||||
| * | | Update unit tests | Christoph Schlosser | 2018-07-06 | 3 | -23/+10 |
| | | | | | | | | | | | | | Remove seperate file. Move into parameters test. Add new one to function pointers. | ||||
| * | | Parse member pointers correctly | Christoph Schlosser | 2018-06-25 | 3 | -0/+35 |
| |/ | |||||
| * | Release 0.3.10.3.1 | Christoph Schlosser | 2018-03-30 | 1 | -1/+16 |
| | | |||||
| * | Don’t trigger comment generation while in comment | Christoph Schlosser | 2018-03-30 | 1 | -0/+19 |
| | | |||||
| * | Don’t trigger if there’s whitespace after sequence | Christoph Schlosser | 2018-03-30 | 1 | -2/+10 |
| | | |||||
| * | Release 0.3.00.3.0 | Christoph Schlosser | 2018-03-07 | 1 | -1/+1 |
| | | |||||
| * | Add brief template | Christoph Schlosser | 2018-03-02 | 2 | -5/+6 |
| | | |||||
| * | Make order of comment tags customizable | Christoph Schlosser | 2018-03-02 | 3 | -40/+66 |
| | | | | | Fix #55 | ||||
| * | Add config changed notification | Christoph Schlosser | 2018-03-02 | 1 | -0/+25 |
| | | |||||
| * | Split CTor and DTor text as well | Christoph Schlosser | 2018-03-02 | 2 | -85/+90 |
| | | |||||
| * | Add tests for new smart text | Christoph Schlosser | 2018-03-02 | 2 | -2/+123 |
| | | |||||
| * | Improve detection of snake and UPPER case | Christoph Schlosser | 2018-03-02 | 1 | -5/+7 |
| | | |||||
| * | Document casing checker method | Christoph Schlosser | 2018-03-02 | 1 | -0/+11 |
| | | |||||
| * | Add casing validation | Christoph Schlosser | 2018-03-02 | 1 | -7/+55 |
| | | |||||
| * | Add more smart text | Christoph Schlosser | 2018-03-02 | 4 | -13/+130 |
| | | | | | | | - Getter - Setter - Factory method | ||||
| * | Change config structure | Christoph Schlosser | 2018-03-02 | 8 | -103/+146 |
| | | |||||
| * | Add tests and fix default smart text | Christoph Schlosser | 2018-03-02 | 3 | -2/+56 |
| | | |||||
| * | Dont select negative values | Christoph Schlosser | 2018-03-02 | 2 | -2/+4 |
| | | |||||
| * | Make smart text configurable | Christoph Schlosser | 2018-03-02 | 2 | -7/+27 |
| | | |||||
| * | Suggest smart text for ctor and dtor | Christoph Schlosser | 2018-03-02 | 2 | -10/+67 |
| | | |||||
| * | Another unit test | Christoph Schlosser | 2018-02-25 | 1 | -0/+5 |
| | | |||||
| * | Add tests | Christoph Schlosser | 2018-02-25 | 2 | -0/+43 |
| | | |||||