Thanks for the reply.
I try to use "pretty" compile option but still cannot search
<button class="gwt-Button" tabindex="0" type="button">Add</button>
, there is error as follow:
[code]
Problems encountered during text search.
File 'gwtFirstLesson/war/gwtfirstlesson/
E720E054419B741AA727C0B7947BDC5D.gwt.rpc' has been skipped, problem
while reading: ('Resource is out of sync with the file system: '/
gwtFirstLesson/war/gwtfirstlesson/
E720E054419B741AA727C0B7947BDC5D.gwt.rpc'.').
Resource is out of sync with the file system: '/gwtFirstLesson/war/
gwtfirstlesson/E720E054419B741AA727C0B7947BDC5D.gwt.rpc'.
File 'gwtFirstLesson/war/WEB-INF/deploy/gwtfirstlesson/
rpcPolicyManifest/manifests/11788ECC1161BA1216712B0DB083DC1D.txt' has
been skipped, problem while reading: ('Resource is out of sync with
the file system: '/gwtFirstLesson/war/WEB-INF/deploy/gwtfirstlesson/
rpcPolicyManifest/manifests/11788ECC1161BA1216712B0DB083DC1D.txt'.').
Resource is out of sync with the file system: '/gwtFirstLesson/war/WEB-
INF/deploy/gwtfirstlesson/rpcPolicyManifest/manifests/
11788ECC1161BA1216712B0DB083DC1D.txt'.
File 'gwtFirstLesson/war/WEB-INF/deploy/gwtfirstlesson/
rpcPolicyManifest/manifest.txt' has been skipped, problem while
reading: ('Resource is out of sync with the file system: '/
gwtFirstLesson/war/WEB-INF/deploy/gwtfirstlesson/rpcPolicyManifest/
manifest.txt'.').
Resource is out of sync with the file system: '/gwtFirstLesson/war/WEB-
INF/deploy/gwtfirstlesson/rpcPolicyManifest/manifest.txt'.
[/code]
I see "'Resource is out of sync with the file system: ", but I already
select the project and right click > refresh in eclipse before search.
> PrettyCompile<
http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.h...>