Skip to content

Commit

Permalink
ver-0.9.3
Browse files Browse the repository at this point in the history
Rework find_cb_string_prev/next, replace_all_sel_to_cb, open_selected
  • Loading branch information
kvichans committed Jan 12, 2016
1 parent 6429454 commit ef212c5
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 171 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ def add_indented_line_below(self): return RLS.add_indented_line_below()
def paste_to_1st_col(self): return RLS.paste_to_1st_col()
def find_cb_string_next(self): return RLS.find_cb_string_next()
def find_cb_string_prev(self): return RLS.find_cb_string_prev()
def open_selected(self): return RLS.open_selected()
def replace_all_sel_to_cb(self): return RLS.replace_all_sel_to_cb()
def open_selected(self): return RLS.open_selected()
def to_tab_g1_t1(self): return RLS._activate_tab(0, 0)
def to_tab_g1_t2(self): return RLS._activate_tab(0, 1)
def to_tab_g1_t3(self): return RLS._activate_tab(0, 2)
Expand Down
Loading

0 comments on commit ef212c5

Please sign in to comment.