Closed zoli closed 9 years ago
IMO I'd prefer to keep it named SetActiveView
as it's the counter part of ActiveView
and consistent with general Go function naming, and then just export it as "focus_view".
Closed via b6ada4f4f43ea32a0dde5a4866b2a400bec14e6a kept the SetActiveView
name.
From what I see in sublime text api there is
focus_view(view)
method onsublime.Window
class, but we haveSetActiveView
method and it's not exported yet is there any reason behind the naming? Should we go and rename it toFocusView
and export it to python api or just make afucos_view
function inwindow_manual.go
which runsSetActiveView
?