You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stack itself should in fact be Sublime's own Default.history_list, enabling the use of the Goto->Jump Back for returning from a RTagsComplete navigation step.
import Default.history_list as history_list
history_list.get_jump_history_for_view(view).push_selection(view)
We might lose the history view though - unsure.
The text was updated successfully, but these errors were encountered:
RTagsComplete implements its own navigation history;
RTagsComplete/plugin/vc_manager.py
Lines 124 to 161 in 9db6a36
The stack itself should in fact be Sublime's own
Default.history_list
, enabling the use of the Goto->Jump Back for returning from a RTagsComplete navigation step.We might lose the history view though - unsure.
The text was updated successfully, but these errors were encountered: