view .project @ 33:7f18b34ec7ec

Fixed: Issue with image server search functionality Previously: - had to use tab or other weird combinations of tricks to get around the image server search. Fixed: - enter key now selects suggestion from search list and pressing a second time will send the search request. - 'selectFirst' property changed so that the user is able to search for their unique input and is not restricted to only the suggestion list. [Eg: searching simply 'Glaser' to get all related results] To-Do: *Possibly change so that pressing enter both selects the suggestion from the autocomplete list and searches the selection in one fluid command, rather than having to hit enter twice* Signed-off-by: Alistair-Russell <russell.alistair@gmail.com>
author arussell
date Thu, 21 May 2015 16:36:53 +0000
parents 764f47286679
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
  <name>ismi-richfaces</name>
  <comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
  <projects>
    <project>openmind</project>
  </projects>
  <buildSpec>
    <buildCommand>
      <name>org.eclipse.jdt.core.javabuilder</name>
    </buildCommand>
    <buildCommand>
      <name>org.eclipse.wst.common.project.facet.core.builder</name>
    </buildCommand>
    <buildCommand>
      <name>org.eclipse.wst.validation.validationbuilder</name>
    </buildCommand>
  </buildSpec>
  <natures>
    <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
    <nature>org.eclipse.jdt.core.javanature</nature>
    <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
    <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
  </natures>
</projectDescription>