Angela Whittam

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Angela Whittam created a post, Can you use search to highlight multiple lines in the source and then change/remove those line?
In notepad++ you can do this through it's line marking technique - but I cannot find a similar trick here?It would be more than a little useful - if for nothing else just for removing or commenting... -
Angela Whittam created a post, WebStorm could support Module Pattern code a little better - or I'm missing something?
I use the module pattern in my JS code to allow for extending/replacing methods in later modules - so something like thisvar MYMODULE = (function(my) { my.examplemethod = function () { ...