Merge branch '2614_word_completion' into 4.7.5-stable
commit72512cc334ba3264bd24785b58e5aeb8d0386cd0
authorSlava Zanko <slavazanko@gmail.com>
Mon, 24 Oct 2011 17:36:44 +0000 (24 20:36 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Mon, 24 Oct 2011 17:36:44 +0000 (24 20:36 +0300)
treeab515dcfd3e87d98ca4c1439d8a0f75e85d72ff5
parentd33ae787e0173a940b1ad128c6ba323a4206dcf8
parent056200ee42f175c098c0ff96946881e6e6c6a934
Merge branch '2614_word_completion' into 4.7.5-stable

* 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