scala-ide / scala-search

Next Scala Search Engine
6 stars 10 forks source link

Added en empty search result page #11

Closed mads-hartmann closed 11 years ago

mads-hartmann commented 11 years ago

By using the proper Eclipse extension point I've hooked our own custom search result page into the search results view. The view doesn't do anything and only contains "fake" implementations of the methods necessary to make the compiler happy.

When we're able to execute queries and actually produce proper search results we can finish the implementations.

This fixes #4

mads-hartmann commented 11 years ago

What is the preferred way push my new changes? Amend the commit and push with -f or a new commit to the branch?

dotta commented 11 years ago

Create an additional commit and push it. I'll review and give you my +1. Then you can amend the commit and force push. Finally, I merge it :)

mads-hartmann commented 11 years ago

This is ready for review :)

mads-hartmann commented 11 years ago

Alright, this should be ready to get merged :)