Author Topic: open_buffer_file.e, remake of open_project_file.e  (Read 3101 times)

MindprisM

  • Senior Community Member
  • Posts: 127
  • Hero Points: 8
open_buffer_file.e, remake of open_project_file.e
« on: July 22, 2013, 01:40:35 PM »
Put in advanced type of CamelCaseMatching (CCM). Not sure how much this will interfere with whatever regex is going on in the filter, if CCM returns true it short circuits regex or other filtering (CCM is first in line for determining match). Fixed issue with _TreeGetNextIndex() no longer taking an "H" param (SE17,wtf) - substituting tree item handle array for iteration.