Modifying the following at the end has the intended effect...but sometimes it still opens the file in the first group *and* the active group.
- Code: Select all
groupIndex = self.window.active_group();
view = self.window.open_file(new_path)
self.window.set_view_index(view, groupIndex, 0)
Any ideas how this could be improved?
Also, I would consider this a feature improvement for trunk.