Skip to content

Commit

Permalink
Drop error dialog, if tags are being build
Browse files Browse the repository at this point in the history
Fixes #223

The error is thrown whenever a command is checked for being enabled.
That's useless as related menu items etc. are disabled anyway and a message in
status bar is already being printed.
  • Loading branch information
deathaxe committed Jan 17, 2024
1 parent df54e18 commit 7cbc3cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,6 @@ def check_if_building(self, **args):
"""
if RebuildTags.build_ctags.func.running:
status_message("Tags not available until built")
if setting("display_rebuilding_message"):
error_message("Please wait while tags are built")
return False
return True

Expand Down

0 comments on commit 7cbc3cc

Please sign in to comment.