summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Release 0.4.3 (#115)0.4.3Christoph Schlosser2019-06-221-30/+2
| | | | | | | | | | | | * Remove now out of date notification * Set to release 0.4.3
| * Add test for stripping trailing `*/`Christoph Schlosser2019-06-221-0/+5
| |
| * Fix linter warningChristoph Schlosser2019-06-221-1/+1
| |
| * Fix autogenerated close commentChristoph Schlosser2019-06-222-3/+37
| |
| * Implement new VS Code interfaceChristoph Schlosser2019-06-221-1/+2
| |
* | Current WIPChristoph Schlosser2019-06-222-6/+24
|/
* Release 0.4.20.4.2Christoph Schlosser2019-04-131-2/+2
|
* Enums now are treated as type correctlyChristoph Schlosser2019-04-132-0/+6
|
* Release 0.4.10.4.1Christoph Schlosser2018-10-051-2/+2
|
* Fix type as variable nameChristoph Schlosser2018-10-042-1/+9
|
* Release 0.4.0Christoph Schlosser2018-09-291-2/+2
|
* Added additional documentation to package.jsonDean Anderson2018-09-291-2/+0
| | | | Cleaned up FIXME comments in CppDocGen.ts
* Fixes for whitespace errors to pass tslint testsDean Anderson2018-09-292-11/+10
|
* customTag will supply ISO date format if user configured format emptyDean Anderson2018-09-294-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 linesDean Anderson2018-09-292-0/+47
|
* Release 0.3.30.3.3Christoph Schlosser2018-07-061-2/+2
|
* Merge branch 'master' into memberpointerChristoph Schlosser2018-07-062-3/+5
|\
| * Release 0.3.20.3.2Christoph Schlosser2018-06-261-2/+3
| |
| * Check if editor and event are undefinedChristoph Schlosser2018-06-261-1/+2
| |
* | Update unit testsChristoph Schlosser2018-07-063-23/+10
| | | | | | | | | | | | Remove seperate file. Move into parameters test. Add new one to function pointers.
* | Parse member pointers correctlyChristoph Schlosser2018-06-253-0/+35
|/
* Release 0.3.10.3.1Christoph Schlosser2018-03-301-1/+16
|
* Don’t trigger comment generation while in commentChristoph Schlosser2018-03-301-0/+19
|
* Don’t trigger if there’s whitespace after sequenceChristoph Schlosser2018-03-301-2/+10
|
* Release 0.3.00.3.0Christoph Schlosser2018-03-071-1/+1
|
* Add brief templateChristoph Schlosser2018-03-022-5/+6
|
* Make order of comment tags customizableChristoph Schlosser2018-03-023-40/+66
| | | | Fix #55
* Add config changed notificationChristoph Schlosser2018-03-021-0/+25
|
* Split CTor and DTor text as wellChristoph Schlosser2018-03-022-85/+90
|
* Add tests for new smart textChristoph Schlosser2018-03-022-2/+123
|
* Improve detection of snake and UPPER caseChristoph Schlosser2018-03-021-5/+7
|
* Document casing checker methodChristoph Schlosser2018-03-021-0/+11
|
* Add casing validationChristoph Schlosser2018-03-021-7/+55
|
* Add more smart textChristoph Schlosser2018-03-024-13/+130
| | | | | | - Getter - Setter - Factory method
* Change config structureChristoph Schlosser2018-03-028-103/+146
|
* Add tests and fix default smart textChristoph Schlosser2018-03-023-2/+56
|
* Dont select negative valuesChristoph Schlosser2018-03-022-2/+4
|
* Make smart text configurableChristoph Schlosser2018-03-022-7/+27
|
* Suggest smart text for ctor and dtorChristoph Schlosser2018-03-022-10/+67
|
* Another unit testChristoph Schlosser2018-02-251-0/+5
|
* Add testsChristoph Schlosser2018-02-252-0/+43
|
* Add options and allow change of option orderChristoph Schlosser2018-02-255-32/+86
|
* Generate description of fileChristoph Schlosser2018-02-253-14/+67
| | | | Fix #51
* Add positive and negative testChristoph Schlosser2018-02-241-0/+11
|
* Adapt error textChristoph Schlosser2018-02-241-1/+1
|
* Customize the number of lines to getChristoph Schlosser2018-02-242-1/+3
| | | | Fix #52
* Replace some JS stuff with TS and some cleaning upChristoph Schlosser2018-02-211-46/+45
|
* Add coverageChristoph Schlosser2018-02-211-20/+219
|
* Remove possible whitespace from typeChristoph Schlosser2018-02-201-1/+1
|
* Introduce special handling for cast operatorChristoph Schlosser2018-02-201-0/+11
|