commit | f5842db4edfb39768666549f98d23db8b4996456 | [log] [tgz] |
---|---|---|
author | cbateman <cbateman> | Fri Jul 28 21:08:50 2006 +0000 |
committer | cbateman <cbateman> | Fri Jul 28 21:08:50 2006 +0000 |
tree | 49fdcf51002b131154537cf7cfe19b5c395f15d9 | |
parent | 47b8819b24b8e77df59f762944004745343be6b5 [diff] |
Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=149224. When adding a ['foo'] style property in a content assist,the proposal strategy now checks to see if the preceding char is a '.' and if so, it will replace it as part of the proposal if that proposal is selected by the user. Regression test coverage also added. Also made a small thread sync change in JSPModelProcessor to fix a possible race condition in refresh().