Merge branch '2614_word_completion'
commit9bbcfaedd24f03f2faccca33753c3f39ee43a5e1
authorSlava Zanko <slavazanko@gmail.com>
Mon, 24 Oct 2011 17:38:58 +0000 (24 20:38 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 24 Oct 2011 17:38:58 +0000 (24 20:38 +0300)
tree8685ef5ab913d5fbc962a03b247a6c79ec6558ee
parent1f24672391cbb4df85a8a2d3c2e36e8e23beccad
parent87e65893e723bb7c684c09b302b3554a4965234e
Merge branch '2614_word_completion'

* 2614_word_completion:
  Fixed searching the start of word
  Code optimization: avoid lot of calls for alloc/free memory in cycle.
  Current word under cursor doesn't included in completion list, if same word already exists in text.
  Ticket #2614: Editor word completion should ignore the current word