Skip to content

Commit

Permalink
add TABIFY to editor
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed May 4, 2022
1 parent 51a4485 commit ab4a814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder_line_profiler/spyder/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class SpyderLineProfiler(SpyderDockablePlugin):
NAME = "spyder_line_profiler"
REQUIRES = [Plugins.Editor]
OPTIONAL = [Plugins.MainMenu]
TABIFY = Plugins.Help
TABIFY = [Plugins.Editor]
WIDGET_CLASS = SpyderLineProfilerWidget
CONF_SECTION = NAME
CONF_WIDGET_CLASS = SpyderLineProfilerConfigPage
Expand Down Expand Up @@ -90,7 +90,7 @@ def on_main_menu_teardown(self):
mainmenu = self.get_plugin(Plugins.MainMenu)

mainmenu.remove_item_from_application_menu(
SpyderLineProfilerActions.Run,
SpyderLineProfilerActions.ProfileCurrentFile,
menu_id=ApplicationMenus.Run
)

Expand Down

0 comments on commit ab4a814

Please sign in to comment.