Open core-ai-bot opened 3 years ago
Issue by njx Wednesday Jun 13, 2012 at 22:04 GMT Originally opened as https://github.com/adobe/brackets/pull/1043
@jason-sanjose
@
Main tweaks:
funcName: function()
funcName = function()
_findAllMatchingFunctions()
Plus a couple other smaller changes.
njx included the following code: https://github.com/adobe/brackets/pull/1043/commits
Comment by jasonsanjose Wednesday Jun 13, 2012 at 22:43 GMT
Initial review complete. I had an error in my comment earlier, might need to refresh to be sure GitHub isn't stale.
Comment by njx Wednesday Jun 13, 2012 at 23:42 GMT
Updated with code review tweak.
@jason-sanjose Ready for re-review.
Comment by jasonsanjose Wednesday Jun 13, 2012 at 23:45 GMT
Looks good. Merging.
Issue by njx Wednesday Jun 13, 2012 at 22:04 GMT Originally opened as https://github.com/adobe/brackets/pull/1043
@
jason-sanjoseMain tweaks:
funcName: function()
--merged that case into the regexp that was already handlingfuncName = function()
._findAllMatchingFunctions()
, changing it to a preflight that bails early if no matches are found.Plus a couple other smaller changes.
njx included the following code: https://github.com/adobe/brackets/pull/1043/commits