Commit graph

40 commits

Author SHA1 Message Date
benedikt willi
a5bd28fcde Updated functionExpressionRegex to match values of type someObject.someFunction = function(p1, p2) 2014-03-26 17:13:22 +01:00
benedikt willi
2d6bbeb643 Added missing semicolon 2014-03-26 16:01:45 +01:00
benedikt willi
4aba6f3146 readd linebreaks 2014-03-26 15:50:18 +01:00
david deraedt
6edd943d5f upadated version number and readme 2014-03-26 10:30:02 +01:00
David Deraedt
71cc72fd93 Merge pull request #21 from ajorquera/master
Change to use REGEX. Added return feature.
2014-03-26 09:35:49 +01:00
Andres Jorquera
6e9ce60e02 Change to use REGEX. Added return feature.
Change to using regular expressions to give more flexibility.
Added feature: It gives a @returns {type} Description to the JSDocs
2014-03-26 05:27:39 +00:00
David Deraedt
74413ff2b0 Merge pull request #17 from jolson474/master
Added newline characters before prefixes and at end
2014-02-16 21:03:33 +01:00
Jeff Olson
1ef4d579a8 Added newline characters before prefixes and at end (output was previously all on a single line) 2014-02-15 12:46:19 -06:00
David Deraedt
48643d06b5 Merge pull request #16 from robso86/master
Support for functions added to prototype
2014-02-12 11:38:27 +01:00
robso86
bb1b7ffbe0 Support for functions added to prototype 2014-02-12 10:27:59 +00:00
David Deraedt
d55ffb9a27 Merge pull request #15 from claudiojs/master
Update main.js - thanks claudio
2014-02-11 16:10:40 +01:00
claudiojs
f260710478 Update main.js
Does not add a newline after the comment.
Implements @mbaez suggestion:
https://github.com/davidderaedt/annotate-extension/issues/7#issuecomment-29003760
2014-02-11 15:57:13 +01:00
David Deraedt
74355df221 Merge pull request #14 from Semigradsky/master
Fix bug 'Lost $ character'
2014-01-09 04:56:57 -08:00
Semigradsky
899a9d9299 Fix bug 'Lost $ character' 2014-01-09 12:15:59 +03:00
David Deraedt
87c92ac973 Merge pull request #12 from Semigradsky/master
Fix bug 'JSDoc Annotation in one row'
2014-01-08 07:40:34 -08:00
Semigradsky
027b33acb9 Fix bug 'JSDoc Annotation in one row' 2014-01-08 15:29:26 +03:00
David Deraedt
e7ad4ba16f Merge pull request #10 from mbaez/master
Not finding functions.
2013-11-21 10:38:25 -08:00
Maximiliano Báez González
806248d2a4 Solve the issue "no functions found" in expressions like { functionName : function(){ ..} } and this.fn = function(){} 2013-11-21 14:44:56 -03:00
dderaedt
5bc620c356 Added new key bindings 2013-07-19 10:15:56 +02:00
dderaedt
7252a013c2 Modified default keybinding, again 2013-07-19 10:15:00 +02:00
dderaedt
2b9e408116 Reformated code 2013-07-19 10:02:56 +02:00
dderaedt
094e077ecd Modified default key binding 2013-07-19 09:57:35 +02:00
david deraedt
c1264ca470 Added extension package json file 2013-05-27 10:37:47 +02:00
David Deraedt
d7afed07a1 Create LICENCE 2012-12-17 13:26:04 -08:00
dderaedt
a455646ed2 Fixed issue with function expressions and removed newline 2012-10-08 10:31:32 +02:00
dderaedt
57b8c2cb47 discard 2012-10-08 10:06:10 +02:00
David Deraedt
270e33123d Merge pull request #5 from aonic/master
Fixed indentation issue, and added PHP functions and hotkey support
2012-10-08 00:42:21 -07:00
Raja Kapur
4704b5ebf5 Usage info and compatibility update 2012-10-07 14:58:19 -03:00
Raja Kapur
090d30d406 Update README.md 2012-10-07 14:57:43 -03:00
Raja Kapur
64e1a293a7 Update README.md 2012-10-07 14:48:45 -03:00
Raja Kapur
b94591c381 Update README.md 2012-10-07 14:48:00 -03:00
Raja Kapur
6fa22d87c9 Added Ctrl/Cmd+Shift+D keyboard shortcut
D for "Doc"
2012-10-07 14:45:02 -03:00
Raja Kapur
4599f2567c Update README.md 2012-10-07 14:28:38 -03:00
Raja Kapur
8527e4d8ff Added support for php functions and whitespaces
Previously the cursor could not be in the middle of the line or the extension would error out saying function not found.

The getTarget() function now checks from the start of the line, and generateComment() now prefixes the comment block with the same whitespace spaces or tabs as the function def line used
2012-10-07 14:27:01 -03:00
dderaedt
d07b953384 Added a test file 2012-09-24 10:12:13 +02:00
dderaedt
f2aa61ca57 Added support for function expressions 2012-09-24 10:06:31 +02:00
dderaedt
e21ef92206 Updated readme 2012-09-21 11:07:30 +02:00
dderaedt
a8cea6ad80 Fixed Issue #1 (cursor's line is overwritten by annotation) 2012-09-21 11:06:04 +02:00
dderaedt
6ed990c451 updated for brackets sprint10 2012-06-22 12:06:39 +02:00
david deraedt
ae10bdcb0f First commit 2012-06-13 18:12:30 +02:00