Add the patterns to the find and replace dialog in Visual Studio for ultimate win. Replace in entire solution for more ultimate win.
#Matching pattern
_?ModelFactory\.Create<([a-z]+)>\((_?[a-z]+\.?[a-z]+?)\)
#Replacement pattern
Add the patterns to the find and replace dialog in Visual Studio for ultimate win. Replace in entire solution for more ultimate win.
#Matching pattern
_?ModelFactory\.Create<([a-z]+)>\((_?[a-z]+\.?[a-z]+?)\)
#Replacement pattern
<!DOCTYPE html> | |
<html> | |
<!-- NOTES | |
Demo - uses IOS native scroll available in IOS5, but sidestep the document-bounce behavior. | |
another take on the solution first seen here: https://gist.github.com/1372229 | |
https://github.com/joelambert/ScrollFix/issues/2 | |
Tested on iPad 2, using IOS 5.0.1. | |