Atom Feed SITE FEED   ADD TO GOOGLE READER

CodeSearch-Plugin M7

The newest CodeSearch-Plugin remembers what you searched for last time (including file-types & case-sensitivity), so you can search for it again. Unfortunately, this version has an unfortunate bug - when you change and then tab out of any of the text fields, it tends to kick off your query early. Hopefully I fix this tomorrow!

The problem is that JComboBox's setAction() method is essentially useless because it doesn't differentiate between an edit and pressing 'enter'. I'll have to investigate to find a workaround. Perhaps I can install the action on the inner text field?