Max Misnikov
Max Misnikov
Atom is the bomb! I just love to go back to Brackets from time to time - old habits die hard. Anyway, I'm not sure I can contribute with code,...
Great job @dularion! Also merged the color previews for variables. Made another pull request, maybe the author will respond... Can be found here: https://github.com/maximmis/brackets-SASShints Cheers!
thanks @mlynarczyk , worked just fine! `` (added .focus() for user convenience in case of another search). Still, @vdw should implement this inside the plugin itself - something like: $('#search').hideseek({...
@MrMooky Maybe this live implementation will help (searchbox is under the header image): http://shahmat.co.il/openings.html My clearing function: ``` $('.clear-search').on('click', function(event){ event.preventDefault(); $('#search').val('').trigger('keyup').focus(); }); ```
@crusnac The 'X' did not clear the search for you? On Chrome & FF the button clears the field without using backspace...